From: Dmitry Stogov Date: Thu, 24 Jan 2008 09:47:00 +0000 (+0000) Subject: Fixed bug #43426 (crash on nested call_user_func() calls) X-Git-Tag: RELEASE_1_3_1~309 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8297f6e37624a05b658a91bc573af01e04e0824;p=php Fixed bug #43426 (crash on nested call_user_func() calls) --- diff --git a/NEWS b/NEWS index 2af914c8b2..64dd091ad4 100644 --- a/NEWS +++ b/NEWS @@ -89,6 +89,7 @@ PHP NEWS 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) - Fixed bug #43075 (Support 2007-11-01T24:00:00+00:00). (Derick) - Fixed bug #43003 (Invalid timezone reported for DateTime objects constructed using a timestamp). (Derick) diff --git a/Zend/tests/bug43426.phpt b/Zend/tests/bug43426.phpt new file mode 100644 index 0000000000..73c38df2ba --- /dev/null +++ b/Zend/tests/bug43426.phpt @@ -0,0 +1,39 @@ +--TEST-- +Bug #43426 (crash on nested call_user_func calls) +--FILE-- + +--EXPECT-- +ok