diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-04 02:26:08 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-04 02:26:08 +0000 |
commit | 73441dd7caba9d7c800d61d97bc51eac2ee6493a (patch) | |
tree | 2d025b08d17fb98969edfd65a652fd8df1542fb9 /lang/php53/scripts/php4_options | |
parent | - Drop obsolete defines (diff) |
o Add default overload extension.
o Add WITH_REGEX_TYPE knob [1].
o Small fixes.
PR: ports/54061
Requsted by: Jens Rehsack [1]
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=84179
Diffstat (limited to 'lang/php53/scripts/php4_options')
-rw-r--r-- | lang/php53/scripts/php4_options | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/php53/scripts/php4_options b/lang/php53/scripts/php4_options index 2774596d3f85..4682abcd60b9 100644 --- a/lang/php53/scripts/php4_options +++ b/lang/php53/scripts/php4_options @@ -34,6 +34,7 @@ WITH_NCURSES=OFF WITH_OPENLDAP=OFF WITH_OPENSSL=OFF WITH_ORACLE=OFF +WITH_OVERLOAD=ON WITH_PCNTL=OFF WITH_PCRE=ON WITH_PDFLIB=OFF |