tags:

views:

133

answers:

0

I have a wamp installation on a vista machine ...

This wamp is running Apache 2.2.11, Php 5.3.0, and mysql 5.051b

Ther is another php 5.2.8 installation.

I use nusphere phped 5.9 as php ide. For debugging i use dbg.

I copied the dbg for php 5.3 dll to php 5.3 installations ext dir. I can use dbg from nusphere just fine.

But recently i m having apache crashes.

Apache error log says a child process has exited with status 255


[Wed Nov 25 22:18:20 2009] [notice] Parent: child process exited with status 255 -- Restarting. [Wed Nov 25 22:18:20 2009] [notice] Apache/2.2.11 (Win32) PHP/5.3.0 configured -- resuming normal operations [Wed Nov 25 22:18:20 2009] [notice] Server built: Dec 10 2008 00:10:06 [Wed Nov 25 22:18:20 2009] [notice] Parent: Created child process 4908 [Wed Nov 25 22:18:20 2009] [notice] Child 4908: Child process is running [Wed Nov 25 22:18:20 2009] [notice] Child 4908: Acquired the start mutex. [Wed Nov 25 22:18:20 2009] [notice] Child 4908: Starting 64 worker threads. [Wed Nov 25 22:18:20 2009] [notice] Child 4908: Starting thread to listen on port 80.


Then i looked at the php error log --


[23-Nov-2009 17:33:40] PHP Warning: PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.2.8/ext/dbg-php-5.3.dll' - The specified procedure could not be found. in Unknown on line 0

In nowhere any extension is loaded from c:/wamp/bin/php/php5.2.8/ext/ but then, php is trying to load it from

there. copying the dbg dll file there doesn't solve this problem ...

Any help would be very apreciated.

Thanks, Anjan