From: foobar Date: Fri, 3 Jan 2003 00:05:07 +0000 (+0000) Subject: Group these entries a bit to make NEWS easier to read. X-Git-Tag: PHP_4_3_before_13561_fix~140 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f01f0ff5e04ffcba0a70a981abcf015b22d740b0;p=php Group these entries a bit to make NEWS easier to read. --- diff --git a/NEWS b/NEWS index b3b7dcf092..599591c05c 100644 --- a/NEWS +++ b/NEWS @@ -1,13 +1,13 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 200?, Version 4.3.1 -- Fixed bug #21338 (html_entity_decode() crashed when "" is passed). (Ilia) - Improved dba extension (Marcus) . Added support for internal error handling of Berkeley db libraries. . Disallow Berkeley db versions 4.1.0 to 4.1.24 due to locking problems. . Disallow linkage of Berkeley db submodules against libraries with different major version. . Disallow configuring of more than one Berkeley db handler. +- Fixed bug #21338 (html_entity_decode() crashed when "" is passed). (Ilia) - Fixed bug #21229 (missing 3rd argument to php_module_startup). (Ilia) - Fixed bug #21267 (opening URLs that result in redirection to a relative path was failing). (Ilia)