Skip to content

Commit

Permalink
Renamed ZendOptimizerPlus.so into opcache.so
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Mar 15, 2013
1 parent c765c81 commit 8d35170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ Quick Install

- Install

make install # this will copy ZendOptimizerPlus.so into PHP extension directory
make install # this will copy opcache.so into PHP extension directory

- Edit php.ini

zend_extension=/...full path.../ZendOptimizerPlus.so
zend_extension=/...full path.../opcache.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
Expand Down

0 comments on commit 8d35170

Please sign in to comment.