Hi,
I tried to get php dbg debugger working on my machine but it doesn't work at all.
Ok, here's 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
Ok, znalazłęm:
Należy zakomentować wszystko co poniżej w sekcji [Zend]
[Zend]
;zend_extension_ts = "D:\servers\xampp\php\zendOptimizer\lib\ZendExtensionManager.dll"
;zend_extension_manager.optimizer_ts = "D:\servers\xampp\php\zendOptimizer\lib\Optimizer"
;zend_optimizer.enable_loader = 0
;zend_optimizer.optimization_level=15
;zend_optimizer.license_path =
; Local Variables:
; tab-width: 4
; End:
pozdrawiam.