My Apache keeps on crashing, especially when debugging on my XP machine. I get the typical, application crash and will now close screen with the following details (this happens on both my machines at work and at home):
Code: Select all
szAppName: httpd.exe szAppVer: 2.2.4.0
szModName: php5ts.dll szModVer: 5.2.4.4
offset: 0009902e.The php.ini section for Zend Debugger is as follows:
Code: Select all
zend_extension_ts=C:/Program Files/PHP/ZendDebugger.dll
zend_debugger.allow_hosts=127.0.0.1
zend_debugger.expose_remotely=alwaysAlso, how do I quickly switch from a debug run to a non-debugging run with PHP? In other words, how do I disable Zend Debugger without fiddling too much.
Thanks in advance for the help!