Add xdebug in doliwamp setup

This commit is contained in:
Laurent Destailleur 2009-07-21 10:59:46 +00:00
parent a61f7bc327
commit 1d4d2a2c08

View File

@ -698,6 +698,8 @@ extension=php_sqlite.dll
;extension=php_xmlrpc.dll
;extension=php_xsl.dll
extension=php_zip.dll
;extension=php_xdebug-2.0.5-5.2.dll
;;;;;;;;;;;;;;;;;;;
; Module Settings ;
@ -1331,6 +1333,15 @@ soap.wsdl_cache_dir="/tmp"
; instead of original one.
soap.wsdl_cache_ttl=86400
[xdebug]
xdebug.remote_enable=on
xdebug.remote_handle=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.profiler_enable=0
xdebug.show_local_vars=off
xdebug.profiler_output_dir=c:/
; Local Variables:
; tab-width: 4
; End: