php_mysql.dll works, php_mysqli.dll does not
Posted: Tue Jul 05, 2011 3:42 pm
Hello
When I uncomment in my php.ini file, mySQL doesn't work (Fatal error: Call to undefined function mysql_connect()) despite the ext dir being set up and php_mysqli.dll existing in that directory.
But when instead I uncomment mySQL works fine!
All I can think of is that php_mysqli.dll has got corrupted, but that's pretty unlikely. Does anyone have any ideas?
Many thanks
When I uncomment
Code: Select all
;extension=php_mysqli.dllBut when instead I uncomment
Code: Select all
extension=php_mysql.dllAll I can think of is that php_mysqli.dll has got corrupted, but that's pretty unlikely. Does anyone have any ideas?
Many thanks