diff options
Diffstat (limited to 'lang/php53/scripts/configure.php')
-rw-r--r-- | lang/php53/scripts/configure.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/php53/scripts/configure.php b/lang/php53/scripts/configure.php index 08f862ee2e63..c2ba88382cba 100644 --- a/lang/php53/scripts/configure.php +++ b/lang/php53/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} \ |