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)
])
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])
])
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])
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