[wp-hackers] WorPress dies silently without MySQL PHP extention

Vlad GURDIGA gurdiga at gmail.com
Fri Dec 4 01:44:21 UTC 2009


Hello!

When there is no MySQL PHP extension installed, for example when you
have WordPress working on an SQLite DB instead of MySQL, wpdb
constructor dies silently trying to

$this->dbh = @mysql_connect($dbhost, $dbuser, $dbpassword, true);

Is that OK?


More information about the wp-hackers mailing list