PEAR::SOAP returns objects instead of associative arrays
Posted by William Lovaton on 10/03/80 11:07
Hello,
I just found out that since version 0.7, PEAR::SOAP returns stdClass
objects instead of associative arrays.
http://pear.php.net/package-changelog.php?pacid=87&release=0.7.3
What is the reason for this? I _need_ to get associative arrays, how do
I revert to the old behavior?