summaryrefslogtreecommitdiff
path: root/ext/session/package.xml
blob: e176dc3d829ae43149552ebf03ae7f80ab21090a (plain)
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
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>session</name>
 <summary>Session handling functions</summary>
 <maintainers>
  <maintainer>
   <user>sascha</user>
   <name>Sascha Schumann</name>
   <email>sas@php.net</email>
   <role>lead</role>
  </maintainer>
  <maintainer>
   <user>andrei</user>
   <name>Andrei Zmievski</name>
   <email>andrei@php.net</email>
   <role>lead</role>
  </maintainer>
 </maintainers>
 <description>
Session support in PHP consists of a way to preserve certain data 
across subsequent accesses. This enables you to build more customized 
applications and increase the appeal of your web site.
 </description>
 <license>PHP</license>
 <release>
  <state>beta</state>
  <version>5.0.0rc1</version>
  <date>2004-03-19</date>
  <notes>
package.xml added to support intallation using pear installer
  </notes>
  <filelist>
   <file role="doc" name="CREDITS"/>
   <file role="src" name="config.m4"/>
   <file role="src" name="config.w32"/>
   <file role="src" name="mod_files.c"/>
   <file role="src" name="mod_files.h"/>
   <file role="src" name="mod_files.sh"/>
   <file role="src" name="mod_mm.c"/>
   <file role="src" name="mod_mm.h"/>
   <file role="src" name="mod_user.c"/>
   <file role="src" name="mod_user.h"/>
   <file role="src" name="php_session.h"/>
   <file role="src" name="session.c"/>
   <file role="test" name="tests/001.phpt"/>
   <file role="test" name="tests/002.phpt"/>
   <file role="test" name="tests/bug25745.phpt"/>
   <file role="test" name="tests/001.phpt"/>
   <file role="test" name="tests/002.phpt"/>
   <file role="test" name="tests/003.phpt"/>
   <file role="test" name="tests/004.phpt"/>
   <file role="test" name="tests/005.phpt"/>
   <file role="test" name="tests/006.phpt"/>
   <file role="test" name="tests/007.phpt"/>
   <file role="test" name="tests/008-php4.2.3.phpt"/>
   <file role="test" name="tests/008.phpt"/>
   <file role="test" name="tests/009.phpt"/>
   <file role="test" name="tests/010.phpt"/>
   <file role="test" name="tests/011.phpt"/>
   <file role="test" name="tests/012.phpt"/>
   <file role="test" name="tests/013.phpt"/>
   <file role="test" name="tests/014.phpt"/>
   <file role="test" name="tests/015.phpt"/>
   <file role="test" name="tests/016.phpt"/>
   <file role="test" name="tests/017.phpt"/>
   <file role="test" name="tests/018.phpt"/>
   <file role="test" name="tests/019.phpt"/>
   <file role="test" name="tests/020.phpt"/>
   <file role="test" name="tests/021.phpt"/>
   <file role="test" name="tests/skipif.inc"/>
   <file role="test" name="tests/bug26862.phpt"/>
   <file role="test" name="tests/bug24592.phpt"/>
  </filelist>
  <deps>
   <dep type="php" rel="ge" version="5" />
  </deps>
 </release>
</package>
<!--
vim:et:ts=1:sw=1
-->