Commit: c58b89947079606cd3937333a89bee4599941d69 Author: Xinchen Hui <larue...@gmail.com> Mon, 25 Feb 2013 14:45:03 +0800 Parents: ce69b869279d11e176ad19f361bf1dccfcdad5af Branches: PHP-5.5 master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=c58b89947079606cd3937333a89bee4599941d69 Log: remove useless configure option Changed paths: M README Diff: diff --git a/README b/README index 16854be..b2c060c 100644 --- a/README +++ b/README @@ -20,13 +20,12 @@ Quick Install $PHP_DIR/phpize ./configure \ - --enable-optimizer-plus \ --with-php-config=$PHP_DIR/bin/php-config make - Install - make install + make install # this will copy ZendOptimizerPlus.so into PHP extension directory - Edit php.ini -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php