diff options
author | Davey Shafik <me@daveyshafik.com> | 2017-01-12 12:22:02 -0800 |
---|---|---|
committer | Davey Shafik <me@daveyshafik.com> | 2017-01-12 12:22:02 -0800 |
commit | f5b1bc97181418daf854385154a2800eda04c7f1 (patch) | |
tree | 2309dd3f32f2236988fd178cfb46bab070120ae1 /lib | |
parent | b416f7e5af1d47c29491fe170a9df5115f7a1204 (diff) | |
download | php7-mysql-shim-f5b1bc97181418daf854385154a2800eda04c7f1.zip php7-mysql-shim-f5b1bc97181418daf854385154a2800eda04c7f1.tar.gz php7-mysql-shim-f5b1bc97181418daf854385154a2800eda04c7f1.tar.bz2 |
Remove deprecation notice1.0.0beta2
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mysql.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/mysql.php b/lib/mysql.php index 8639800..d2d9772 100644 --- a/lib/mysql.php +++ b/lib/mysql.php @@ -25,12 +25,6 @@ namespace { trigger_error('php7-mysql-shim: ext/mysqli is required', E_USER_ERROR); } - trigger_error( - "php7-mysql-shim: The mysql extension is deprecated " - . "and was removed in the PHP 7.0: use mysqli or PDO instead.", - E_USER_DEPRECATED - ); - define('MYSQL_ASSOC', 1); define('MYSQL_NUM', 2); define('MYSQL_BOTH', 3); |