Renamed ZendOptimizerPlus.so into opcache.so · php/php-src@8d35170

Original file line numberDiff line numberDiff line change

@@ -25,11 +25,11 @@ Quick Install

2525
2626

- Install

2727
28-

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

28+

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

2929
3030

- Edit php.ini

3131
32-

zend_extension=/...full path.../ZendOptimizerPlus.so

32+

zend_extension=/...full path.../opcache.so

3333
3434

NOTE: In case you are going to use Zend Optimizer+ together with Xdebug,

3535

be sure that Xdebug is loaded after Optimizer+. "php -v" must show Xdebug