sixd Thu, 12 Jan 2012 23:23:05 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=322156
Log:
Fix configuration message typo and alignment (5.4 merge approved by Stas)
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 2012-01-12 21:30:30 UTC
(rev 322155)
+++ php/php-src/branches/PHP_5_3/ext/mysqlnd/config9.m4 2012-01-12 23:23:05 UTC
(rev 322156)
@@ -3,8 +3,8 @@
dnl config.m4 for mysqlnd driver
PHP_ARG_ENABLE(mysqlnd, whether to enable mysqlnd,
- [ --enable-mysqlnd Enable mysqlnd expliciely, will be done implicitly
- when required by other extensions], no, yes)
+ [ --enable-mysqlnd Enable mysqlnd explicitly, will be done implicitly
+ when required by other extensions], no, yes)
PHP_ARG_ENABLE(mysqlnd_compression_support, whether to disable compressed
protocol support in mysqlnd,
[ --disable-mysqlnd-compression-support
Modified: php/php-src/branches/PHP_5_4/ext/mysqlnd/config9.m4
===================================================================
--- php/php-src/branches/PHP_5_4/ext/mysqlnd/config9.m4 2012-01-12 21:30:30 UTC
(rev 322155)
+++ php/php-src/branches/PHP_5_4/ext/mysqlnd/config9.m4 2012-01-12 23:23:05 UTC
(rev 322156)
@@ -3,8 +3,8 @@
dnl config.m4 for mysqlnd driver
PHP_ARG_ENABLE(mysqlnd, whether to enable mysqlnd,
- [ --enable-mysqlnd Enable mysqlnd expliciely, will be done implicitly
- when required by other extensions], no, yes)
+ [ --enable-mysqlnd Enable mysqlnd explicitly, will be done implicitly
+ when required by other extensions], no, yes)
PHP_ARG_ENABLE(mysqlnd_compression_support, whether to disable compressed
protocol support in mysqlnd,
[ --disable-mysqlnd-compression-support
Modified: php/php-src/trunk/ext/mysqlnd/config9.m4
===================================================================
--- php/php-src/trunk/ext/mysqlnd/config9.m4 2012-01-12 21:30:30 UTC (rev
322155)
+++ php/php-src/trunk/ext/mysqlnd/config9.m4 2012-01-12 23:23:05 UTC (rev
322156)
@@ -3,8 +3,8 @@
dnl config.m4 for mysqlnd driver
PHP_ARG_ENABLE(mysqlnd, whether to enable mysqlnd,
- [ --enable-mysqlnd Enable mysqlnd expliciely, will be done implicitly
- when required by other extensions], no, yes)
+ [ --enable-mysqlnd Enable mysqlnd explicitly, will be done implicitly
+ when required by other extensions], no, yes)
PHP_ARG_ENABLE(mysqlnd_compression_support, whether to disable compressed
protocol support in mysqlnd,
[ --disable-mysqlnd-compression-support
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php