<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
    <channel rdf:about="http://pear.php.net/">
    <link>http://pear.php.net/</link>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <dc:language>en-us</dc:language><items>
<rdf:Seq><rdf:li rdf:resource="http://pear.php.net/package/SOAP/download/0.11.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/SOAP/download/0.10.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/SOAP/download/0.10.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/SOAP/download/0.9.4/"/>
<rdf:li rdf:resource="http://pear.php.net/package/SOAP/download/0.9.3/"/>
<rdf:li rdf:resource="http://pear.php.net/package/SOAP/download/0.9.2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/SOAP/download/0.9.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/SOAP/download/0.9.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/SOAP/download/0.8.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/SOAP/download/0.8RC3/"/>
</rdf:Seq>
</items>

<title>Latest releases</title>
<description>The latest releases for the package soap</description>
</channel>

<item rdf:about="http://pear.php.net/package/SOAP/download/0.11.0/">
 <title>SOAP 0.11.0</title>
 <link>http://pear.php.net/package/SOAP/download/0.11.0/</link>
 <content:encoded>* Remove SOAP_RAW_CONVERT and SOAP_OBJECT_STRUCT settings.&lt;br /&gt;
* Don't decode base64 encoded data automatically to be consistent with other encodings like hexBinary that aren't decoded either (Bug #9840).&lt;br /&gt;
* Always close HTTP connections on requests to avoid keep-alive request (Maik Greubel, Bug #11123).&lt;br /&gt;
* Fix serializing of arrays (Bugs #10283, #10635).&lt;br /&gt;
* Fix MIME type quoting when using MIME attachments (Bug #10023).&lt;br /&gt;
* Fix values of multiple arrays in result object being dismissed on SOAP to PHP-object conversion (Christian Weiske, Bug #2627).&lt;br /&gt;
* Fix wrong Content-Type header on HTTPS requests (Christian Weiske, Bug #6213).&lt;br /&gt;
* Fix empty arrays in SOAP responses being converted to empty string instead of empty array (Christian Weiske, Bug #10131).&lt;br /&gt;
* Fix timezones in Type/dateTime.php not being converted correctly (Christian Weiske, Bug #10206).
 </content:encoded>
 <dc:date>2007-06-29T11:10:24-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/SOAP/download/0.10.1/">
 <title>SOAP 0.10.1</title>
 <link>http://pear.php.net/package/SOAP/download/0.10.1/</link>
 <content:encoded>* Fix parse error in Disco.php (Bug #9923).
 </content:encoded>
 <dc:date>2007-01-23T05:52:42-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/SOAP/download/0.10.0/">
 <title>SOAP 0.10.0</title>
 <link>http://pear.php.net/package/SOAP/download/0.10.0/</link>
 <content:encoded>* Allow to enable and disable WSDL caching and to set the cache directory in the client constructor.&lt;br /&gt;
* Add parameter to SOAP_Server's service() method, to return the SOAP response data instead of sending it to the client (Request 7206).&lt;br /&gt;
* Replace all invalid characters in label and variable name of the generated proxy code. (Bug 7493).&lt;br /&gt;
* Add setDefaultNamespace() (Request #5622).&lt;br /&gt;
* Make sure that generated proxy code doesn't use method or class names that are reserved words in PHP (Bug 3048).&lt;br /&gt;
* Deprecate SOAP_Base's __set_type_translation() method in favour of setTypeTranslation().&lt;br /&gt;
* Deprecate SOAP_Client's __use(), __style(), __trace(), __parse(), __getlastrequest(), __getlastresponse(), and __get_wire() methods in favour of setUse(), setStyle(), setTrace(), parseResponse(), getLastRequest(), getLastResponse(), and getWire().&lt;br /&gt;
* Deprecate SOAP_WSDL's set_service() method in favour of setService().&lt;br /&gt;
* Remove deprecated parse() method from SOAP_WSDL.&lt;br /&gt;
* More code cleanup.&lt;br /&gt;
* Fix subsequent failures if one transmission with a Transport class instance failed (Bug 7469).&lt;br /&gt;
* Fix curl warning in the client if sending over HTTPS and using safe_mode or open_basedir (mailing001@xego.it, Bug #9415).&lt;br /&gt;
* Don't return SOAP faults with the server on silenced errors in the proxied code (pear@tmp.dau-sicher.de, Bug #9155).&lt;br /&gt;
* Fix WSDL generation of methods that have been added to the server with addMap() (marek.nos@centrum.cz, Bug #8551).&lt;br /&gt;
* Set the correct encoding when returning SOAP faults from the server (Marcos Pont, Request #8401).&lt;br /&gt;
* Don't fail silently when serializing hashes with more than 11 elements (Joel Barker, Bugs #4746, #8377).&lt;br /&gt;
* Fix decoding of children of complex types that are structs (markus@emedia-solutions-wolf.de, Bug #7224).&lt;br /&gt;
* Fix decoding of values of type long (simunek@vol.cz, Bug #6042).&lt;br /&gt;
* Send cookies if using HTTPS transport (Bug #6684).&lt;br /&gt;
* Fix leaking of message input or output in generated WSDL if using dispatch methods without input or output (Bug #6462).&lt;br /&gt;
* Don't check for existing methods in addToMap() if using a call handler in the server (Bug #5684).&lt;br /&gt;
* Fix leaking of attachments from the last response into the next request of the client (Bug #5004).
 </content:encoded>
 <dc:date>2007-01-22T10:21:20-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/SOAP/download/0.9.4/">
 <title>SOAP 0.9.4</title>
 <link>http://pear.php.net/package/SOAP/download/0.9.4/</link>
 <content:encoded>* Fix response header sent from SOAP server. (mvonarx at tiscali dot ch, Bug 6744).
 </content:encoded>
 <dc:date>2006-04-12T17:57:57-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/SOAP/download/0.9.3/">
 <title>SOAP 0.9.3</title>
 <link>http://pear.php.net/package/SOAP/download/0.9.3/</link>
 <content:encoded>* Fix generated proxy code (rsky0711 at gmail dot com, Bug 6505).
 </content:encoded>
 <dc:date>2006-02-02T06:59:10-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/SOAP/download/0.9.2/">
 <title>SOAP 0.9.2</title>
 <link>http://pear.php.net/package/SOAP/download/0.9.2/</link>
 <content:encoded>* Don't return a SOAP fault if the server code raises an E_STRICT error. (Bug 4828).&lt;br /&gt;
* Fix client treating all &quot;literal&quot; services being &quot;encoded&quot; (Bug 4639).&lt;br /&gt;
* List all dependencies in the package definition (Bug 4882).&lt;br /&gt;
* Allow to customize success and fault HTTP headers in SOAP_Server (Request 4118).&lt;br /&gt;
* Fix parsing of date/time strings without timezone information (Bug 4523).&lt;br /&gt;
* Fix reference notices with PHP 4.4 and PHP 5 (Bugs 4870, 6371).&lt;br /&gt;
* Catch all errors from wrapped function calls in SOAP_Server (Bug 4922).&lt;br /&gt;
* Fix undefined method call in SOAP_Server's service() method (Bug 4923).&lt;br /&gt;
* Fix decoding of MIME attachments (Bug 4980).&lt;br /&gt;
* Reset HTTP headers before each request (Bug 5003).&lt;br /&gt;
* Catch errors from WSDL parser (Bug 5460).&lt;br /&gt;
* Properly serialize SOAP_Value objects in arrays (aschultz at warp10 dot net, Bug 5794).
 </content:encoded>
 <dc:date>2006-01-16T18:37:52-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/SOAP/download/0.9.1/">
 <title>SOAP 0.9.1</title>
 <link>http://pear.php.net/package/SOAP/download/0.9.1/</link>
 <content:encoded>* Remove debugging code&lt;br /&gt;
* Update phpdoc
 </content:encoded>
 <dc:date>2005-05-31T15:08:08-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/SOAP/download/0.9.0/">
 <title>SOAP 0.9.0</title>
 <link>http://pear.php.net/package/SOAP/download/0.9.0/</link>
 <content:encoded>- Fix #3456&lt;br /&gt;
&lt;br /&gt;
- SOAP_Base now has a $_namespace property for the object's default namespace (included as xmlns=&quot;foo&quot;, and given no ns prefix).&lt;br /&gt;
&lt;br /&gt;
- If a name has more than one colon, don't split it as a prefix:foo QName, treat it as a namespace name instead.&lt;br /&gt;
&lt;br /&gt;
- Never put a colon in if a namespace prefix is empty.&lt;br /&gt;
&lt;br /&gt;
- SOAP_Header objects can take regular SOAP_Value attributes.&lt;br /&gt;
&lt;br /&gt;
- validateString() is not a NOP anymore.&lt;br /&gt;
&lt;br /&gt;
- E_ALL warnings during WSDL parsing are fixed.&lt;br /&gt;
&lt;br /&gt;
- ref=&quot;&quot; elements in WSDL are correctly treated as QNames now.&lt;br /&gt;
&lt;br /&gt;
- Save the outgoing payload when sending by HTTPS as well as by HTTP (for tracing).&lt;br /&gt;
&lt;br /&gt;
- Avoid infinite loops when wsdl:import files create a circular dependency.&lt;br /&gt;
&lt;br /&gt;
- Provide a mechanism in SOAP_WSDL to turn on documentation parsing in SOAP_WSDL_Parser objects.&lt;br /&gt;
&lt;br /&gt;
- Pass $this-&gt;docs to child SOAP_WSDL_Parser objects.&lt;br /&gt;
&lt;br /&gt;
- Successfully parse the &lt;schema&gt; sections of XSD documents imported via &lt;wsdl:import&gt;.&lt;br /&gt;
&lt;br /&gt;
- Allow overriding the name of the class used for WSDL parsing.&lt;br /&gt;
&lt;br /&gt;
- Never try to redefine SOAP_Client_Overload.&lt;br /&gt;
&lt;br /&gt;
- Fix PEAR bug #4063 - correctly mark NULLs in request XML.&lt;br /&gt;
&lt;br /&gt;
- Fix PEAR bug #4074 - overwriting of some arguments in proxy code.&lt;br /&gt;
&lt;br /&gt;
- Allow overriding the WSDL endpoint in generated proxy classes (PEAR bug #4076).&lt;br /&gt;
&lt;br /&gt;
- Fix PEAR bug #4062 - decode base64-encoded data.&lt;br /&gt;
&lt;br /&gt;
- Fix PEAR bug #953 - stop code flow and return SOAP fault on errors in userland code.&lt;br /&gt;
&lt;br /&gt;
- Fix PEAR bug #1657 - create WSDL element in the correct order.&lt;br /&gt;
&lt;br /&gt;
- Fix PEAR bug #2694 - don't use return element for single, simple return values.
 </content:encoded>
 <dc:date>2005-05-30T17:15:10-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/SOAP/download/0.8.1/">
 <title>SOAP 0.8.1</title>
 <link>http://pear.php.net/package/SOAP/download/0.8.1/</link>
 <content:encoded>Bugfixes.
 </content:encoded>
 <dc:date>2004-12-03T19:34:48-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/SOAP/download/0.8RC3/">
 <title>SOAP 0.8RC3</title>
 <link>http://pear.php.net/package/SOAP/download/0.8RC3/</link>
 <content:encoded>* DIME related issues were fixed&lt;br /&gt;
* bugfixes (among others): &lt;br /&gt;
   #592: transport_https stops on HTTP 500 &lt;br /&gt;
   #466: mime_part line ending
 </content:encoded>
 <dc:date>2004-01-17T14:53:49-05:00</dc:date>
</item>

</rdf:RDF>