diff options
-rw-r--r-- | ext/opcache/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/opcache/README b/ext/opcache/README index 6c3cc746e7..46521587fa 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 |