From: Xinchen Hui Date: Sat, 23 Feb 2013 07:21:48 +0000 (+0800) Subject: Simplify the install instructions X-Git-Tag: php-5.5.0beta1~42^2~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1afc0a1398ee1d18dab76c5c97c0a6da98531f3;p=php Simplify the install instructions --- 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