<?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/HTTP_Request2/download/0.5.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTTP_Request2/download/0.5.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_QuickForm2/download/0.3.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_QuickForm_Controller/download/1.0.10/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_Common2/download/2.0.0RC1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTTP_Request2/download/0.4.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTTP_Request2/download/0.4.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_QuickForm/download/3.2.11/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTML_Common/download/1.2.5/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTTP_Request2/download/0.3.0/"/>
</rdf:Seq>
</items>

<title>PEAR: Latest releases for avb</title>
<description>The latest releases for the PEAR developer avb (Alexey Borzov)</description>
</channel>

<item rdf:about="http://pear.php.net/package/HTTP_Request2/download/0.5.1/">
 <title>HTTP_Request2 0.5.1</title>
 <link>http://pear.php.net/package/HTTP_Request2/download/0.5.1/</link>
 <content:encoded>* Content-Type request header is no longer removed for POST and PUT requests&lt;br /&gt;
  with empty request body (request #16799).&lt;br /&gt;
* CURLOPT_NOBODY option is now set when doing HEAD requests with Curl adapter.
 </content:encoded>
 <dc:date>2009-11-21T19:00:24-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTTP_Request2/download/0.5.0/">
 <title>HTTP_Request2 0.5.0</title>
 <link>http://pear.php.net/package/HTTP_Request2/download/0.5.0/</link>
 <content:encoded>* Redirect support added, new configuration parameters 'follow_redirects',&lt;br /&gt;
  'max_redirects' and 'strict_redirects' available&lt;br /&gt;
&lt;br /&gt;
* Implemented workaround for PHP bug #47204, Curl Adapter can now handle&lt;br /&gt;
  Digest authentication and redirects when doing POST requests, unfortunately&lt;br /&gt;
  this requires loading the entire request body into memory.&lt;br /&gt;
* Config parameter 'use_brackets' is propagated to created instances of Net_URL2&lt;br /&gt;
* Prevent memory leaks due to circular references (request #16646)&lt;br /&gt;
* Fixed a misleading error message when timing out due to default_socket_timeout&lt;br /&gt;
* HTTP_Request2::setBody() can now accept an instance of HTTP_Request2_MultipartBody&lt;br /&gt;
  without trying to convert it to string&lt;br /&gt;
* Calling HTTP_Request2::setBody() now clears post parameters and uploads
 </content:encoded>
 <dc:date>2009-11-18T18:36:25-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTML_QuickForm2/download/0.3.0/">
 <title>HTML_QuickForm2 0.3.0</title>
 <link>http://pear.php.net/package/HTML_QuickForm2/download/0.3.0/</link>
 <content:encoded>Milestone 3: renderers and groups&lt;br /&gt;
&lt;br /&gt;
Major additions and changes&lt;br /&gt;
  * Renderers implemented, Default and Array renderers ported from QuickForm 3.x&lt;br /&gt;
  * Groups implemented&lt;br /&gt;
&lt;br /&gt;
Feature requests addressed:&lt;br /&gt;
  * Default rendering without tables (request #9116)&lt;br /&gt;
  * setSeparator() method (request #9942)&lt;br /&gt;
&lt;br /&gt;
Bug fixes:&lt;br /&gt;
  * Updated PHP dependency to 5.2.0 (bug #14110, PHP bug #37632)&lt;br /&gt;
  * 'checked' attributed on checkboxes and radios was not updated after changing&lt;br /&gt;
    'value' attribute (bug #15708)&lt;br /&gt;
&lt;br /&gt;
Deprecated features:&lt;br /&gt;
  * setOptions() and getOptions() methods of HTML_QuickForm2_Rule are&lt;br /&gt;
    deprecated and will be removed in the next release. Use setConfig() and&lt;br /&gt;
    getConfig() instead.&lt;br /&gt;
&lt;br /&gt;
WARNING: next release will have backwards compatibility breaks in setting Rule&lt;br /&gt;
configuration data. If you are just using built-in Rules you should not be&lt;br /&gt;
affected, but if you wrote custom subclasses for HTML_QuickForm2_Rule then pay &lt;br /&gt;
special attention to changes in SVN.
 </content:encoded>
 <dc:date>2009-10-25T19:18:56-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTML_QuickForm_Controller/download/1.0.10/">
 <title>HTML_QuickForm_Controller 1.0.10</title>
 <link>http://pear.php.net/package/HTML_QuickForm_Controller/download/1.0.10/</link>
 <content:encoded>Jump Action could perform a wrong redirect if $_SERVER['HTTPS'] contained&lt;br /&gt;
'OFF' rather than 'off' (bug #16328)
 </content:encoded>
 <dc:date>2009-10-02T09:14:54-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTML_Common2/download/2.0.0RC1/">
 <title>HTML_Common2 2.0.0RC1</title>
 <link>http://pear.php.net/package/HTML_Common2/download/2.0.0RC1/</link>
 <content:encoded>* HTML_Common2::getOption() now returns an array of all options if no option&lt;br /&gt;
  name is given (see request #11209), setOption() can accept an array of options&lt;br /&gt;
* Implemented hasClass() / addClass() / removeClass() methods for working with&lt;br /&gt;
  element's CSS classes (see request #10191).&lt;br /&gt;
* Packaging fixes: added AllTests.php, updated PEAR installer dependency
 </content:encoded>
 <dc:date>2009-09-27T08:22:26-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTTP_Request2/download/0.4.1/">
 <title>HTTP_Request2 0.4.1</title>
 <link>http://pear.php.net/package/HTTP_Request2/download/0.4.1/</link>
 <content:encoded>* Decoding of gzipped responses failed if mbstring.func_overload was enabled&lt;br /&gt;
  (bug #16555)&lt;br /&gt;
* Changed boundary generation in multipart bodies to work correctly with&lt;br /&gt;
  rapidshare.com, added first usage example: file uploading to rapidshare.com&lt;br /&gt;
* Added forgotten optional dependency on OpenSSL PHP extension
 </content:encoded>
 <dc:date>2009-09-14T18:15:52-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTTP_Request2/download/0.4.0/">
 <title>HTTP_Request2 0.4.0</title>
 <link>http://pear.php.net/package/HTTP_Request2/download/0.4.0/</link>
 <content:encoded>* Added 'store_body' config parameter, if set to false it will prevent storing&lt;br /&gt;
  the response body in Response object (request #15881)&lt;br /&gt;
* HTTP_Request2::setHeader() method now works as documented, setHeader('name') &lt;br /&gt;
  will remove the 'name' header, while setHeader('name', '') will set 'name'&lt;br /&gt;
  header to empty value (bug #15937)&lt;br /&gt;
* Custom 'Host' header will not be overwritten by generated one (bug #16146)&lt;br /&gt;
* When trying to reuse the connected socket in Socket adapter, make sure that&lt;br /&gt;
  it is still connected (bug #16149)
 </content:encoded>
 <dc:date>2009-05-03T13:16:21-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTML_QuickForm/download/3.2.11/">
 <title>HTML_QuickForm 3.2.11</title>
 <link>http://pear.php.net/package/HTML_QuickForm/download/3.2.11/</link>
 <content:encoded>* PHP-style Unicode escape codes in regular expressions are translated to&lt;br /&gt;
  Javascript-style ones when using client-side validation (bug #12736)&lt;br /&gt;
* Rules for grouped elements were not removed when removing a group via&lt;br /&gt;
  removeElement() method (bug #14540)&lt;br /&gt;
* Allow setting $collectHidden parameter in constructor of ArraySmarty&lt;br /&gt;
  renderer, as allowed in constructor of Array renderer (bug #14995)&lt;br /&gt;
* Element name was not removed from $_required array in removeElement()&lt;br /&gt;
  (bug #15520)&lt;br /&gt;
* Third and subsequent selects in hierselect could be not cleared under some&lt;br /&gt;
  circumstances (bug #15955)
 </content:encoded>
 <dc:date>2009-04-08T17:52:31-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTML_Common/download/1.2.5/">
 <title>HTML_Common 1.2.5</title>
 <link>http://pear.php.net/package/HTML_Common/download/1.2.5/</link>
 <content:encoded>Whitespace is no longer trimmed from quoted attribute values in &lt;br /&gt;
_parseAttribute() method (bug #15787)
 </content:encoded>
 <dc:date>2009-04-03T16:27:48-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTTP_Request2/download/0.3.0/">
 <title>HTTP_Request2 0.3.0</title>
 <link>http://pear.php.net/package/HTTP_Request2/download/0.3.0/</link>
 <content:encoded>API changes:&lt;br /&gt;
 * Removed HTTP_Request2::getConfigValue() method&lt;br /&gt;
&lt;br /&gt;
Feature additions:&lt;br /&gt;
 * Added digest authentication (RFC 2617) support to Socket adapter. Thanks&lt;br /&gt;
   to Tom Snyder (tomsn at inetoffice dot com) who sent me a prototype&lt;br /&gt;
   implementation for HTTP_Request a couple of years ago.&lt;br /&gt;
 * Added HTTPS proxy support to Socket adapter, this works through CONNECT&lt;br /&gt;
   request described in RFC 2817.&lt;br /&gt;
 * Mock adapter can now throw an Exception instead of returning a response&lt;br /&gt;
   if Exception object is added via its addResponse() method (request #15629)&lt;br /&gt;
&lt;br /&gt;
Other changes and fixes:&lt;br /&gt;
 * Support RFC 3986 by not encoding '~' in POST body (request #15368)&lt;br /&gt;
 * Prevent an error with particular versions of PHP and Curl (bug #15617)&lt;br /&gt;
 * Regular expressions used in HTTP_Request2 are now class constants &lt;br /&gt;
   (request #15630)&lt;br /&gt;
 * Curl adapter now throws an exception in case of malformed (non-HTTP) &lt;br /&gt;
   response rather than dies with a fatal error (bug #15716)&lt;br /&gt;
 * Curl handle wasn't closed in Curl adapter in case of error (bug #15721)&lt;br /&gt;
 * Curl adapter sent an extra 'sentHeaders' event and returned bogus &lt;br /&gt;
   response status when server returned 100-Continue response (bug #15785)
 </content:encoded>
 <dc:date>2009-01-28T16:22:26-05:00</dc:date>
</item>

</rdf:RDF>