File: package2.xml

package info (click to toggle)
php-auth-http 2.1.6-3
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 88 kB
  • ctags: 120
  • sloc: php: 454; xml: 322; makefile: 49; sql: 10
file content (195 lines) | stat: -rw-r--r-- 6,239 bytes parent folder | download
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<?xml version="1.0"?>
<package packagerversion="1.4.0a11" 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">
 <name>Auth_HTTP</name>
 <channel>pear.php.net</channel>
 <summary>HTTP authentication</summary>
 <description>The PEAR::Auth_HTTP class provides methods for creating an HTTP
authentication system using PHP, that is similar to Apache&apos;s
realm-based .htaccess authentication.</description>
 <lead>
  <name>David Costa</name>
  <user>gurugeek</user>
  <email>gurugeek@php.net</email>
  <active>yes</active>
 </lead>
 <lead>
  <name>Rui Hirokawa</name>
  <user>hirokawa</user>
  <email>hirokawa@php.net</email>
  <active>yes</active>
 </lead>
 <date>2005-04-23</date>
 <time>12:56:53</time>
 <version>
  <release>2.1.6</release>
  <api>2.1.6</api>
 </version>
 <stability>
  <release>stable</release>
  <api>beta</api>
 </stability>
 <license uri="http://www.php.net/license">PHP License</license>
 <notes>- Fixed bug #4047.
     - Fixed backward compatibility with PHP 4.x
     - Added PHP_AUTH_DIGEST support.</notes>
 <contents>
  <dir name="/">
   <file baseinstalldir="Auth/HTTP" md5sum="9b7fe356f6793ccab49df1e3e39e2c6e" name="tests/sample.sql" role="test" />
   <file baseinstalldir="Auth/HTTP" md5sum="4fb0adc407d3382f1dd479dbfca47087" name="tests/test_basic_simple.php" role="test" />
   <file baseinstalldir="Auth/HTTP" md5sum="087081d0d90e01d115fa6a4e3105fdcf" name="tests/test_digest_get.php" role="test" />
   <file baseinstalldir="Auth/HTTP" md5sum="ecdf2118cb798c8d1db302e424b854f6" name="tests/test_digest_post.php" role="test" />
   <file baseinstalldir="Auth/HTTP" md5sum="94f05d563bd2aa19ffe053825aa8e75a" name="tests/test_digest_simple.php" role="test" />
   <file baseinstalldir="Auth" md5sum="bac8e2f23a41b19d89dfb1246ed37dd6" name="Auth_HTTP.php" role="php" />
  </dir>
 </contents>
 <dependencies>
  <required>
   <php>
    <min>4.1.0</min>
    <max>6.0.0</max>
   </php>
   <pearinstaller>
    <min>1.4.0a2</min>
   </pearinstaller>
   <package>
    <name>Auth</name>
    <channel>pear.php.net</channel>
    <min>1.2.0</min>
   </package>
  </required>
 </dependencies>
 <phprelease>
  <installconditions>
   <os>
    <name>*</name>
   </os>
  </installconditions>
  <filelist>
   <install as="HTTP.php" name="Auth_HTTP.php" />
  </filelist>
 </phprelease>
 <changelog>
  <release>
   <version>
    <release>2.1.6RC1</release>
    <api>2.1.6</api>
   </version>
   <stability>
    <release>beta</release>
    <api>beta</api>
   </stability>
   <date>2005-04-11</date>
   <license uri="http://www.php.net/license">PHP License</license>
   <notes>- Fixed bug #4047.
     - Fixed backward compatibility with PHP 4.x
     - Added PHP_AUTH_DIGEST support.</notes>
  </release>
  <release>
   <version>
    <release>2.1.5</release>
    <api>2.1.5</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <date>2005-04-02</date>
   <license uri="http://www.php.net/license">PHP License</license>
   <notes>- Fixed a bug #3630 getAuthData failes due to session rename.</notes>
  </release>
  <release>
   <version>
    <release>2.1.4</release>
    <api>2.1.4</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <date>2005-01-02</date>
   <license uri="http://www.php.net/license">PHP License</license>
   <notes>- Fixed a bug #2380: constructor couldn&apos;t handle non-array option.
     - The first stable release with HTTP Digest Authenthication support.</notes>
  </release>
  <release>
   <version>
    <release>2.1.3rc1</release>
    <api>2.1.3rc1</api>
   </version>
   <stability>
    <release>beta</release>
    <api>beta</api>
   </stability>
   <date>2004-08-22</date>
   <license uri="http://www.php.net/license">PHP License</license>
   <notes>- Fixed a bug #2061 (importglobalvariable() was removed in Auth 1.3.0r2.)
- now Auth_HTTP requires Auth &gt;= 1.3.0r2.</notes>
  </release>
  <release>
   <version>
    <release>2.1.1</release>
    <api>2.1.1</api>
   </version>
   <stability>
    <release>beta</release>
    <api>beta</api>
   </stability>
   <date>2004-07-12</date>
   <license uri="http://www.php.net/license">PHP License</license>
   <notes>- Fixed a bug #1634 (URI parameter was handled incorrectry.)</notes>
  </release>
  <release>
   <version>
    <release>2.1.0</release>
    <api>2.1.0</api>
   </version>
   <stability>
    <release>beta</release>
    <api>beta</api>
   </stability>
   <date>2004-05-30</date>
   <license uri="http://www.php.net/license">PHP License</license>
   <notes>- Added _sessionName which fixes a major issue with realm sharing.
- Added sessionSharing option to use unique session id.
  Currently, this option is set to true by default to maintain
  backward compatibility.
- Added setOption and getOption to set/get option value.
- Starting with this release, HTTP Digest Authentication (RFC2617) is
  experimentally supported. The code for HTTP Digest Authentication is 
  originally developed by Tom Pike.</notes>
  </release>
  <release>
   <version>
    <release>2.0</release>
    <api>2.0</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <date>2003-10-16</date>
   <license uri="http://www.php.net/license">PHP License</license>
   <notes>Starting with this release, the code will not be placed in
Auth_HTTP/Auth_HTTP.php anymore. Instead Auth/HTTP.php is used, which
conforms to the PEAR standards.
In order to make use of the new version, you will need to change your
scripts to include the file at the new location! The old version in
Auth_HTTP/Auth_HTTP.php will not be removed when upgrading.
Other changes:
 authentication credentials. (Patch by: Marko Karppinen)</notes>
  </release>
  <release>
   <version>
    <release>1.0</release>
    <api>1.0</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <date>2001-08-23</date>
   <license uri="http://www.php.net/license">PHP License</license>
   <notes>This is the initial independent release of the Auth_HTTP package.</notes>
  </release>
 </changelog>
</package>