File: package.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 (127 lines) | stat: -rw-r--r-- 4,311 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
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
<package version="1.0" packagerversion="1.4.0a11">
 <name>Auth_HTTP</name>
 <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's
realm-based .htaccess authentication.
 </description>
 <maintainers>
  <maintainer>
   <user>gurugeek</user>
   <name>David Costa</name>
   <email>gurugeek@php.net</email>
   <role>lead</role>
  </maintainer>
  <maintainer>
   <user>hirokawa</user>
   <name>Rui Hirokawa</name>
   <email>hirokawa@php.net</email>
   <role>lead</role>
  </maintainer>
  </maintainers>
 <release>
  <version>2.1.6</version>
  <date>2005-04-23</date>
  <license>PHP License</license>
  <state>stable</state>
  <notes>- Fixed bug #4047.
- Fixed backward compatibility with PHP 4.x
- Added PHP_AUTH_DIGEST support.
  </notes>
  <deps>
   <dep type="pkg" rel="ge" version="1.2.0">Auth</dep>
  </deps>
  <filelist>
   <file role="php" baseinstalldir="Auth" install-as="HTTP.php" name="Auth_HTTP.php"/>
   <file role="test" baseinstalldir="Auth/HTTP" name="tests/sample.sql"/>
   <file role="test" baseinstalldir="Auth/HTTP" name="tests/test_basic_simple.php"/>
   <file role="test" baseinstalldir="Auth/HTTP" name="tests/test_digest_simple.php"/>
   <file role="test" baseinstalldir="Auth/HTTP" name="tests/test_digest_get.php"/>
   <file role="test" baseinstalldir="Auth/HTTP" name="tests/test_digest_post.php"/>
  </filelist>
 </release>
 <changelog>
   <release>
    <version>2.1.6RC1</version>
    <date>2005-04-11</date>
    <license>PHP License</license>
    <state>beta</state>
    <notes>- Fixed bug #4047.
- Fixed backward compatibility with PHP 4.x
- Added PHP_AUTH_DIGEST support.
    </notes>
   </release>
   <release>
    <version>2.1.5</version>
    <date>2005-04-02</date>
    <license>PHP License</license>
    <state>stable</state>
    <notes>- Fixed a bug #3630 getAuthData failes due to session rename.
    </notes>
   </release>
   <release>
    <version>2.1.4</version>
    <date>2005-01-02</date>
    <license>PHP License</license>
    <state>stable</state>
    <notes>- Fixed a bug #2380: constructor couldn't handle non-array option.
- The first stable release with HTTP Digest Authenthication support.
    </notes>
   </release>
   <release>
    <version>2.1.3rc1</version>
    <date>2004-08-22</date>
    <license>PHP License</license>
    <state>beta</state>
    <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>2.1.1</version>
    <date>2004-07-12</date>
    <license>PHP License</license>
    <state>beta</state>
    <notes>- Fixed a bug #1634 (URI parameter was handled incorrectry.)
    </notes>
   </release>
   <release>
    <version>2.1.0</version>
    <date>2004-05-30</date>
    <license>PHP License</license>
    <state>beta</state>
    <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>2.0</version>
    <date>2003-10-16</date>
    <state>stable</state>
    <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>1.0</version>
    <date>2001-08-23</date>
    <state>stable</state>
    <notes>This is the initial independent release of the Auth_HTTP package.
    </notes>
   </release>
 </changelog>
</package>