Skip to content

Commit

Permalink
Remove deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
dshafik committed Jan 12, 2017
1 parent b416f7e commit f5b1bc9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/mysql.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@
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);
Expand Down

0 comments on commit f5b1bc9

Please sign in to comment.