| » Version | » Information |
|---|---|
| 1.1.1 | 2007-05-19 stable |
| 1.1.0 | Download Release date: 2006-06-03 09:35 UTC Release state: stable 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 | 2004-06-11 stable |
| 1.0.0beta1 | 2004-04-30 beta |
| 0.2 | 2004-01-18 beta |
| 0.1 | 2003-06-05 beta |