]> granicus.if.org Git - php/commitdiff
Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).
authorDmitry Stogov <dmitry@tpl2.home>
Mon, 3 Sep 2012 07:51:08 +0000 (11:51 +0400)
committerDmitry Stogov <dmitry@tpl2.home>
Mon, 3 Sep 2012 07:51:08 +0000 (11:51 +0400)
NEWS

diff --git a/NEWS b/NEWS
index 1dd3e0d991f7e76595372fd736a46cfb0b34d431..6d79a949191dbba29afec04bb13052d2b530ce95 100644 (file)
--- 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)