From: Rob Richards Date: Sat, 18 Mar 2006 11:51:52 +0000 (+0000) Subject: fix news (re-order) X-Git-Tag: php-4.4.3RC1~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4980266aca0ea625d29b22d6c5d906441f618c3a;p=php fix news (re-order) --- diff --git a/NEWS b/NEWS index faab341c27..7181fe0b6d 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,7 @@ PHP 4 NEWS - Updated PCRE to version 6.6. (Andrei) - Added overflow checks to wordwrap() function. (Ilia) - Added a check for special characters in the session name. (Ilia) +- Fixed bug #36776 (node_list_wrapper_dtor segfault). (Rob) - Fixed bug #36459 (Incorrect adding PHPSESSID to links, which contains \r\n). (Ilia) - Fixed bug #36458 (sleep() accepts negative values). (Ilia) @@ -13,7 +14,6 @@ PHP 4 NEWS - Fixed bug #36148 (unpack("H*hex", $data) is adding an extra character to the end of the string). (Ilia) - Fixed bug #36017 (fopen() crashes PHP when opening a URL). (Tony) -- Fixed bug #36776 (node_list_wrapper_dtor segfault). (Rob) 13 Jan 2006, Version 4.4.2 - Added missing safe_mode/open_basedir checks into cURL extension. (Ilia)