Commit: 0adba0abb9df1493c8b38299d4139d7bf0ecc4f5 Author: Xinchen Hui <larue...@gmail.com> Wed, 23 Oct 2013 19:26:24 +0800 Parents: 6af3683a4c2eefc5bdeba0b495635be9827afea0 Branches: PHP-5.5 master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=0adba0abb9df1493c8b38299d4139d7bf0ecc4f5 Log: Added Zend Debugger to the note about the load order (by trash4you at online dot de) Changed paths: M ext/opcache/README Diff: diff --git a/ext/opcache/README b/ext/opcache/README index 6c3cc74..4652158 100644 --- a/ext/opcache/README +++ b/ext/opcache/README @@ -31,8 +31,8 @@ Quick Install zend_extension=/...full path.../opcache.so -NOTE: In case you are going to use Zend OPcache together with Xdebug, -be sure that Xdebug is loaded after OPcache. "php -v" must show Xdebug +NOTE: In case you are going to use Zend OPcache together with Xdebug or Zend Debugger, +be sure that the debugger is loaded after OPcache. "php -v" must show the debugger after OPcache. - Restart PHP -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php