function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SynchroSynchro 

PHP SOAP bug fixes available

On Saturday I reported two SOAP bugs in PHP, and I was pleasantly surprised to find them fixed on Sunday!

http://bugs.php.net/bug.php?id=34787
http://bugs.php.net/bug.php?id=34788

To save you the reading - if nil parameters are submitted, then you should now get xsi:nil="true" values, and for unset params, they should have correct namespaces set. The fix is available in the latest snaps from snaps.php.net. I've just tried it and I find that it no longer automatically includes unset parameters with a nil value, so the second fix may now be invisible.