From: Felipe Pena Date: Wed, 27 Feb 2008 02:10:40 +0000 (+0000) Subject: Fix (#43559) merged into 5_2 X-Git-Tag: BEFORE_NEW_PARAMETER_PARSE~730 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95c95d741b226cacf4f159f0f61fb4fbae0e0124;p=php Fix (#43559) merged into 5_2 --- diff --git a/NEWS b/NEWS index 3ce0ab5922..81a2a68b65 100644 --- a/NEWS +++ b/NEWS @@ -122,8 +122,6 @@ PHP NEWS - Fixed bug #43960 (strtotime() returns timestamp in the future when given a bogus string). - Fixed bug #43808 (date_create never fails (even when it should)). (Derick) -- Fixed bug #43559 (array_merge_recursive() doesn't behave as expected with - duplicate NULL values). (Felipe, Tony) - Fixed bug #43527 (DateTime created from a timestamp reports environment timezone). (Derick) - Fixed bug #43426 (crash on nested call_user_func() calls). (Dmitry)