diff options
author | Johannes Schlüter <johannes@php.net> | 2008-10-14 19:00:53 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2008-10-14 19:00:53 +0000 |
commit | 0614a7763e30fe88d8446b7bee72bb68a374f48c (patch) | |
tree | fee7623c2fc1beb5d5630df3cfb01ef723d8085c /ext/pdo_mysql/php_pdo_mysql_int.h | |
parent | 42e3a93a8b54340822c96ea760c2f0f8aa118e10 (diff) | |
download | php-git-0614a7763e30fe88d8446b7bee72bb68a374f48c.tar.gz |
MFH: Add PDO::MYSQL_ATTR_COMPRESS connection flag [DOC]
Diffstat (limited to 'ext/pdo_mysql/php_pdo_mysql_int.h')
-rwxr-xr-x | ext/pdo_mysql/php_pdo_mysql_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pdo_mysql/php_pdo_mysql_int.h b/ext/pdo_mysql/php_pdo_mysql_int.h index 3ed96c9029..46b7237b88 100755 --- a/ext/pdo_mysql/php_pdo_mysql_int.h +++ b/ext/pdo_mysql/php_pdo_mysql_int.h @@ -158,6 +158,7 @@ enum { PDO_MYSQL_ATTR_READ_DEFAULT_FILE, PDO_MYSQL_ATTR_READ_DEFAULT_GROUP, PDO_MYSQL_ATTR_MAX_BUFFER_SIZE, + PDO_MYSQL_ATTR_COMPRESS, #endif PDO_MYSQL_ATTR_DIRECT_QUERY, }; |