diff options
author | dirk <dirk@FreeBSD.org> | 1999-05-28 07:20:51 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-05-28 07:20:51 +0800 |
commit | ad264922323d5334231aaf090f904f3740e37e85 (patch) | |
tree | 3d747c61775da345013fb0a825b744bee3e8c416 /www/mod_php5/scripts | |
parent | 183731eead1a729c1d7cab747512f13b2d3437f3 (diff) | |
download | freebsd-ports-gnome-ad264922323d5334231aaf090f904f3740e37e85.tar.gz freebsd-ports-gnome-ad264922323d5334231aaf090f904f3740e37e85.tar.zst freebsd-ports-gnome-ad264922323d5334231aaf090f904f3740e37e85.zip |
Upgrade to PHP-3.0.8.
Diffstat (limited to 'www/mod_php5/scripts')
-rw-r--r-- | www/mod_php5/scripts/configure.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 3d9d5d2a30c0..873fc996bf38 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -6,7 +6,7 @@ fi /usr/bin/dialog --title "configuration options" --clear \ --checklist "\n\ -Please select desired options:" -1 -1 11 \ +Please select desired options:" -1 -1 12 \ tuning "Apache: performance tuning" OFF \ modssl "Apache: SSL support" OFF \ GD "PHP3: GD library support" ON \ |