Please, whenever changing the mysqli API update the tests. Don't wait for me to catch up.
authorUlf Wendel <uw@php.net>
Wed, 31 Aug 2011 13:59:28 +0000 (13:59 +0000)
committerUlf Wendel <uw@php.net>
Wed, 31 Aug 2011 13:59:28 +0000 (13:59 +0000)
ext/mysqli/tests/mysqli_constants.phpt

index ff92160a7421c78053fe5a48017c288df70c815d..613dddfc85d5ed4384c87c51ebe8970ea17d1acc 100644 (file)
@@ -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 */