summaryrefslogtreecommitdiff
path: root/www/ap-php
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/ap-php
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/ap-php')
-rw-r--r--www/ap-php/Makefile4
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