From: Dmitry Stogov Date: Mon, 3 Sep 2012 07:51:08 +0000 (+0400) Subject: Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice). X-Git-Tag: php-5.5.0alpha3~8^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ab27c35a47901173f22d9e50ca75de0263c45a5;p=php Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice). --- diff --git a/NEWS b/NEWS index 1dd3e0d991..6d79a94919 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,10 @@ PHP NEWS . Fixed bug #62955 (Only one directive is loaded from "Per Directory Values" Windows registry). (aserbulov at parallels dot com) +- SOAP + . Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice). + (Dmitry) + - SPL: . Bug #62987 (Assigning to ArrayObject[null][something] overrides all undefined variables). (Laruence)