- Fixed a file-descriptor leak with phpinfo() and other 'special' URLs (Zeev)
- Fixed bug #29844 (SOAP doesn't return the result of a valid SOAP request).
(Dmitry)
+- Fixed bug #29842 (soapclient return null value). (Dmitry)
- Fixed bug #29839 (incorrect convert (xml:lang to lang)). (Dmitry)
- Fixed bug #29830 (SoapServer::setClass() should not export non-public
methods). (Dmitry)
param = (*h_param);
if (fnb->style == SOAP_DOCUMENT) {
if (param->element) {
+ name = param->element->name;
+ ns = param->element->namens;
+/*
name = param->encode->details.type_str;
ns = param->encode->details.ns;
+*/
} else {
name = param->paramName;
}