From: Ulf Wendel Date: Wed, 31 Aug 2011 13:59:28 +0000 (+0000) Subject: Please, whenever changing the mysqli API update the tests. Don't wait for me to catch up. X-Git-Tag: php-5.3.9RC1~306 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c05bfdf490d6d545c1551579e14b8471f5530c54;p=php Please, whenever changing the mysqli API update the tests. Don't wait for me to catch up. --- 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 */