diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2005-04-11 20:02:56 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2005-04-11 20:02:56 +0000 |
commit | ddc89cd2e3e71ee109b6aaa1f66f7142db2a0ce1 (patch) | |
tree | e7ae23d1a6c87dd7d181a7d4c348ebacae66da1a /doc | |
parent | f64b8278d29ad30c2b7d98bdcecd5661313184a5 (diff) | |
download | pkgsrc-ddc89cd2e3e71ee109b6aaa1f66f7142db2a0ce1.tar.gz |
Update php4 to 4.3.11.
This is a maintenance release that in addition to over 70 non-critical
bug fixes addresses several security issues inside the exif and
fbsql extensions as well as the unserialize(), swf_definepoly()
and getimagesize() functions. All Users of PHP are strongly
encouraged to upgrade to this release.
Bugfix release
* Crash in bzopen() if supplied path to non-existent file.
* DOM crashing when attribute appended to Document.
* unserialize() float problem on non-English locales.
* Crash in msg_send() when non-string is stored without being serialized.
* Possible infinite loop in imap_mail_compose().
* Fixed crash in chunk_split(), when chunklen > strlen.
* session_set_save_handler crashes PHP when supplied non-existent object ref.
* Memory leak in zend_language_scanner.c.
* Compile failures of zend_strtod.c.
* Fixed crash in overloaded objects & overload() function.
* cURL functions bypass open_basedir.
PHP4 also doesn't bundle PEAR Net_Socket and Net_SMTP anymore now.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 5e48e924a18..b1246385bd8 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.9827 2005/04/11 19:02:54 tv Exp $ +$NetBSD: CHANGES,v 1.9828 2005/04/11 20:02:56 jdolecek Exp $ Changes to the packages collection and infrastructure in 2005: @@ -1986,3 +1986,4 @@ Changes to the packages collection and infrastructure in 2005: Updated wl to 2.14.0 [hira 2005-04-11] Updated pkglint to 4.12 [tv 2005-04-11] Updated url2pkg to 1.28 [tv 2005-04-11] + Updated php4 to 4.3.11 [jdolecek 2005-04-11] |