Hi,
I had a perfect working local server with Windows, Apache, PHP and MySQL. I recently wanted to upgrade and have been having problems ever since. The main problem I now have is that whenever I load up a page with a MySQL connection, the page will load for about 5 seconds before I get a message stating Apache has unexpectedly shutdown. A blank page will then load up.
I have these installed:
- Windows XP
- Apache 2.2
- PHP 5.2.9-2
- MySQL 5.1.34
There are no error messages in my log files for this. This is everything that exists for the last instance in which it shutdown:
[Wed May 13 01:46:04 2009] [notice] Child 3568: Child process is running
[Wed May 13 01:46:04 2009] [notice] Child 3568: Acquired the start mutex.
[Wed May 13 01:46:04 2009] [notice] Child 3568: Starting 64 worker threads.
[Wed May 13 01:46:04 2009] [notice] Child 3568: Starting thread to listen on port 8080.
zend_mm_heap corrupted
[Wed May 13 01:46:04 2009] [notice] Parent: child process exited with status 1 -- Restarting.
[Wed May 13 01:46:04 2009] [notice] Apache/2.2.11 (Win32) PHP/5.2.9-2 configured -- resuming normal operations
[Wed May 13 01:46:04 2009] [notice] Server built: Dec 10 2008 00:10:06
[Wed May 13 01:46:04 2009] [notice] Parent: Created child process 3520
[Wed May 13 01:46:04 2009] [notice] Child 3520: Child process is running
[Wed May 13 01:46:04 2009] [notice] Child 3520: Acquired the start mutex.
[Wed May 13 01:46:04 2009] [notice] Child 3520: Starting 64 worker threads.
[Wed May 13 01:46:04 2009] [notice] Child 3520: Starting thread to listen on port 8080.
What could be causing this? Is there anything I can try out?
Thanks
Russ