diff options
author | Dmitry Stogov <dmitry@tpl2.home> | 2012-09-03 11:51:08 +0400 |
---|---|---|
committer | Dmitry Stogov <dmitry@tpl2.home> | 2012-09-03 11:51:08 +0400 |
commit | 0ab27c35a47901173f22d9e50ca75de0263c45a5 (patch) | |
tree | 03e269941a9c551ded2c8b1a411b1a299eea2aff | |
parent | 38476a1543aaa6fe56259441e2734a646c7b3a8a (diff) | |
download | php-git-0ab27c35a47901173f22d9e50ca75de0263c45a5.tar.gz |
Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |