]> granicus.if.org Git - php/commitdiff
remove useless configure option
authorXinchen Hui <laruence@gmail.com>
Mon, 25 Feb 2013 06:45:03 +0000 (14:45 +0800)
committerXinchen Hui <laruence@gmail.com>
Mon, 25 Feb 2013 06:45:03 +0000 (14:45 +0800)
README

diff --git a/README b/README
index 16854be7661ca9193be252d56a7cc1e681479bf7..b2c060c58f3636829e13dbb52550931350ef19c4 100644 (file)
--- 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