|
Posted by Piotr Nowak on 06/28/07 07:02
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_dbg-5.2.x.dll
debugger.enabled=on
debugger.profiler_enabled=on
debugger.hosts_allow=localhost 127.0.0.1
;debugger.hosts_deny=ALL
debugger.ports=7869, 10000/16
debugger.JIT_host = clienthost
debugger.JIT_port = 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
Navigation:
[Reply to this message]
|