MantisBT: master-1.2.x 1f1ce77f

Author Committer Branch Timestamp Parent
rombert rombert master-1.2.x 2013-08-07 12:43 master-1.2.x 54e3f366
Affected Issues  0016252: API SOAP provides no answer after MantisBT upgrade
Changeset

soap api: make sure we have a compatible soap extension installed

Even though the soap extension is installed, versions of PHP older than
5.2.2 do not support all the features we need. To guard against
unexpected errors, we now enable the soap extension if the
SOAP_USE_XSI_ARRAY_TYPE constant is defined. This constant is used at
runtime by the SOAP extension and is a good indicator of a recent enough
soap extension.

Fixes 0016252: API SOAP provides no answer after MantisBT upgrade

mod - api/soap/mc_config_defaults_inc.php Diff File