» Version | » Information |
---|---|
1.2.1 |
Easy InstallNot sure? Get more info. pear install HTTP_Client-1.2.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTTP_Client-1.2.1 Release date: 2008-10-25 13:09 UTC Release state: stable Release uploaded by: avb Changelog: Cookies set by sub.example.com for example.com were incorrectly rejected. Thanks to Dylan Doxey (hyperion at doxey dot org) for report and initial patch. Dependencies:
|
1.2.0 |
Easy InstallNot sure? Get more info. pear install HTTP_Client-1.2.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTTP_Client-1.2.0 Release date: 2008-10-16 12:32 UTC Release state: stable Release uploaded by: avb Changelog: * Proper dependencies' versions * Implemented put() and delete() methods (request #2073 and numerous others) * Implemented methods to iterate over the responses (see request #12322) * Perform GET request when redirecting via <meta> tag after POST (bug #13487) * Handle the case of quoted redirect url in <meta> tag (bug #13903) Dependencies:
|
1.1.1 |
Easy InstallNot sure? Get more info. pear install HTTP_Client-1.1.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTTP_Client-1.1.1 Release date: 2007-05-19 13:50 UTC Release state: stable Release uploaded by: avb Changelog: * Switched to package.xml 2.0 * Switched to BSD license * Proper header comment blocks and various phpdoc fixes * Added a switch controlling serialization of session cookies to CookieManager class, use serializeSessionCookies(true) to enable their serialization. The default behaviour is still to delete them (request #8778, also #9142) Dependencies:
|
1.1.0 |
Easy InstallNot sure? Get more info. pear install HTTP_Client-1.1.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTTP_Client-1.1.0 Release date: 2006-06-03 05:35 UTC Release state: stable Release uploaded by: avb Changelog: Fixes: * Fixed PHP warning if cookie path was empty (bug #1987) * Fixed fatal PHP error on empty URL, PEAR_Error is returned now (bug #2933) * Do not try to follow redirects to non-HTTP URLs (bug #5759) Feature additions: * It is possible to define a constant HTTP_CLIENT_QUIRK_MODE in your script, if it is present then HTTP_Client will follow common browser behaviour rather than RFC 2616. Currently this means: always do a GET request on a 301 redirect (request #1854). * HTTP_Client now analyzes the response body for <meta http-equiv="Refresh"> tags and follows the redirects defined in them (request #5734) * Added possibility to send extra headers with requests (request #7552) * It is now much easier to store permanent cookies received by HTTP_Client: added magic __sleep() and __wakeup() methods to CookieManager class to aid in its (un)serialization, added getCookieManager() method to HTTP_Client, added possibility to pass CookieManager object to HTTP_Client's constructor (request #7578). Dependencies:
|
1.0.0 |
Easy InstallNot sure? Get more info. pear install HTTP_Client-1.0.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTTP_Client-1.0.0 Release date: 2004-06-11 10:15 UTC Release state: stable Release uploaded by: avb Changelog: Since no problems were discovered with release 1.0.0beta1, the same code is now re-released with "stable" status. Dependencies:
|
1.0.0beta1 |
Easy InstallNot sure? Get more info. pear install HTTP_Client-1.0.0beta1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTTP_Client-1.0.0beta1 Release date: 2004-04-30 10:18 UTC Release state: beta Release uploaded by: avb Changelog: * REMOVED deprecated HTTP_Client_Listener * Applied patch from #1151, cookies with empty values are now deleted * Added method enableHistory() allowing to enable/disable saving of history, suggested by Matthew Feinberg Dependencies:
|
0.2 |
Easy InstallNot sure? Get more info. pear install HTTP_Client-0.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTTP_Client-0.2 Release date: 2004-01-18 12:48 UTC Release state: beta Release uploaded by: avb Changelog: * Depend on most recent version of HTTP_Request - HTTP_Client_Listener is deprecated in favor of HTTP_Request_Listener - Added possibilty to attach Listeners to created HTTP_Request objects - Added support for file uploads in post() method * Better handling of secure cookies (thanks to Denis Malinovsky) * Added setMaxRedirects() method Dependencies:
|
0.1 |
Easy InstallNot sure? Get more info. pear install HTTP_Client-0.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTTP_Client-0.1 Release date: 2003-06-05 13:55 UTC Release state: beta Release uploaded by: avb Changelog: Initial PEAR release Dependencies:
|