]> granicus.if.org Git - php/commit
Fixed bug #73237
authorKeith Smiley <ksmiley@salesforce.com>
Mon, 27 Jun 2016 18:23:15 +0000 (14:23 -0400)
committerNikita Popov <nikic@php.net>
Wed, 12 Oct 2016 21:12:45 +0000 (23:12 +0200)
commit26287132c0c48e52dbaf1ac44c1d2f0d0d9b0cf7
tree08211db215688f22e5a93d45df144dcf0d7a3844
parentbcee2fdbec4f4bba59d4134003cfaf5b1f9b67ab
Fixed bug #73237

If the response includes both fields with simple types (which get
concatenated into an XML string) and a complex type (which is parsed
into an object), then the object will parsed into the same zval as the
simple types and will overwrite the string.
NEWS
ext/soap/php_encoding.c
ext/soap/tests/bugs/bug73237.phpt [new file with mode: 0644]
ext/soap/tests/bugs/bug73237.wsdl [new file with mode: 0644]