diff options
author | Erik Hanson <erik@slackbuilds.org> | 2012-08-24 17:44:48 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-08-24 17:47:50 -0500 |
commit | 738de2a0bd2e41afac2cc1946205989528ab7a95 (patch) | |
tree | 91d36cfa130dfd4cf1a61537e331dc69b153216f /development/xdebug | |
parent | 2e9cb68682b2ed47d597befa695ca23751182456 (diff) | |
download | slackbuilds-738de2a0bd2e41afac2cc1946205989528ab7a95.tar.gz |
development/xdebug: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'development/xdebug')
-rw-r--r-- | development/xdebug/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/development/xdebug/README b/development/xdebug/README index 9d9c7d2a80..3e63e706ec 100644 --- a/development/xdebug/README +++ b/development/xdebug/README @@ -7,8 +7,6 @@ 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. -This requires libedit. - Once you've installed xdebug, uncomment the following line in /etc/php/xdebug.ini: ; zend_extension = "/usr/lib/php/extensions/xdebug.so" |