diff options
author | bouyer <bouyer@pkgsrc.org> | 2005-11-08 20:33:55 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2005-11-08 20:33:55 +0000 |
commit | 2fc572ef1d4d7cdca888575a167384dbc02c3554 (patch) | |
tree | 127d0a26c636f126a187236a7477a9171fb7fe7f /www/php4/Makefile | |
parent | c2dc8763b36a7c3a846f07efd5596c680a3d747d (diff) | |
download | pkgsrc-2fc572ef1d4d7cdca888575a167384dbc02c3554.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/Makefile | 4 |
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 |