summaryrefslogtreecommitdiffstats
path: root/development/xdebug/README
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@liwjatan.at>2011-12-18 15:38:56 -0600
committer Robby Workman <rworkman@slackbuilds.org>2011-12-18 15:38:56 -0600
commit5278f68119ffa549c2e3b970afecfefdeaea974a (patch)
tree149f2267c60cf829b3d23853b492f1871f19cf30 /development/xdebug/README
parentf4feb46dfa67ce79f9763327538824076d45f775 (diff)
downloadslackbuilds-5278f68119ffa549c2e3b970afecfefdeaea974a.tar.gz
slackbuilds-5278f68119ffa549c2e3b970afecfefdeaea974a.tar.xz
development/xdebug: Updated for version 2.1.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
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.