summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/mysqli_constants.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqli/tests/mysqli_constants.phpt')
-rw-r--r--ext/mysqli/tests/mysqli_constants.phpt5
1 files changed, 1 insertions, 4 deletions
diff --git a/ext/mysqli/tests/mysqli_constants.phpt b/ext/mysqli/tests/mysqli_constants.phpt
index 32a259350..418eb070e 100644
--- a/ext/mysqli/tests/mysqli_constants.phpt
+++ b/ext/mysqli/tests/mysqli_constants.phpt
@@ -154,10 +154,7 @@ require_once('skipifconnectfailure.inc');
if (defined('MYSQLI_DATA_TRUNCATED'))
$expected_constants["MYSQLI_DATA_TRUNCATED"] = true;
- if ($IS_MYSQLND && $php_version >= 600) {
- /* mysqlnd only */
- $expected_constants["MYSQLI_OPT_NUMERIC_AND_DATETIME_AS_UNICODE"] = true;
- } else if (!$IS_MYSQLND) {
+ if (!$IS_MYSQLND) {
/* libmysql only */
/* are they available in all versions of ext/mysqli ?