diff options
Diffstat (limited to 'development/xdebug/README')
-rw-r--r-- | development/xdebug/README | 4 |
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 |