commit | 1dc43aaefb341daaae10841e5ca2504ba9b03d7c | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Tue Jan 20 11:09:17 2015 +0200 |
committer | Andrey Andreev <narf@devilix.net> | Tue Jan 20 11:09:17 2015 +0200 |
tree | 5302ec2800dd79865eba499c8f21dbba740d6953 | |
parent | fb6bb5607e4c2580a6921e9317223d2447033a1d [diff] |
Remove error suppression from mysql_*connect() The suppression was kept so far because mysql_connect(), mysql_pconnect() emit E_DEPRECATION messages on PHP 5.5+. Well, we already default to 'mysqli' and there's no reason to use specifically 'mysql' on PHP 5.5, so we might as well let the deprecation notices appear and encourage users to switch drivers.