diff options
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 |