From: Nikita Popov Date: Fri, 3 Oct 2014 19:26:51 +0000 (+0200) Subject: Merge branch 'PHP-5.5' into PHP-5.6 X-Git-Tag: php-5.6.4RC1~59^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8617f2fa8d6feeda4c87e1c0f8697101f03429f2;p=php Merge branch 'PHP-5.5' into PHP-5.6 --- 8617f2fa8d6feeda4c87e1c0f8697101f03429f2 diff --cc NEWS index 7a79da32fd,00bc110622..9df8ac2af0 --- a/NEWS +++ b/NEWS @@@ -8,6 -16,6 +8,7 @@@ PH . Fixed bug #67633 (A foreach on an array returned from a function not doing copy-on-write). (Nikita) . Fixed bug #51800 (proc_open on Windows hangs forever). (Anatol) ++ . Fixed bug #68188 ($a->foo .= 'test'; can leave $a->foo undefined). (Nikita) - FPM: . Fixed bug #65641 (PHP-FPM incorrectly defines the SCRIPT_NAME variable