summaryrefslogtreecommitdiff
path: root/www/php4/Makefile
diff options
context:
space:
mode:
authorbouyer <bouyer>2005-11-08 20:33:55 +0000
committerbouyer <bouyer>2005-11-08 20:33:55 +0000
commita29130b101eeaa66b28b52e61537f0ddbf6a2fe6 (patch)
tree127d0a26c636f126a187236a7477a9171fb7fe7f /www/php4/Makefile
parent14dfa23232d4d77435d86f40b4b8a7903f5a8bcd (diff)
downloadpkgsrc-a29130b101eeaa66b28b52e61537f0ddbf6a2fe6.tar.gz
php 4.4.1 has a bug which cause squirrelmail's sort function to misbehave:
(endless loop): http://bugs.php.net/bug.php?id=35067 Pull in a patch from the php CVS repository to fix this, as suggested a squirrelmail mailing list: http://cvs.php.net/diff.php/php-src/ext/standard/basic_functions.c?r1=1.543.2.51.2.3&r2=1.543.2.51.2.4&ty=u OK'd by Jaromir Dolecek, tested on apache-1 and apache-2 servers. Bump pkgrevision.
Diffstat (limited to 'www/php4/Makefile')
-rw-r--r--www/php4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php4/Makefile b/www/php4/Makefile
index 6b98a7e494e..e572b4bf1e9 100644
--- a/www/php4/Makefile
+++ b/www/php4/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.56 2005/11/02 10:48:01 tron Exp $
+# $NetBSD: Makefile,v 1.57 2005/11/08 20:33:55 bouyer Exp $
PKGNAME= php-${PHP_BASE_VERS}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES+= lang
COMMENT= HTML-embedded scripting language