summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2000-06-23 00:46:05 +0000
committerRasmus Lerdorf <rasmus@php.net>2000-06-23 00:46:05 +0000
commit9b9ab1793fbe46b6ad3c61e3b5eb94b4410519d0 (patch)
treeae2899a836c84b245f5d281e16b403ca14d9192a
parent684dca9acaa700c4b121113734309f191ba89bf2 (diff)
downloadphp-git-9b9ab1793fbe46b6ad3c61e3b5eb94b4410519d0.tar.gz
Fix spacing and say that --with-oracle uses the oci7 interface
-rw-r--r--ext/oci8/config.m42
-rw-r--r--ext/oracle/config.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/config.m4 b/ext/oci8/config.m4
index 5c19977d15..a9fef07379 100644
--- a/ext/oci8/config.m4
+++ b/ext/oci8/config.m4
@@ -18,7 +18,7 @@ AC_DEFUN(AC_OCI8_VERSION,[
])
PHP_ARG_WITH(oci8, for Oracle-OCI8 support,
-[ --with-oci8[=DIR] Include oci8 support. DIR is the ORACLE_HOME.])
+[ --with-oci8[=DIR] Include Oracle-oci8 support. Default DIR is ORACLE_HOME.])
if test "$PHP_OCI8" != "no"; then
AC_MSG_CHECKING([Oracle Install-Dir])
diff --git a/ext/oracle/config.m4 b/ext/oracle/config.m4
index d7ab69a4c6..a95a7414d8 100644
--- a/ext/oracle/config.m4
+++ b/ext/oracle/config.m4
@@ -18,7 +18,7 @@ AC_DEFUN(AC_ORACLE_VERSION,[
])
PHP_ARG_WITH(oracle, for Oracle-ORACLE support,
-[ --with-oracle[=DIR] Include oracle support. DIR is the ORACLE_HOME.])
+[ --with-oracle[=DIR] Include Oracle-oci7 support. Default DIR is ORACLE_HOME.])
if test "$PHP_ORACLE" != "no"; then
AC_MSG_CHECKING([Oracle Install-Dir])