1phpize(1) Scripting Language phpize(1)
2
3
4
6 phpize - prepare a PHP extension for compiling
7
9 phpize [options]
10
12 phpize is a shell script to prepare PHP extension for compiling.
13
15 --clean Remove all created files
16 --help Prints usage information
17 --version
18 -v Prints API version information
19
20
21 SEE ALSO
22 php(1)
23
25 This manpage describes php, version 5.3.8.
26
28 Copyright © 1997-2010 The PHP Group
29
30 This source file is subject to version 3.01 of the PHP license, that is
31 bundled with this package in the file LICENSE, and is available through
32 the world-wide-web at the following url:
33 http://www.php.net/license/3_01.txt
34
35 If you did not receive a copy of the PHP license and are unable to
36 obtain it through the world-wide-web, please send a note to
37 license@php.net so we can mail you a copy immediately.
38
39
40
41The PHP Group 2010 phpize(1)