4.10.2
-
fixed: allow
Serversubclasses to use their own Parser to determine the Request's charset -
fixed: the Server would not swallow and log php warnings generated from end user's method handler functions unless
debug mode was set to 2 or higher. It now does that always. -
fixed: the library will now return a Fault
Responseobject whenever parsing some xml responses which do not conform
to the specification, namely the for following cases:- a
methodResponseelement without eitherfaultorparams - a
methodResponseelement with aparamschild which does not have a singleparam
- a
-
improved: test on php 8.3