diff options
author | Andrey Hristov <andrey@php.net> | 2014-07-16 19:24:39 +0300 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2014-07-16 19:24:39 +0300 |
commit | 06f5f65c947891808ef2087dbbe1f6c97daf45ed (patch) | |
tree | c85e6385d3051fa15bc1a7855b0a9a41188cfe1a /ext/mysqli/tests | |
parent | ef958405507d75dd591801802d7c72724fb332be (diff) | |
download | php-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.phpt | 1 |
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(); |