summaryrefslogtreecommitdiff
path: root/www/php4/Makefile.common
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-01-06 19:57:13 +0000
committerjlam <jlam@pkgsrc.org>2002-01-06 19:57:13 +0000
commitfb596783badbdbb207c82a29b2abc23d01b72249 (patch)
treef3b5008b747313eca86c879052ae487f976e63c9 /www/php4/Makefile.common
parent156605b056794cc43715703217df517ea988c69b (diff)
downloadpkgsrc-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/php4/Makefile.common')
-rw-r--r--www/php4/Makefile.common4
1 files changed, 2 insertions, 2 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}.