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/php53/scripts/php_options | |
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/php53/scripts/php_options')
-rw-r--r-- | lang/php53/scripts/php_options | 1 |
1 files changed, 1 insertions, 0 deletions
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 |