summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2012-03-05 23:57:24 +0000
committerJohannes Schlüter <johannes@php.net>2012-03-05 23:57:24 +0000
commit048f1fa092e772e9650a3043474bd347c4562d1c (patch)
tree89217f7c3d28613c984aebd40a3a4852c76b0315 /ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt
parent4c4a33e7067c9909dbf54193db4e0fecc493b366 (diff)
downloadphp-git-048f1fa092e772e9650a3043474bd347c4562d1c.tar.gz
Fix bug #61194 PDO should export compression flag with myslqnd
Diffstat (limited to 'ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt')
-rw-r--r--ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt b/ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt
index e99385799f..17fa5d6059 100644
--- a/ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt
+++ b/ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt
@@ -20,13 +20,13 @@ require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'skipif.inc');
"MYSQL_ATTR_SSL_CA" => true,
"MYSQL_ATTR_SSL_CAPATH" => true,
"MYSQL_ATTR_SSL_CIPHER" => true,
+ "MYSQL_ATTR_COMPRESS" => true,
);
if (!MySQLPDOTest::isPDOMySQLnd()) {
$expected['MYSQL_ATTR_MAX_BUFFER_SIZE'] = true;
$expected['MYSQL_ATTR_READ_DEFAULT_FILE'] = true;
$expected['MYSQL_ATTR_READ_DEFAULT_GROUP'] = true;
- $expected['MYSQL_ATTR_COMPRESS'] = true;
}
/*