summaryrefslogtreecommitdiffstats
path: root/development/xdebug/README
diff options
context:
space:
mode:
author Heinz Wiesinger2016-02-06 22:49:35 +0100
committer Willy Sudiarto Raharjo2016-02-07 09:06:56 +0100
commit57b6030f26f4ad48e85dcd1f8588d79019c15fdd (patch)
tree9e32eb126fa0717b192c8f3e14064fc3f17da1b9 /development/xdebug/README
parentfa74c291e42e385242711217bb03bda71b5671c0 (diff)
downloadslackbuilds-57b6030f26f4ad48e85dcd1f8588d79019c15fdd.tar.gz
development/xdebug: Updated for version 2.3.3.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'development/xdebug/README')
-rw-r--r--development/xdebug/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/xdebug/README b/development/xdebug/README
index 3e63e706ec..cef9db2f31 100644
--- a/development/xdebug/README
+++ b/development/xdebug/README
@@ -7,7 +7,7 @@ memory allocation and protection for infinite recursions. Xdebug also
provides profiling information for PHP, scripts, code coverage analysis and
capabilities to debug PHP scripts interactively with a debug client.
-Once you've installed xdebug, uncomment the following line in /etc/php/xdebug.ini:
+Once you've installed xdebug, uncomment the following line in /etc/php.d/xdebug.ini:
; zend_extension = "/usr/lib/php/extensions/xdebug.so"
Restart your webserver if you're using php with it, and as a recomendation