From a3f84a35f03e97b265a0d094fb1ed29345f53792 Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura Date: Sat, 7 Jun 2003 20:45:11 +0000 Subject: Add Oracle7 support into PHP4. PR: ports/53017 Submitted by: Alex Dupre (maintainer) Obtained from: ports/52615 Obtained by: Joe Kelsey --- lang/php53/scripts/configure.php | 1 + lang/php53/scripts/php_options | 1 + 2 files changed, 2 insertions(+) (limited to 'lang/php53/scripts') diff --git a/lang/php53/scripts/configure.php b/lang/php53/scripts/configure.php index 69b378289b80..b2e9db05094f 100644 --- a/lang/php53/scripts/configure.php +++ b/lang/php53/scripts/configure.php @@ -50,6 +50,7 @@ MYSQL "MySQL database support" ${WITH_MYSQL:-OFF} \ NCURSES "ncurses support (CLI only)" ${WITH_NCURSES:-OFF} \ OPENLDAP "OpenLDAP support" ${WITH_OPENLDAP:-OFF} \ OPENSSL "OpenSSL support" ${WITH_OPENSSL:-OFF} \ +ORACLE "Oracle support" ${WITH_ORACLE:-OFF} \ PCNTL "pcntl support (CLI only)" ${WITH_PCNTL:-OFF} \ PCRE "Perl Compatible Regular Expression support" ${WITH_PCRE:-OFF} \ PDFLIB "PDFlib support" ${WITH_PDFLIB:-OFF} \ diff --git a/lang/php53/scripts/php_options b/lang/php53/scripts/php_options index ddbb15ea9ea5..b30288950a6a 100644 --- a/lang/php53/scripts/php_options +++ b/lang/php53/scripts/php_options @@ -30,6 +30,7 @@ WITH_MYSQL=ON WITH_NCURSES=OFF WITH_OPENLDAP=OFF WITH_OPENSSL=OFF +WITH_ORACLE=OFF WITH_PCNTL=OFF WITH_PCRE=ON WITH_PDFLIB=OFF -- cgit v1.2.3