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
21 php(1)
22
24 This manpage describes php, version 8.2.13.
25
27 Copyright © The PHP Group
28
29 This source file is subject to version 3.01 of the PHP license, that is
30 bundled with this package in the file LICENSE, and is available through
31 the world-wide-web at the following url:
32 https://www.php.net/license/3_01.txt
33
34 If you did not receive a copy of the PHP license and are unable to ob‐
35 tain it through the world-wide-web, please send a note to li‐
36 cense@php.net so we can mail you a copy immediately.
37
38
39
40The PHP Group 2022 phpize(1)