Apache 2.4 PHP 5.4 mysql not found?
- by jurchiks
Just tried setting up the latest Apache (2.4.1 x86 VC10 from apachelounge) and PHP (5.4 VC9 TS X86, with the php5apache2_4.dll) on my PC and ran into this weird problem; in my php.ini I have enabled all of the following:
extension=php_mysql.dll
extension=php_mysqli.dll
extension=php_pdo_mysql.dll
but when I try to print the available PDO's using…