From a1afc0a1398ee1d18dab76c5c97c0a6da98531f3 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Sat, 23 Feb 2013 15:21:48 +0800 Subject: [PATCH] Simplify the install instructions --- README | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README b/README index 3854915242..16854be766 100644 --- a/README +++ b/README @@ -18,20 +18,19 @@ Quick Install - Compile -export PHP_DIR=/usr/local/php5.5 -PHP_AUTOCONF=autoconf $PHP_DIR/bin/phpize -./configure \ + $PHP_DIR/phpize + ./configure \ --enable-optimizer-plus \ --with-php-config=$PHP_DIR/bin/php-config -make + make - Install -cp .libs/ZendOptimizerPlus.so $PHP_DIR/lib/ZendOptimizerPlus.so + make install - Edit php.ini -zend_extension=/...full path.../ZendOptimizerPlus.so + zend_extension=/...full path.../ZendOptimizerPlus.so NOTE: In case you are going to use Zend Optimizer+ together with Xdebug, be sure that Xdebug is loaded after Optimizer+. "php -v" must show Xdebug -- 2.40.0