From 8d35170c5fe9b9c0c864b7a6c4dc6b0149809569 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Fri, 15 Mar 2013 21:03:05 +0400 Subject: [PATCH] Renamed ZendOptimizerPlus.so into opcache.so --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index bbcfbbf0e7737..e7df8769b674c 100644 --- a/README +++ b/README @@ -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