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_php4 | |
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_php4')
-rw-r--r-- | www/mod_php4/Makefile | 4 | ||||
-rw-r--r-- | www/mod_php4/distinfo | 2 | ||||
-rw-r--r-- | www/mod_php4/scripts/configure.php | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index b272c47c20fa..9e186edc35df 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/Makefile @@ -3,7 +3,7 @@ # Date created: So 21 Jun 1998 16:09:39 CEST # Whom: Stefan Herrmann <stefan@asterix.webaffairs.net> # -# $Id: Makefile,v 1.74 1999/05/04 14:50:32 dirk Exp $ +# $Id: Makefile,v 1.75 1999/05/05 20:16:06 dirk Exp $ # DISTNAME= apache_${VERSION_APACHE} @@ -36,7 +36,7 @@ MAINTAINER= dirk@FreeBSD.ORG Y2K= http://www.php.net/y2k.php3 VERSION_APACHE= 1.3.6 -VERSION_PHP3= 3.0.7 +VERSION_PHP3= 3.0.8 USE_PERL5= yes HAS_CONFIGURE= yes diff --git a/www/mod_php4/distinfo b/www/mod_php4/distinfo index ea8b41f1fdcb..5901010f06b9 100644 --- a/www/mod_php4/distinfo +++ b/www/mod_php4/distinfo @@ -1,3 +1,3 @@ MD5 (apache_1.3.6.tar.gz) = b4114ed78f296bfe424c4ba05dccc643 -MD5 (php-3.0.7.tar.gz) = 3881388d0bc88f0fda5bb925d908314a +MD5 (php-3.0.8.tar.gz) = bcce7d4b7cc1f6535cab03f401dc11de MD5 (mod_ssl-2.2.8-1.3.6.tar.gz) = 0aaf0ff78d38cc53ad10fe73cc42a0f5 diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index 3d9d5d2a30c0..873fc996bf38 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/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 \ |