diff --git a/pages/common/phpize.md b/pages/common/phpize.md new file mode 100644 index 000000000..e76570167 --- /dev/null +++ b/pages/common/phpize.md @@ -0,0 +1,11 @@ +# phpize + +> Prepare a PHP extension for compiling. + +- Prepare the PHP extension in the current directory for compiling: + +`phpize` + +- Delete files previously created by phpize: + +`phpize --clean`