development/xdebug: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
2e9cb68682
commit
738de2a0bd
|
@ -7,8 +7,6 @@ memory allocation and protection for infinite recursions. Xdebug also
|
||||||
provides profiling information for PHP, scripts, code coverage analysis and
|
provides profiling information for PHP, scripts, code coverage analysis and
|
||||||
capabilities to debug PHP scripts interactively with a debug client.
|
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:
|
Once you've installed xdebug, uncomment the following line in /etc/php/xdebug.ini:
|
||||||
; zend_extension = "/usr/lib/php/extensions/xdebug.so"
|
; zend_extension = "/usr/lib/php/extensions/xdebug.so"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue