From b9614e66dde4b1afacb540f5d36d1562f7993672 Mon Sep 17 00:00:00 2001 From: Hayden Schiff Date: Fri, 5 Feb 2016 10:56:40 -0500 Subject: [PATCH 1/2] phpize: add page --- pages/common/phpize.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/common/phpize.md diff --git a/pages/common/phpize.md b/pages/common/phpize.md new file mode 100644 index 000000000..c67a0a6f1 --- /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` From 4a89cfeafe89af2e4a2f2ff063b51ef4dd8e8419 Mon Sep 17 00:00:00 2001 From: Hayden Schiff Date: Fri, 5 Feb 2016 11:00:30 -0500 Subject: [PATCH 2/2] phpize: changed bullets --- pages/common/phpize.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/phpize.md b/pages/common/phpize.md index c67a0a6f1..e76570167 100644 --- a/pages/common/phpize.md +++ b/pages/common/phpize.md @@ -2,10 +2,10 @@ > Prepare a PHP extension for compiling. -* Prepare the PHP extension in the current directory for compiling: +- Prepare the PHP extension in the current directory for compiling: `phpize` -* Delete files previously created by phpize: +- Delete files previously created by phpize: `phpize --clean`