From: Stanislav Malyshev Date: Fri, 18 Dec 2009 19:20:33 +0000 (+0000) Subject: Fixed bug #50394 (Reference argument converted to value in __call) X-Git-Tag: php-5.2.13RC1~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=354931dc3452985a0ac144fb92a9ebb02454212b;p=php Fixed bug #50394 (Reference argument converted to value in __call) --- diff --git a/NEWS b/NEWS index 9fdb61fa0e..61ffd855d2 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,7 @@ PHP NEWS - Fixed bug #50508 (compile failure: Conflicting HEADER type declarations). (Jani) +- Fixed bug #50394 (Reference argument converted to value in __call). (Stas) 17 Dec 2009, PHP 5.2.12