Hi,
I tried to get php dbg debugger working on my machine but it doesn't
work at all.
Ok, what i did:
copied php_dbg-5.2.x.dll (for PHP 5.2.x version) into my xampp/php/ext
directory
next, modified /xampp/apache/bin/php.ini file appending:
[debugger]
extension=php_d bg-5.2.x.dll
debugger.enable d=on
debugger.profil er_enabled=on
debugger.hosts_ allow=localhost 127.0.0.1
;debugger.hosts _deny=ALL
debugger.ports= 7869, 10000/16
debugger.JIT_ho st = clienthost
debugger.JIT_po rt = 7869
Now, when i restard my server and try to get http://localhost my apache
crashes and windows gives me a window telling me that this application
will be closed !@!!
what is wrong ?
im running windows xp sp2
thanks in advance
I tried to get php dbg debugger working on my machine but it doesn't
work at all.
Ok, what i did:
copied php_dbg-5.2.x.dll (for PHP 5.2.x version) into my xampp/php/ext
directory
next, modified /xampp/apache/bin/php.ini file appending:
[debugger]
extension=php_d bg-5.2.x.dll
debugger.enable d=on
debugger.profil er_enabled=on
debugger.hosts_ allow=localhost 127.0.0.1
;debugger.hosts _deny=ALL
debugger.ports= 7869, 10000/16
debugger.JIT_ho st = clienthost
debugger.JIT_po rt = 7869
Now, when i restard my server and try to get http://localhost my apache
crashes and windows gives me a window telling me that this application
will be closed !@!!
what is wrong ?
im running windows xp sp2
thanks in advance
Comment