![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| Pear Pear programming, this is a very complex subject as with using pear with php can be a difficult task for some, so lets talk pear. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| avb Sat May 19 17:43:06 2007 UTC Added files: /pear/HTTP_Client package2.xml Removed files: /pear/HTTP_Client package.xml Log: package.xml 2.0 prepare release 1.1.1 http://cvs.php.net/viewvc.cgi/pear/H...markup&rev=1.1 Index: pear/HTTP_Client/package2.xml +++ pear/HTTP_Client/package2.xml <?xml version="1.0" encoding="UTF-8"?> <package packagerversion="1.5.1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> <name>HTTP_Client</name> <channel>pear.php.net</channel> <summary>Easy way to perform multiple HTTP requests and process their results</summary> <description> The HTTP_Client class wraps around HTTP_Request and provides a higher level interface for performing multiple HTTP requests. Features: * Manages cookies and referrers between requests * Handles HTTP redirection * Has methods to set default headers and request parameters * Implements the Subject-Observer design pattern: the base class sends events to listeners that do the response processing. </description> <lead> <name>Alexey Borzov</name> <user>avb</user> <email>avb@php.net</email> <active>yes</active> </lead> <date>2007-05-19</date> <version> <release>1.1.1</release> <api>1.1.1</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <license uri="http://opensource.org/licenses/bsd-license.php">BSD</license> <notes> * 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) </notes> <contents> <dir name="/" baseinstalldir="HTTP"> <dir name="Client"> <file name="CookieManager.php" role="php"> <tasks:replace from="@package_version@" to="version" type="package-info" /> </file> </dir> <!-- /Client --> <dir name="examples"> <file name="link-checker.php" role="doc" /> </dir> <!-- /examples --> <file name="Client.php" role="php"> <tasks:replace from="@package_version@" to="version" type="package-info" /> </file> </dir> <!-- / --> </contents> <dependencies> <required> <php> <min>4.0.0</min> </php> <pearinstaller> <min>1.4.0b1</min> </pearinstaller> <package> <name>HTTP_Request</name> <channel>pear.php.net</channel> <min>1.2</min> </package> </required> </dependencies> <phprelease /> <changelog> <release> <version> <release>1.1.0</release> <api>1.1.0</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2006-06-03</date> <license uri="http://www.php.net/license">PHP License</license> <notes> 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). </notes> </release> <release> <version> <release>1.0.0</release> <api>1.0.0</api> </version> <stability> <release>stable</release> <api>stable</api> </stability> <date>2004-06-11</date> <license uri="http://www.php.net/license">PHP License</license> <notes> Since no problems were discovered with release 1.0.0beta1, the same code is now re-released with "stable" status. </notes> </release> <release> <version> <release>1.0.0beta1</release> <api>1.0.0beta1</api> </version> <stability> <release>beta</release> <api>beta</api> </stability> <date>2004-04-30</date> <license uri="http://www.php.net/license">PHP License</license> <notes> * 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 </notes> </release> <release> <version> <release>0.2</release> <api>0.2</api> </version> <stability> <release>beta</release> <api>beta</api> </stability> <date>2004-01-18</date> <license uri="http://www.php.net/license">PHP License</license> <notes> * 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 </notes> </release> <release> <version> <release>0.1</release> <api>0.1</api> </version> <stability> <release>beta</release> <api>beta</api> </stability> <date>2003-06-05</date> <license uri="http://www.php.net/license">PHP License</license> <notes> Initial PEAR release </notes> </release> </changelog> </package> | |||
| Featured Websites | ||||
|
![]() |
| Tags: cvs, http_client, package2xml, packagexml, pear |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| cvs: pear /HTML_Template_Sigma package.xml package2.xml | Alexey Borzov | Pear | 0 | 05-20-2007 7:42 PM |
| cvs: pear /HTML_Common Common.php package.xml package2.xml | Alexey Borzov | Pear | 0 | 05-20-2007 7:42 PM |
| cvs: pear-core / package-PEAR.xml package2.xml /PEAR/PackageFile/Generator v2.php | Greg Beaver | Pear | 0 | 05-20-2007 7:42 PM |
| cvs: pear-core / package-PEAR.xml package2.xml /PEAR Installer.php /PEAR/PackageFile v1.php /PEAR/PackageFile/v2 Validator.php | Greg Beaver | Pear | 0 | 05-20-2007 7:42 PM |
| cvs: pear-core / package-PEAR.xml package2.xml /PEAR Downloader.php /PEAR/Downloader Package.php | Greg Beaver | Pear | 0 | 05-20-2007 7:42 PM |
| Featured Websites | ||||
|