PEAR News | PHP News | Manuals | Imprint

PEAR-News ::



HTTP2 0.1.0

Fork from HTTP<br />
PHP5-ify<br />
Make API non static
[ more >> ]


HTTP_WebDAV_Client 1.0.2

QA Release<br />
Bug #14164 Content-range calculation is wrong.<br />
Bug #18445 Response parsing fail if XML is on one line and hrefs contain the absolute URI
[ more >> ]


HTTP_Request2 2.0.0

2.0.0RC2 repackaged as stable and depending on stable Net_URL2. No code changes.
[ more >> ]


HTTP_Request2 2.0.0RC2

* Added an accessor method for HTTP_Request2_Response::$phrases (request #18716)<br />
* HTTP_Request2::send() throws an exception if URL is not provided <br />
rather than dies with a fatal error (bug #18755)<br />
* Public Suffix List updated to current version
[ more >> ]


HTTP_OAuth 0.2.3

* Fixed GH issue #10. don't use reset() to get the first array value<br />
* Disabled E_DEPRECTED error logging when creating packages
[ more >> ]


HTTP_WebDAV_Server 1.0.0RC6

QA Release<br />
Fix dir structure<br />
Bug #14163 Content-range is not processed (Hiroaki Kawai)<br />
<br />
Bug #14242 Uploaded file will be broken (Hiroaki Kawai)
[ more >> ]


HTTP_Request2 2.0.0RC1

SSL options for Curl Adapter are always set, this prevents errors when<br />
redirecting from HTTP to HTTPS (bug #18443)
[ more >> ]


HTTP_Request2 2.0.0beta3

* Added getEffectiveUrl() method to Response object, it returns the URL<br />
response was received from, possibly after redirects (request #18412)<br />
* Curl Adapter didn't send body for PUT requests sometimes (bug #18421)
[ more >> ]


HTTP_Request2 2.0.0beta2

* Unit tests can now be run under recent PHPUnit versions (3.5+)<br />
* Public Suffix List updated to current version<br />
* PHP warning produced by stream_socket_client() in Socket adapter is now <br />
added to Exception message (bug #18331)
[ more >> ]


HTTP_Request2 2.0.0beta1

Additions and changes:<br />
* Implemented cookie jar that allows to store and pass cookies across HTTP<br />
requests (see request #18225)<br />
* Added several specialized subclasses of HTTP_Request2_Exception, they are<br />
now thrown instead of the parent. Also added error codes and possibility<br />
to get native error code (as returned by stream_socket_client() and <br />
curl_errno()) (request #16762)<br />
* An additional 'sentBody' event is now sent to Observers (request #16828) <br />
* setBody() and addUpload() can now accept file pointers (request #16863)<br />
<br />
Bugfixes:<br />
* Incorrect check in Socket Adapter prevented Keep-alive from working in<br />
some cases (bug #17031)
[ more >> ]



© 2004 I.S.U.M.