Apache continuously crashing on Windows XP
Posted: Mon Sep 10, 2007 3:03 am
Hi all!
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):
I have installed Apache 2.2.4, with PHP 5.2.4 on my XP machine both at work and at home. Both also have the Zend Debugger 5.2.6 installed. Useful to know maybe that I'm also using Eclipse (http://www.eclipse.org) as my IDE.
The php.ini section for Zend Debugger is as follows:
Any suggestions on how to fix the problem; I've already installed the newest versions of Apache, PHP and Zend Debugger I could find. Should I be using the Thread Safe Version of the Non-Thread Safe Version of Zend Debugger?
Also, 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!
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!