summaryrefslogtreecommitdiffstats
path: root/development/xdebug/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/xdebug/README')
-rw-r--r--development/xdebug/README7
1 files changed, 5 insertions, 2 deletions
diff --git a/development/xdebug/README b/development/xdebug/README
index f8cb67bcce..e013cddff8 100644
--- a/development/xdebug/README
+++ b/development/xdebug/README
@@ -13,6 +13,9 @@ Once you've installed xdebug, uncomment the following line in /etc/php/xdebug.in
; zend_extension = "/usr/lib/php/extensions/xdebug.so"
Restart your webserver if you're using php with it, and as a recomendation
-from xdebug's README: "Write a PHP page that calls "phpinfo();" Load it
-in a browser and look for the info on the xdebug module. If you see it,
+from xdebug's README: "Write a PHP page that calls "phpinfo();" Load it
+in a browser and look for the info on the xdebug module. If you see it,
you have been successful!"
+
+Note that some of xdebug's functionality may be dependent on php core
+configuration settings.