Path to this page:
Subject: CVS commit: pkgsrc/www/php4
From: Adrian Portelli
Date: 2008-08-17 20:29:33
Message id: 20080817182933.2F8E9175D0@cvs.netbsd.org
Log Message:
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.
Files: