php5ts.dll crashes PHP 5.2.17

0

I have upgraded Apache 2.2.22 and PHP 5.2.17 on my Windows Server 2008 x86. All thing are fine, but when I uncomment

LoadModule php5_module "e:/wamp2.2/bin/PHP/php5.2.17/php5apache2_2.dll"

it gives me an error for faulty php5ts.dll.

Faulting application httpd.exe, version 2.2.22.0, time stamp 0x4f242d7a, faulting module php5ts.dll, version 5.2.17.17, time stamp 0x4d25fb49, exception code 0xc0000005, fault offset 0x000f424c, process id 0x101c, application start time 0x01cd2ebf097f105c.

I have copied zip PHP version and install it new one. But the issue remains the same.

I'm not sure if it's a compatibility issue or if some .dll is corrupted.

I Google and found the following .dlls don't work together. I tried to comment them out in php.ini.

php_mbstring.dll
php_gd2.dll
php_curl.dll

but the result is the same.

apache-2.2
php
asked on Server Fault May 10, 2012 by Mohit Sharma • edited May 10, 2012 by wfaulk

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0