We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c765c81 commit 8d35170Copy full SHA for 8d35170
README
@@ -25,11 +25,11 @@ Quick Install
25
26
- Install
27
28
- make install # this will copy ZendOptimizerPlus.so into PHP extension directory
+ make install # this will copy opcache.so into PHP extension directory
29
30
- Edit php.ini
31
32
- zend_extension=/...full path.../ZendOptimizerPlus.so
+ zend_extension=/...full path.../opcache.so
33
34
NOTE: In case you are going to use Zend Optimizer+ together with Xdebug,
35
be sure that Xdebug is loaded after Optimizer+. "php -v" must show Xdebug
0 commit comments