*** Version 0.11.0 (beta) - API 0.11.0 (beta) - 2007-06-29

* Remove SOAP_RAW_CONVERT and SOAP_OBJECT_STRUCT settings.
* Don't decode base64 encoded data automatically to be consistent with other encodings like hexBinary that aren't decoded either (Bug #9840).
* Always close HTTP connections on requests to avoid keep-alive request (Maik Greubel, Bug #11123).
* Fix serializing of arrays (Bugs #10283, #10635).
* Fix MIME type quoting when using MIME attachments (Bug #10023).
* Fix values of multiple arrays in result object being dismissed on SOAP to PHP-object conversion (Christian Weiske, Bug #2627).
* Fix wrong Content-Type header on HTTPS requests (Christian Weiske, Bug #6213).
* Fix empty arrays in SOAP responses being converted to empty string instead of empty array (Christian Weiske, Bug #10131).
* Fix timezones in Type/dateTime.php not being converted correctly (Christian Weiske, Bug #10206).

