From: Rob Richards Date: Sat, 18 Mar 2006 10:46:55 +0000 (+0000) Subject: BFN X-Git-Tag: php-4.4.3RC1~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=024d1a5aa3f540369ba371d6ca0a1cc00b570b8d;p=php BFN --- diff --git a/NEWS b/NEWS index 43b178b36d..faab341c27 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,7 @@ 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)