The new PECL package pecl_http-2.0.0beta3 (beta) has been released at 
http://pecl.php.net/.

Release notes
-------------
! >80% test coverage http://goo.gl/YCV74
* Fixed http\Env\Response throttling
* Fixed http\Env\Response caching by last-modified
* Fixed http\Message::addBody()
* Fixed http\Message::parentMessage write access
* Fixed crash with freed but not nulled event_base pointer
* Fixed crash with null pointer dereference on http\Encoding\Stream::flush()
* Fixed some memory leaks
+ Added http\Header::negotiate()
+ Added http\Header::parse()

Package Info
-------------
Extended HTTP support. Again. Keep in mind that it's got the major version 2, 
because it's incompatible with pecl_http v1.

* Introduces the http namespace.
* Message bodies have been remodeled to use PHP temporary streams instead of 
in-memory buffers.
* The utterly misunderstood HttpResponse class has been reimplemented as 
http\Env\Response inheriting http\Message.
* Currently, there's only one Exception class left, http\Exception.
* Errors triggered by the extension can be configured statically by 
http\Object::$defaultErrorHandling or inherited http\Object->errorHandling.
* The request ecosystem has been modularized to support different libraries, 
though for the moment only libcurl is supported.

Related Links
-------------
Package home: http://pecl.php.net/package/pecl_http
   Changelog: http://pecl.php.net/package-changelog.php?package=pecl_http
    Download: http://pecl.php.net/get/pecl_http-2.0.0beta3.tgz

Authors
-------------
Michael Wallner <[email protected]> (lead)


-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to