Send a blank email to [email protected] to get a copy of this message
andrey Fri, 02 Sep 2011 12:59:32 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=316036
Log:
fix message
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/config9.m4
U php/php-src/branches/PHP_5_4/ext/mysqlnd/config9.m4
U php/php-src/trunk/ext/mysqlnd/config9.m4
Modified: php/php-src/branches/PHP_5_3/ext/mysqlnd/config9.m4
===================================================================
--- php/php-src/branches/PHP_5_3/ext/mysqlnd/config9.m4 2011-09-02 11:22:41 UTC (rev 316035)
+++ php/php-src/branches/PHP_5_3/ext/mysqlnd/config9.m4 2011-09-02 12:59:32 UTC (rev 316036)
@@ -3,7 +3,7 @@
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)
Modified: php/php-src/branches/PHP_5_4/ext/mysqlnd/config9.m4
===================================================================
--- php/php-src/branches/PHP_5_4/ext/mysqlnd/config9.m4 2011-09-02 11:22:41 UTC (rev 316035)
+++ php/php-src/branches/PHP_5_4/ext/mysqlnd/config9.m4 2011-09-02 12:59:32 UTC (rev 316036)
@@ -3,7 +3,7 @@
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)
Modified: php/php-src/trunk/ext/mysqlnd/config9.m4
===================================================================
--- php/php-src/trunk/ext/mysqlnd/config9.m4 2011-09-02 11:22:41 UTC (rev 316035)
+++ php/php-src/trunk/ext/mysqlnd/config9.m4 2011-09-02 12:59:32 UTC (rev 316036)
@@ -3,7 +3,7 @@
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)