diff options
author | jlam <jlam@pkgsrc.org> | 2002-01-06 19:57:13 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-01-06 19:57:13 +0000 |
commit | fb596783badbdbb207c82a29b2abc23d01b72249 (patch) | |
tree | f3b5008b747313eca86c879052ae487f976e63c9 /www | |
parent | 156605b056794cc43715703217df517ea988c69b (diff) | |
download | pkgsrc-fb596783badbdbb207c82a29b2abc23d01b72249.tar.gz |
Update www/php4 to 4.1.1. Changes from version 4.1.0 include:
- Fixed bug that caused crashes or error notices on shutdown on threaded
platforms. (Zeev)
- Fixed bug in gmmktime() which was one hour off during standard time -
bug #9878. Patch by bfoddy@mediaone.net. (jmoore)
- Fixed a bug where the is_file() family of functions would in-correctly give
an error when they were given filenames that didn't exist. (Sterling)
- Fixed a bug in the strtotime() function where it was incorrectly recognizing
GMT +0100 and GMT -0100. (Derick)
Diffstat (limited to 'www')
-rw-r--r-- | www/php4/Makefile.common | 4 | ||||
-rw-r--r-- | www/php4/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/php4/Makefile.common b/www/php4/Makefile.common index cd82a5daa04..4cd1e9656e3 100644 --- a/www/php4/Makefile.common +++ b/www/php4/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.21 2001/12/31 23:54:24 jlam Exp $ +# $NetBSD: Makefile.common,v 1.22 2002/01/06 19:57:13 jlam Exp $ DISTNAME= php-${PHP_DIST_VERS} CATEGORIES+= www php4 @@ -14,7 +14,7 @@ HOMEPAGE= http://www.php.net/ # PHP_DIST_VERS version number on the php distfile # PHP_BASE_VERS pkgsrc-mangled version number (convert pl -> .) # -PHP_DIST_VERS= 4.1.0 +PHP_DIST_VERS= 4.1.1 PHP_BASE_VERS= ${PHP_DIST_VERS} # Location of installed PHP4 loadable modules under ${PREFIX}. diff --git a/www/php4/distinfo b/www/php4/distinfo index 333d49f7631..ca23cad4524 100644 --- a/www/php4/distinfo +++ b/www/php4/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2001/12/31 23:54:25 jlam Exp $ +$NetBSD: distinfo,v 1.7 2002/01/06 19:57:13 jlam Exp $ -SHA1 (php-4.1.0.tar.gz) = d8ce2c3b1dd9551980340d20064a1e939ef49431 -Size (php-4.1.0.tar.gz) = 3371385 bytes +SHA1 (php-4.1.1.tar.gz) = 3a926707819f5ea0dfa03785078f96a39d85e086 +Size (php-4.1.1.tar.gz) = 3356062 bytes SHA1 (patch-aa) = 08f98c6b41c24a2aa8fa417bba50cf0cb5f711af SHA1 (patch-ac) = 9478c18dbe18e8c4c05dffce31fa3f923562c832 SHA1 (patch-ad) = 86558b18a03fef6fcbebdfd8587a73dfa5a66f17 |