Skip to content

Commit 8d35170

Browse files
committed
Renamed ZendOptimizerPlus.so into opcache.so
1 parent c765c81 commit 8d35170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README

Lines changed: 2 additions & 2 deletions
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

0 commit comments

Comments
 (0)