summaryrefslogtreecommitdiffstats
path: root/development/xdebug/README
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2011-03-21 17:17:42 +0100
committer Robby Workman <rworkman@slackbuilds.org>2011-03-24 19:22:35 -0500
commitb4bb23f5c0e747e03c992c1409a5b533f2294b52 (patch)
treed45107144cec32549d2dbffe81ba233710a737ad /development/xdebug/README
parenta2b3360f94eaf4b14101d5e989c59af7b74caaad (diff)
downloadslackbuilds-b4bb23f5c0e747e03c992c1409a5b533f2294b52.tar.gz
slackbuilds-b4bb23f5c0e747e03c992c1409a5b533f2294b52.tar.xz
development/xdebug: New maintainer and updated for version 2.1.0
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'development/xdebug/README')
-rw-r--r--development/xdebug/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/xdebug/README b/development/xdebug/README
index 5ee9c66fad..f8cb67bcce 100644
--- a/development/xdebug/README
+++ b/development/xdebug/README
@@ -9,8 +9,8 @@ capabilities to debug PHP scripts interactively with a debug client.
This requires libedit.
-Once you install xdebug, add the following line to php.ini:
- zend_extension = "/usr/lib/php/extensions/xdebug.so"
+Once you've installed xdebug, uncomment the following line in /etc/php/xdebug.ini:
+; 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