summaryrefslogtreecommitdiff
path: root/www/php4/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp>2008-08-17 18:29:33 +0000
committeradrianp <adrianp>2008-08-17 18:29:33 +0000
commite13cb84afeeac4f310eeb5bdea02cb81c994e8fe (patch)
tree9edc9474360a5fe637f8af9df54c5effe9a8f725 /www/php4/Makefile
parent96049d8b9b544f94aa4d16957ed20ac157cd1f28 (diff)
downloadpkgsrc-e13cb84afeeac4f310eeb5bdea02cb81c994e8fe.tar.gz
Security Enhancements and Fixes in PHP 4.4.9:
* Updated PCRE to version 7.7. * Fixed overflow in memnstr(). * Fixed crash in imageloadfont when an invalid font is given. * Fixed open_basedir handling issue in the curl extension. * Fixed mbstring.func_overload set in .htaccess becomes global. For a full list of changes in PHP 4.4.9, see the ChangeLog. (http://www.php.net/ChangeLog-4.php#4.4.9) This also adds ${PREFIX}/lib/php to the default include_path in php.ini which makes integration with PEAR a little simpler.
Diffstat (limited to 'www/php4/Makefile')
-rw-r--r--www/php4/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/php4/Makefile b/www/php4/Makefile
index 6765862db90..517a1e4810e 100644
--- a/www/php4/Makefile
+++ b/www/php4/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.81 2008/01/18 05:09:52 tnn Exp $
+# $NetBSD: Makefile,v 1.82 2008/08/17 18:29:33 adrianp Exp $
PKGNAME= php-${PHP_BASE_VERS}
-PKGREVISION= 1
CATEGORIES+= lang
COMMENT= HTML-embedded scripting language