tony2001 Tue, 06 Apr 2010 13:42:21 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=297583
Log: fix typo Changed paths: U php/php-src/branches/PHP_5_3/ext/pdo_mysql/config.m4 U php/php-src/trunk/ext/pdo_mysql/config.m4 Modified: php/php-src/branches/PHP_5_3/ext/pdo_mysql/config.m4 =================================================================== --- php/php-src/branches/PHP_5_3/ext/pdo_mysql/config.m4 2010-04-06 13:28:23 UTC (rev 297582) +++ php/php-src/branches/PHP_5_3/ext/pdo_mysql/config.m4 2010-04-06 13:42:21 UTC (rev 297583) @@ -3,7 +3,7 @@ dnl vim: se ts=2 sw=2 et: PHP_ARG_WITH(pdo-mysql, for MySQL support for PDO, -[ --with-pdo-mysql[=DIR] PDO: MySQL support. DIR is the MySQL base directoy +[ --with-pdo-mysql[=DIR] PDO: MySQL support. DIR is the MySQL base directory If mysqlnd is passed as DIR, the MySQL native native driver will be used [/usr/local]]) Modified: php/php-src/trunk/ext/pdo_mysql/config.m4 =================================================================== --- php/php-src/trunk/ext/pdo_mysql/config.m4 2010-04-06 13:28:23 UTC (rev 297582) +++ php/php-src/trunk/ext/pdo_mysql/config.m4 2010-04-06 13:42:21 UTC (rev 297583) @@ -3,7 +3,7 @@ dnl vim: se ts=2 sw=2 et: PHP_ARG_WITH(pdo-mysql, for MySQL support for PDO, -[ --with-pdo-mysql[=DIR] PDO: MySQL support. DIR is the MySQL base directoy +[ --with-pdo-mysql[=DIR] PDO: MySQL support. DIR is the MySQL base directory If mysqlnd is passed as DIR, the MySQL native native driver will be used [/usr/local]])
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php