diff options
author | Ondřej Surý <ondrej@sury.org> | 2014-07-02 13:10:19 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2014-07-02 13:10:19 +0200 |
commit | 09ed144817606a3a835391b12455e6d9cb3a0ae2 (patch) | |
tree | 1284c43d38c82704eada3d721265b96ae8b4aee3 /ext/mysql | |
parent | 60d44b592c4c4fdcbbf92db2882a97a9cc54713c (diff) | |
download | php-09ed144817606a3a835391b12455e6d9cb3a0ae2.tar.gz |
New upstream version 5.6.0~rc2+dfsgupstream/5.6.0_rc2+dfsg
Diffstat (limited to 'ext/mysql')
-rw-r--r-- | ext/mysql/tests/mysql_trace_mode.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysql/tests/mysql_trace_mode.phpt b/ext/mysql/tests/mysql_trace_mode.phpt index 7655975d7..73872de1d 100644 --- a/ext/mysql/tests/mysql_trace_mode.phpt +++ b/ext/mysql/tests/mysql_trace_mode.phpt @@ -31,7 +31,7 @@ require_once("clean_table.inc"); --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 I don\'t mind character sets, do I?\n -Warning: mysql_query(): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'BOGUS_SQL' at line 1 in %s on line %d +Warning: mysql_query(): You have an error in your SQL syntax; check the manual that corresponds to your %s server version for the right syntax to use near 'BOGUS_SQL' at line 1 in %s on line %d done! Warning: Unknown: 1 result set(s) not freed. Use mysql_free_result to free result sets which were requested using mysql_query() in %s on line %d |