1<?xml version="1.0" encoding="UTF-8"?>
2<package packagerversion="1.9.4" 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">
3 <name>Auth_HTTP</name>
4 <channel>pear.php.net</channel>
5 <summary>HTTP authentication</summary>
6 <description>The PEAR::Auth_HTTP class provides methods for creating an HTTP
7authentication system using PHP, that is similar to Apache&apos;s
8realm-based .htaccess authentication.</description>
9 <lead>
10  <name>David Costa</name>
11  <user>gurugeek</user>
12  <email>gurugeek@php.net</email>
13  <active>yes</active>
14 </lead>
15 <lead>
16  <name>Rui Hirokawa</name>
17  <user>hirokawa</user>
18  <email>hirokawa@php.net</email>
19  <active>yes</active>
20 </lead>
21 <date>2012-01-28</date>
22 <time>15:06:23</time>
23 <version>
24  <release>2.1.8</release>
25  <api>2.1.8</api>
26 </version>
27 <stability>
28  <release>stable</release>
29  <api>stable</api>
30 </stability>
31 <license uri="http://www.php.net/license">PHP License</license>
32 <notes>
33Updated the version of PHP licence from 2.0.2 to 3.0.1.
34 </notes>
35 <contents>
36  <dir baseinstalldir="/" name="/">
37   <file baseinstalldir="/" md5sum="f78ad6897ab4efb17c5b43f3c6d63dd8" name="Auth/HTTP.php" role="php" />
38   <file baseinstalldir="Auth/HTTP" md5sum="9b7fe356f6793ccab49df1e3e39e2c6e" name="docs/sample.sql" role="doc" />
39   <file baseinstalldir="Auth/HTTP" md5sum="4fb0adc407d3382f1dd479dbfca47087" name="docs/test_basic_simple.php" role="doc" />
40   <file baseinstalldir="Auth/HTTP" md5sum="087081d0d90e01d115fa6a4e3105fdcf" name="docs/test_digest_get.php" role="doc" />
41   <file baseinstalldir="Auth/HTTP" md5sum="ecdf2118cb798c8d1db302e424b854f6" name="docs/test_digest_post.php" role="doc" />
42   <file baseinstalldir="Auth/HTTP" md5sum="94f05d563bd2aa19ffe053825aa8e75a" name="docs/test_digest_simple.php" role="doc" />
43   <file baseinstalldir="/" md5sum="fe3a3a6314b1393297b58c0670145021" name="README" role="data" />
44  </dir>
45 </contents>
46 <dependencies>
47  <required>
48   <php>
49    <min>4.0.0</min>
50   </php>
51   <pearinstaller>
52    <min>1.4.0b1</min>
53   </pearinstaller>
54   <package>
55    <name>Auth</name>
56    <channel>pear.php.net</channel>
57    <min>1.2.0</min>
58   </package>
59  </required>
60 </dependencies>
61 <phprelease />
62 <changelog>
63  <release>
64   <version>
65    <release>1.0</release>
66    <api>1.0</api>
67   </version>
68   <stability>
69    <release>stable</release>
70    <api>stable</api>
71   </stability>
72   <date>2001-08-23</date>
73   <license uri="http://www.php.net/license">PHP License</license>
74   <notes>
75This is the initial independent release of the Auth_HTTP package.
76   </notes>
77  </release>
78  <release>
79   <version>
80    <release>2.0</release>
81    <api>2.0</api>
82   </version>
83   <stability>
84    <release>stable</release>
85    <api>stable</api>
86   </stability>
87   <date>2003-10-16</date>
88   <license uri="http://www.php.net/license">PHP License</license>
89   <notes>
90Starting with this release, the code will not be placed in
91Auth_HTTP/Auth_HTTP.php anymore. Instead Auth/HTTP.php is used, which
92conforms to the PEAR standards.
93In order to make use of the new version, you will need to change your
94scripts to include the file at the new location! The old version in
95Auth_HTTP/Auth_HTTP.php will not be removed when upgrading.
96Other changes:
97* If it is possible, the session ID will be chosen based on the user&apos;s authentication credentials. (Patch by: Marko Karppinen)
98* Cleaned up internal variable usage. (Patch by: Brad Bulger)
99   </notes>
100  </release>
101  <release>
102   <version>
103    <release>2.1.0</release>
104    <api>2.1.0</api>
105   </version>
106   <stability>
107    <release>beta</release>
108    <api>beta</api>
109   </stability>
110   <date>2004-05-30</date>
111   <license uri="http://www.php.net/license">PHP License</license>
112   <notes>
113- Added _sessionName which fixes a major issue with realm sharing.
114- Added sessionSharing option to use unique session id.
115  Currently, this option is set to true by default to maintain
116  backward compatibility.
117- Added setOption and getOption to set/get option value.
118- Starting with this release, HTTP Digest Authentication (RFC2617) is
119  experimentally supported. The code for HTTP Digest Authentication is
120  originally developed by Tom Pike.
121   </notes>
122  </release>
123  <release>
124   <version>
125    <release>2.1.1</release>
126    <api>2.1.1</api>
127   </version>
128   <stability>
129    <release>beta</release>
130    <api>beta</api>
131   </stability>
132   <date>2004-07-12</date>
133   <license uri="http://www.php.net/license">PHP License</license>
134   <notes>
135- Fixed a bug #1634 (URI parameter was handled incorrectry.)
136   </notes>
137  </release>
138  <release>
139   <version>
140    <release>2.1.3rc1</release>
141    <api>2.1.3rc1</api>
142   </version>
143   <stability>
144    <release>beta</release>
145    <api>beta</api>
146   </stability>
147   <date>2004-08-22</date>
148   <license uri="http://www.php.net/license">PHP License</license>
149   <notes>
150- Fixed a bug #2061 (importglobalvariable() was removed in Auth 1.3.0r2.)
151- now Auth_HTTP requires Auth &gt;= 1.3.0r2.
152   </notes>
153  </release>
154  <release>
155   <version>
156    <release>2.1.4</release>
157    <api>2.1.4</api>
158   </version>
159   <stability>
160    <release>stable</release>
161    <api>stable</api>
162   </stability>
163   <date>2005-01-02</date>
164   <license uri="http://www.php.net/license">PHP License</license>
165   <notes>
166- Fixed a bug #2380: constructor couldn&apos;t handle non-array option.
167- The first stable release with HTTP Digest Authenthication support.
168   </notes>
169  </release>
170  <release>
171   <version>
172    <release>2.1.5</release>
173    <api>2.1.5</api>
174   </version>
175   <stability>
176    <release>stable</release>
177    <api>stable</api>
178   </stability>
179   <date>2005-04-02</date>
180   <license uri="http://www.php.net/license">PHP License</license>
181   <notes>
182- Fixed a bug #3630 getAuthData failes due to session rename.
183   </notes>
184  </release>
185  <release>
186   <version>
187    <release>2.1.6RC1</release>
188    <api>2.1.6RC1</api>
189   </version>
190   <stability>
191    <release>beta</release>
192    <api>beta</api>
193   </stability>
194   <date>2005-04-11</date>
195   <license uri="http://www.php.net/license">PHP License</license>
196   <notes>
197- Fixed bug #4047.
198- Fixed backward compatibility with PHP 4.x
199- Added PHP_AUTH_DIGEST support.
200   </notes>
201  </release>
202  <release>
203   <version>
204    <release>2.1.7</release>
205    <api>2.1.7</api>
206   </version>
207   <stability>
208    <release>stable</release>
209    <api>stable</api>
210   </stability>
211   <date>2012-01-26</date>
212   <license uri="http://www.php.net/license">PHP License</license>
213   <notes>
214QA release
215Bug #7536 Package PEAR never included
216Doc Bug #7655 Suggested Adjustments to Documentation
217Bug #7784 Auth::start() changes session id
218Bug #16742 Please move tests/ to docs/
219   </notes>
220  </release>
221  <release>
222   <version>
223    <release>2.1.8</release>
224    <api>2.1.8</api>
225   </version>
226   <stability>
227    <release>stable</release>
228    <api>stable</api>
229   </stability>
230   <date>2012-01-29</date>
231   <license uri="http://www.php.net/license">PHP License</license>
232   <notes>
233Updated the version of PHP licence from 2.0.2 to 3.0.1.
234   </notes>
235  </release>
236 </changelog>
237</package>
238