From: Edin Kadribasic Date: Wed, 19 May 2004 13:28:05 +0000 (+0000) Subject: Cosmetics X-Git-Tag: RELEASE_0_1~114 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a214b66aefc4c3895bc4ef3ef7f2b3b237c77d3;p=php Cosmetics --- diff --git a/ext/pdo/config.m4 b/ext/pdo/config.m4 index 1f62139bd6..60e6039550 100755 --- a/ext/pdo/config.m4 +++ b/ext/pdo/config.m4 @@ -2,7 +2,7 @@ dnl $Id$ dnl config.m4 for extension pdo PHP_ARG_ENABLE(pdo, whether to enable PDO support, -[ --enable-pdo Enable PHP Data Objects support]) +[ --enable-pdo Enable PHP Data Objects support]) if test "$PHP_PDO" != "no"; then PHP_NEW_EXTENSION(pdo, pdo.c pdo_dbh.c pdo_stmt.c pdo_sql_parser.c, $ext_shared) diff --git a/ext/pdo_mysql/config.m4 b/ext/pdo_mysql/config.m4 index 4464aee9e7..1d697d0927 100755 --- a/ext/pdo_mysql/config.m4 +++ b/ext/pdo_mysql/config.m4 @@ -13,7 +13,7 @@ AC_DEFUN(MYSQL_LIB_CHK, [ ]) PHP_ARG_WITH(pdo_mysql, for MySQL support, -[ --with-pdo_mysql[=DIR] Include MySQL support. DIR is the MySQL base directory.]) +[ --with-pdo_mysql[=DIR] Include MySQL support. DIR is the MySQL base directory.]) if test "$PHP_PDO_MYSQL" != "no"; then AC_DEFINE(HAVE_MYSQL, 1, [Whether you have MySQL]) diff --git a/ext/pdo_oci/config.m4 b/ext/pdo_oci/config.m4 index 2d782d8920..040352e3e5 100755 --- a/ext/pdo_oci/config.m4 +++ b/ext/pdo_oci/config.m4 @@ -26,7 +26,7 @@ AC_DEFUN(AC_PDO_OCI_VERSION,[ ]) PHP_ARG_WITH(pdo-oci, Oracle OCI support for PDO, -[ --with-pdo-oci[=DIR] Include Oracle-oci support. Default DIR is ORACLE_HOME.]) +[ --with-pdo-oci[=DIR] Include Oracle-oci support. Default DIR is ORACLE_HOME.]) if test "$PDO_OCI" != "no"; then AC_MSG_CHECKING([Oracle Install-Dir]) diff --git a/ext/pdo_odbc/config.m4 b/ext/pdo_odbc/config.m4 index 862bacdabe..5216b5eb90 100755 --- a/ext/pdo_odbc/config.m4 +++ b/ext/pdo_odbc/config.m4 @@ -2,8 +2,8 @@ dnl $Id$ dnl config.m4 for extension pdo_odbc PHP_ARG_WITH(pdo-odbc, PDBC driver for PDO, -[[ --with-pdo-odbc=flavour,dir Add support for "flavour" ODBC drivers, - looking for include and lib dirs under "dir" +[[ --with-pdo-odbc=flavour,dir Add support for "flavour" ODBC drivers, + looking for include and lib dirs under "dir" flavour can be one of: ibm-db2, unixODBC