diff options
author | Ulf Wendel <uw@php.net> | 2011-08-31 13:59:28 +0000 |
---|---|---|
committer | Ulf Wendel <uw@php.net> | 2011-08-31 13:59:28 +0000 |
commit | af73e4aab6ca7bf5668103578fc0d7b80c214daa (patch) | |
tree | 2f1b4f94590f95b59c7b8eb7ba0184375c86173b | |
parent | 776d1e5ece64cb844c9011fd22f4e6496df42a88 (diff) | |
download | php-git-af73e4aab6ca7bf5668103578fc0d7b80c214daa.tar.gz |
Please, whenever changing the mysqli API update the tests. Don't wait for me to catch up.
-rw-r--r-- | ext/mysqli/tests/mysqli_constants.phpt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/mysqli/tests/mysqli_constants.phpt b/ext/mysqli/tests/mysqli_constants.phpt index ff92160a74..613dddfc85 100644 --- a/ext/mysqli/tests/mysqli_constants.phpt +++ b/ext/mysqli/tests/mysqli_constants.phpt @@ -160,6 +160,9 @@ require_once('skipifconnectfailure.inc'); if (defined('MYSQLI_DATA_TRUNCATED')) $expected_constants["MYSQLI_DATA_TRUNCATED"] = true; + if (defined('MYSQLI_SERVER_PS_OUT_PARAMS')) + $expected_constants["MYSQLI_SERVER_PS_OUT_PARAMS"] = true; + if (!$IS_MYSQLND) { /* libmysql only */ |