diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-07 20:45:11 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-07 20:45:11 +0000 |
commit | a3f84a35f03e97b265a0d094fb1ed29345f53792 (patch) | |
tree | 62e64420b81f4f4eb4646185fa716b5587f8d9ad /lang/php5/scripts/configure.php | |
parent | Update to 0.0.20. (diff) |
Add Oracle7 support into PHP4.
PR: ports/53017
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Obtained from: ports/52615
Obtained by: Joe Kelsey <joek@zircon.staff.flyingcroc.net>
Notes
Notes:
svn path=/head/; revision=82471
Diffstat (limited to 'lang/php5/scripts/configure.php')
-rw-r--r-- | lang/php5/scripts/configure.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/php5/scripts/configure.php b/lang/php5/scripts/configure.php index 69b378289b80..b2e9db05094f 100644 --- a/lang/php5/scripts/configure.php +++ b/lang/php5/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} \ |