summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2014-07-16 19:24:39 +0300
committerAndrey Hristov <andrey@php.net>2014-07-16 19:24:39 +0300
commit06f5f65c947891808ef2087dbbe1f6c97daf45ed (patch)
treec85e6385d3051fa15bc1a7855b0a9a41188cfe1a /ext/mysqli/tests
parentef958405507d75dd591801802d7c72724fb332be (diff)
downloadphp-git-06f5f65c947891808ef2087dbbe1f6c97daf45ed.tar.gz
Add some trace info as well as update CLIENT_ flags
Diffstat (limited to 'ext/mysqli/tests')
-rw-r--r--ext/mysqli/tests/mysqli_constants.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqli/tests/mysqli_constants.phpt b/ext/mysqli/tests/mysqli_constants.phpt
index bed9d53419..9bbc8bb4b7 100644
--- a/ext/mysqli/tests/mysqli_constants.phpt
+++ b/ext/mysqli/tests/mysqli_constants.phpt
@@ -196,6 +196,7 @@ require_once('skipifconnectfailure.inc');
if (($IS_MYSQLND && version_compare(PHP_VERSION, ' 5.4.12-dev', '>=')) || (!$IS_MYSQLND && ($version > 50610))) {
/* could be that MySQL/libmysql 5.6.9 had the flag already but it was no stable release */
$expected_constants["MYSQLI_OPT_CAN_HANDLE_EXPIRED_PASSWORDS"] = true;
+ $expected_constants["MYSQLI_CLIENT_CAN_HANDLE_EXPIRED_PASSWORDS"] = true;
}
$unexpected_constants = array();