diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2016-02-06 22:49:35 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-07 15:06:56 +0700 |
commit | 57b6030f26f4ad48e85dcd1f8588d79019c15fdd (patch) | |
tree | 9e32eb126fa0717b192c8f3e14064fc3f17da1b9 /development/xdebug/README | |
parent | fa74c291e42e385242711217bb03bda71b5671c0 (diff) | |
download | slackbuilds-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/README | 2 |
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 |