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/ap-php | |
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/ap-php')
-rw-r--r-- | www/ap-php/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-php/Makefile b/www/ap-php/Makefile index c29dbb4eb28..8fa055f52a1 100644 --- a/www/ap-php/Makefile +++ b/www/ap-php/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2005/10/08 16:49:36 jdolecek Exp $ +# $NetBSD: Makefile,v 1.6 2005/11/08 20:33:55 bouyer Exp $ # PKGNAME= ap-php-${PHP_BASE_VERS} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= Apache (${PKG_APACHE}) module for ${PKG_PHP} APACHE_MODULE= YES |