projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7500f1
)
Please, whenever changing the mysqli API update the tests. Don't wait for me to catch up.
author
Ulf Wendel
<uw@php.net>
Wed, 31 Aug 2011 13:59:28 +0000
(13:59 +0000)
committer
Ulf Wendel
<uw@php.net>
Wed, 31 Aug 2011 13:59:28 +0000
(13:59 +0000)
ext/mysqli/tests/mysqli_constants.phpt
patch
|
blob
|
history
diff --git
a/ext/mysqli/tests/mysqli_constants.phpt
b/ext/mysqli/tests/mysqli_constants.phpt
index ff92160a7421c78053fe5a48017c288df70c815d..613dddfc85d5ed4384c87c51ebe8970ea17d1acc 100644
(file)
--- 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 */