summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-09-28 12:41:13 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-09-28 12:41:13 +0000
commit5e5544ddbe32efcfec10c292b59935c9c5c35ece (patch)
treeebdc2f7926bd68831040c0a87107b4ab28229595 /doc
parent81c63178c92420dbb2c1c1e95a952609a159d4da (diff)
downloadpkgsrc-5e5544ddbe32efcfec10c292b59935c9c5c35ece.tar.gz
Update php4 package to bug-fix release 4.3.9.
Changes since 4.3.8: * fixes to GPC input processing * bundled GD extension synced with 2.0.28, re-introducing write support for GIF (patent expiration worldwide) * Implemented periodic PCRE compiled regexp cache cleanup, to avoid memory exhaustion * Fixed strip_tags() to correctly handle '\0' characters. * Rewritten UNIX and Windows install help files. * Fixed a file-descriptor leak with phpinfo() and other 'special' URLs. * Fixed possible crash inside php_shutdown_config(). * Fixed isset crashes on arrays. * Fixed imagecreatefromstring() crashes with external GD library. * Fixed fgetcsv() parsing of strings ending with escaped enclosures. * Fixed overflow in array_slice(), array_splice(), substr(), substr_replace(), strspn(), strcspn(). * Fixed '\0' in Authenticate header passed via safe_mode. * Allow bundled GD to compile against freetype 2.1.2. All in all this release fixes over 50 bugs that have been discovered and resolved since the 4.3.8 release.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 612fdc494fc..18d40038dd2 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.7281 2004/09/28 12:36:09 adrianp Exp $
+$NetBSD: CHANGES,v 1.7282 2004/09/28 12:41:13 jdolecek Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -4477,3 +4477,4 @@ Changes to the packages collection and infrastructure in 2004:
Added kbarcode-1.8.1 [seb 2004-09-27]
Updated chkrootkit to 0.44 [adrianp 2004-09-28]
Updated ircu to 2.10.11.07 [adrianp 2004-09-28]
+ Updated php4 to 4.3.9 [jdolecek 2004-04-28]