» Version | » Information |
---|---|
2008-10-25 stable |
|
2008-10-16 stable |
|
2007-05-19 stable |
|
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:
|
2004-06-11 stable |
|
2004-04-30 beta |
|
2004-01-18 beta |
|
2003-06-05 beta |