diff options
author | Adam Harvey <aharvey@php.net> | 2012-12-10 22:12:09 +0800 |
---|---|---|
committer | Adam Harvey <aharvey@php.net> | 2012-12-10 22:12:09 +0800 |
commit | b7091aaf0137d97cf4aa4a402ec50b3946d369c0 (patch) | |
tree | 52618e911add69133e2f2eff4c976e9fe9ecd999 /ext/mysql/tests/mysql_client_encoding.phpt | |
parent | c007ba4740e90a7a73bc8c6350804670e4b49cc1 (diff) | |
download | php-git-b7091aaf0137d97cf4aa4a402ec50b3946d369c0.tar.gz |
Deprecate ext/mysql.
Per https://wiki.php.net/rfc/mysql_deprecation, connecting to a MySQL database
via ext/mysql now generates an E_DEPRECATED error. This commit includes the
minimal EXPECTF updates required for the test suite to pass: it may be
preferable to refactor some of the tests to suppress deprecation errors in
situations where no other error is expected from mysql_[p]connect(), but I'm
not enough of a MySQL expert to want to get my hands that dirty in a long
standing test suite.
Diffstat (limited to 'ext/mysql/tests/mysql_client_encoding.phpt')
-rw-r--r-- | ext/mysql/tests/mysql_client_encoding.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysql/tests/mysql_client_encoding.phpt b/ext/mysql/tests/mysql_client_encoding.phpt index 8aa67a03ac..5b21765ddb 100644 --- a/ext/mysql/tests/mysql_client_encoding.phpt +++ b/ext/mysql/tests/mysql_client_encoding.phpt @@ -67,4 +67,5 @@ if (false !== ($tmp = @mysql_client_encoding($link))) print "done!"; ?> --EXPECTF-- +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! |