André L. S. Softwares Development, Technology and Games

10Jun/097

Error “…faulting module php5ts.dll…” in Apache with PHP and MySQL running on Windows Vista

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!

Comments (7) Trackbacks (0)
  1. Still having the issue, got done with thousands of workarounds but still the problem persists under Vista.

  2. U r the best. All else failed (path manipulations, other dll file fiddling, .ini file editing) but this just worked. Thanks so much

  3. 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 :)

  4. OMG THANK YOU! I had tried everything under the sun! This worked.

  5. 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.

  6. 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/”


Leave a comment


No trackbacks yet.