From: Dmitry Stogov Date: Wed, 10 Aug 2005 10:37:03 +0000 (+0000) Subject: Fixed bug #34064 (arr[] as param to function is allowed only if function receives... X-Git-Tag: php-4.4.1RC1~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28f45e4133668a222e94e35628f2dbda9d765aaa;p=php Fixed bug #34064 (arr[] as param to function is allowed only if function receives argument by reference) --- diff --git a/NEWS b/NEWS index 3f3b582692..7317434606 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2005, Version 4.4.1 +- Fixed bug #34064 (arr[] as param to function is allowed only if function + receives argument by reference). (Dmitry) - Fixed bug #33989 (extract($GLOBALS,EXTR_REFS) crashes PHP). (Dmitry) - Fixed bug #33940 (array_map() fails to pass by reference when called recursively). (Dmitry)