summaryrefslogtreecommitdiff
path: root/ext/mysqlnd
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2011-09-02 12:59:32 +0000
committerAndrey Hristov <andrey@php.net>2011-09-02 12:59:32 +0000
commite35e394a791c67a6c21f9a1d9a6df1a9603cf27b (patch)
tree35ee2f3e7445a2de4c7f94232bcee1d1467dec95 /ext/mysqlnd
parentd96e924b2517140ab3d3f374ed7c6d283c0e4820 (diff)
downloadphp-git-e35e394a791c67a6c21f9a1d9a6df1a9603cf27b.tar.gz
fix message
Diffstat (limited to 'ext/mysqlnd')
-rw-r--r--ext/mysqlnd/config9.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/config9.m4 b/ext/mysqlnd/config9.m4
index 0c1f77eded..d38e9eba3c 100644
--- a/ext/mysqlnd/config9.m4
+++ b/ext/mysqlnd/config9.m4
@@ -3,7 +3,7 @@ dnl $Id$
dnl config.m4 for mysqlnd driver
-PHP_ARG_ENABLE(mysqlnd_compression_support, whether to enable compressed protocol support in mysqlnd,
+PHP_ARG_ENABLE(mysqlnd_compression_support, whether to disable compressed protocol support in mysqlnd,
[ --disable-mysqlnd-compression-support
Disable support for the MySQL compressed protocol in mysqlnd], yes, no)