For someone, like I, was suffering with “Faulting application httpd.exe, version 2.2.11.0, time stamp 0x493f5d44, faulting module php5ts.dll…” error, try copy the file libmysql.dll, located in PHP installation folder, to Apache bin directory and restart Apache service.
See ya!
November 30th, 2009 on 10:17
Still having the issue, got done with thousands of workarounds but still the problem persists under Vista.
January 25th, 2010 on 20:11
U r the best. All else failed (path manipulations, other dll file fiddling, .ini file editing) but this just worked. Thanks so much
April 7th, 2010 on 17:03
Thnx a lot!
apache-2.2.15 + mysql-5.1.45 + php-5.3.2
as well as php-5.2.13
fails on Vista Home OEM laptop
Just decided to downgrade mysql to 5.0.x.
But this fix saved my 5.1 setup
April 24th, 2010 on 02:27
OMG THANK YOU! I had tried everything under the sun! This worked.
June 3rd, 2010 on 17:30
Atfter trying a few hours many things This worked ! Also I had 2 diff libmysql.dll s, one was 2028KB the other was 2304KB. I used the 2028KB, also in the php.ini both extension=php_mysql.dll
extension=php_mysqli.dll are active.
XP Pro system.
July 16th, 2010 on 12:26
Don’t use the front slash, just use the backslash.
Tried the following and it works!
PHPIniDir “C:\php5\”
Tried the following and it failed!
PHPIniDir “C:/php5/”
July 27th, 2010 on 14:55
Here’s the work around!
http://www.mail-archive.com/php-bugs@lists.php.net/msg134967.html
June 15th, 2011 on 20:05
this is what worked for me..
try adding the slashes incase php is getting installed to the “Program Files (x86)” fodler. You have to add “\” before the “(” and “)”
in httpd.conf modify as below. make sure you add \ before ( and )
PHPIniDir “F:/Program Files \(x86\)/LAMP\PHP/”