Computer Webmaster Gaming Console Graphics Forum

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.

MK PitStop Main Earn $25 Earn Money Posting Extras Members Blogs Image Hosting User Pages
Go Back   Computer Webmaster Gaming Console Graphics Forum > Webmaster Forum > Website Coding > Pear
Register FAQ/Rules Become A V.I.P. Member Search Today's Posts Mark Forums Read

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.

Google
Closed Thread
 
LinkBack Thread Tools Display Modes
Old 05-20-2007, 7:42 PM   #1
Alexey Borzov
 
Alexey Borzov's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default cvs: pear /HTTP_Client package.xml package2.xml

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 &lt;meta http-equiv=&quot;Refresh&quot;&gt;
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&apos;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 &quot;stable&quot; 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>
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Featured Websites
Free Space
Free Space
Free Space Free Space
Closed Thread
Tags: , , , ,




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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




All times are GMT +1. The time now is 11:59 AM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0
Cheap Computers
MK PitStop Copyright 2005 - 2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98