From 0adba0abb9df1493c8b38299d4139d7bf0ecc4f5 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Wed, 23 Oct 2013 19:26:24 +0800 Subject: [PATCH] Added Zend Debugger to the note about the load order (by trash4you at online dot de) --- ext/opcache/README | 4 ++-- 1 file 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 -- 2.40.0