summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2013-10-23 19:27:48 +0800
committerXinchen Hui <laruence@gmail.com>2013-10-23 19:27:48 +0800
commit5241cf7000041517d16cd52945d21d55de061a0f (patch)
tree5997d5392be06eb46a643420c53c2ec142215a3a
parente68c1ef2ec3d890d958126cfa9f5330e9bfe1b31 (diff)
parent0adba0abb9df1493c8b38299d4139d7bf0ecc4f5 (diff)
downloadphp-git-5241cf7000041517d16cd52945d21d55de061a0f.tar.gz
Merge branch 'PHP-5.5'
-rw-r--r--ext/opcache/README4
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