summaryrefslogtreecommitdiff
path: root/lang/php5/scripts
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-06-24 08:16:25 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-06-24 08:16:25 +0000
commit29770573e61a344c7ba16aa751ba4c05b97a8256 (patch)
treedaa1679936fcd6130d810d2f4bfff97664af410b /lang/php5/scripts
parentUpdate port: sysutils/linuxfdisk (diff)
o Add FriBiDi extension [1]
o New patch-main::main.c file [2]: - Fixed bug #24253 (missing variables when register_globals is on) - Fixed a memory leak when more then 1 E|S flag is passed to gpc_order. - Fixed a memory leak when variables_order is not set and gpc_order has S|s flag. - Optimized out duplicate parsing of the variables order string. PR: ports/53609 Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Patched by: Thierry Thomas [1] Requested by: Ian Service [2]
Notes
Notes: svn path=/head/; revision=83518
Diffstat (limited to 'lang/php5/scripts')
-rw-r--r--lang/php5/scripts/configure.php1
-rw-r--r--lang/php5/scripts/php4_options1
2 files changed, 2 insertions, 0 deletions
diff --git a/lang/php5/scripts/configure.php b/lang/php5/scripts/configure.php
index 08f862ee2e63..c2ba88382cba 100644
--- a/lang/php5/scripts/configure.php
+++ b/lang/php5/scripts/configure.php
@@ -31,6 +31,7 @@ DOMXML "DOM support" ${WITH_DOMXML:-OFF} \
DOMXSLT "DOM XSLT and EXSLT support (implies DOMXML)" ${WITH_DOMXSLT:-OFF} \
EXIF "EXIF support" ${WITH_EXIF:-OFF} \
FILEPRO "filePro support" ${WITH_FILEPRO:-OFF} \
+FRIBIDI "FriBidi support" ${WITH_FRIBIDI:-OFF} \
FTP "FTP support" ${WITH_FTP:-OFF} \
GD "GD library support" ${WITH_GD:-OFF} \
GDBM "GDBM database support (dba)" ${WITH_GDBM:-OFF} \
diff --git a/lang/php5/scripts/php4_options b/lang/php5/scripts/php4_options
index dcf95fc3a0f2..2774596d3f85 100644
--- a/lang/php5/scripts/php4_options
+++ b/lang/php5/scripts/php4_options
@@ -11,6 +11,7 @@ WITH_DOMXML=OFF
WITH_DOMXSLT=OFF
WITH_EXIF=OFF
WITH_FILEPRO=OFF
+WITH_FRIBIDI=OFF
WITH_FTP=OFF
WITH_GD=OFF
WITH_GDBM=OFF