summaryrefslogtreecommitdiffstats
path: root/development/xdebug
diff options
context:
space:
mode:
author B. Watson2016-11-14 20:11:13 +0100
committer Willy Sudiarto Raharjo2016-11-15 15:41:38 +0100
commite29faa2073c712aa5d99fb95bcad108c55b618f0 (patch)
treeb9241f68ca9bf3c2fd27b53fa78e4bac53a5b8bb /development/xdebug
parent3074fbc069ae4ee9a63b3dee07540793eba79316 (diff)
downloadslackbuilds-e29faa2073c712aa5d99fb95bcad108c55b618f0.tar.gz
development/xdebug: Fix README.
Diffstat (limited to 'development/xdebug')
-rw-r--r--development/xdebug/README6
1 files changed, 4 insertions, 2 deletions
diff --git a/development/xdebug/README b/development/xdebug/README
index cef9db2f31..46446b1b66 100644
--- a/development/xdebug/README
+++ b/development/xdebug/README
@@ -1,4 +1,4 @@
-Xdebug (A PHP extension for debugging PHP scripts)
+xdebug (A PHP extension for debugging PHP scripts)
The Xdebug extension helps you debugging your script by providing a lot of
valuable debug information. The debug information that Xdebug can provide
@@ -7,7 +7,9 @@ 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.d/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