diff options
Diffstat (limited to 'ext/mysql/tests/mysql_list_dbs.phpt')
-rw-r--r-- | ext/mysql/tests/mysql_list_dbs.phpt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/mysql/tests/mysql_list_dbs.phpt b/ext/mysql/tests/mysql_list_dbs.phpt index 054e02ef9..402161aa6 100644 --- a/ext/mysql/tests/mysql_list_dbs.phpt +++ b/ext/mysql/tests/mysql_list_dbs.phpt @@ -51,4 +51,5 @@ print "done!\n"; require_once("clean_table.inc"); ?> --EXPECTF-- -done!
\ No newline at end of file +Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in %s on line %d +done! |