]> granicus.if.org Git - php/commitdiff
Fixed bug #34064 (arr[] as param to function is allowed only if function receives...
authorDmitry Stogov <dmitry@php.net>
Wed, 10 Aug 2005 10:37:03 +0000 (10:37 +0000)
committerDmitry Stogov <dmitry@php.net>
Wed, 10 Aug 2005 10:37:03 +0000 (10:37 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 3f3b582692c2450242c9db7de66465cae7613bb0..73174346066b7b4333de9e5d95655624c8e21c89 100644 (file)
--- 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)