Annotation of embedaddon/php/scripts/man1/phpize.1.in, revision 1.1.1.1

1.1       misho       1: .TH phpize 1 "2010" "The PHP Group" "Scripting Language"
                      2: .SH NAME
                      3: phpize \- prepare a PHP extension for compiling
                      4: .SH SYNOPSIS
                      5: .B phpize
                      6: [options]
                      7: .LP
                      8: .SH DESCRIPTION
                      9: .B phpize
                     10: is a shell script to prepare PHP extension for compiling.
                     11: .SH OPTIONS
                     12: .TP 15
                     13: .PD 0
                     14: .B \-\-clean
                     15: Remove all created files
                     16: .TP
                     17: .PD 0
                     18: .B \-\-help
                     19: Prints usage information
                     20: .TP
                     21: .PD 0
                     22: .B \-\-version
                     23: .TP
                     24: .PD 1
                     25: .B \-v
                     26: Prints API version information
                     27: .TP
                     28: .PD 1
                     29: .P
                     30: .SH SEE ALSO
                     31: .BR php (1)
                     32: .SH VERSION INFORMATION
                     33: This manpage describes \fBphp\fP, version @PHP_VERSION@.
                     34: .SH COPYRIGHT
                     35: Copyright \(co 1997\-2010 The PHP Group
                     36: .LP
                     37: This source file is subject to version 3.01 of the PHP license,
                     38: that is bundled with this package in the file LICENSE, and is
                     39: available through the world-wide-web at the following url:
                     40: .PD 0
                     41: .P
                     42: .B http://www.php.net/license/3_01.txt
                     43: .PD 1
                     44: .P
                     45: If you did not receive a copy of the PHP license and are unable to
                     46: obtain it through the world-wide-web, please send a note to
                     47: .B license@php.net 
                     48: so we can mail you a copy immediately.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>