This repository was archived by the owner on Feb 1, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.xml
More file actions
180 lines (178 loc) · 4.97 KB
/
package.xml
File metadata and controls
180 lines (178 loc) · 4.97 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<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">
<name>Crypt_DiffieHellman</name>
<channel>pear.php.net</channel>
<summary>Implementation of Diffie-Hellman Key Exchange cryptographic protocol for PHP5</summary>
<description>Implementation of the Diffie-Hellman Key Exchange cryptographic protocol
in PHP5. Enables two parties without any prior knowledge of each other
establish a secure shared secret key across an insecure channel
of communication.</description>
<lead>
<name>Bill Shupp</name>
<user>shupp</user>
<email>shupp@php.net</email>
<active>yes</active>
</lead>
<lead>
<name>Pádraic Brady</name>
<user>padraic</user>
<email>padraic@php.net</email>
<active>no</active>
</lead>
<date>2012-04-01</date>
<time>19:56:45</time>
<version>
<release>0.2.6</release>
<api>0.2.6</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
<notes>
* Fixes #17446. Removed dl() support for loading big integer extensions
</notes>
<contents>
<dir baseinstalldir="/" name="/">
<dir name="Crypt">
<dir name="DiffieHellman">
<dir name="Math">
<dir name="BigInteger">
<file name="Bcmath.php" role="php" />
<file name="Exception.php" role="php" />
<file name="Gmp.php" role="php" />
<file name="Interface.php" role="php" />
</dir> <!-- /Crypt/DiffieHellman/Math/BigInteger -->
<file name="BigInteger.php" role="php" />
<file name="Exception.php" role="php" />
</dir> <!-- /Crypt/DiffieHellman/Math -->
<file name="Exception.php" role="php" />
<file name="Math.php" role="php" />
</dir> <!-- /Crypt/DiffieHellman -->
<file name="DiffieHellman.php" role="php" />
</dir> <!-- /Crypt -->
<dir name="tests">
<file name="AllTests.php" role="test" />
<file name="DiffieHellmanTest.php" role="test" />
<file name="TestConfiguration.php.dist" role="test" />
<file name="TestHelper.php" role="test" />
</dir> <!-- /tests -->
</dir> <!-- / -->
</contents>
<dependencies>
<required>
<php>
<min>5.2.0</min>
</php>
<pearinstaller>
<min>1.4.0b1</min>
</pearinstaller>
<extension>
<name>bcmath</name>
</extension>
<extension>
<name>mbstring</name>
</extension>
</required>
<optional>
<extension>
<name>gmp</name>
</extension>
</optional>
</dependencies>
<phprelease />
<changelog>
<release>
<version>
<release>0.2.6</release>
<api>0.2.6</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2012-04-01</date>
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
<notes>
* Removed PEAR dependency
</notes>
</release>
<release>
<version>
<release>0.2.5</release>
<api>0.2.4</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2010-05-29</date>
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
<notes>
* Fixes #17446. Removed dl() support for loading big integer extensions
</notes>
</release>
<release>
<version>
<release>0.2.4</release>
<api>0.2.4</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2010-04-04</date>
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
<notes>
* Make bcmath required, gmp optional instead of the other way around
</notes>
</release>
<release>
<version>
<release>0.2.3</release>
<api>0.2.3</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2009-06-29</date>
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
<notes>
* Fixed Bug #16379
</notes>
</release>
<release>
<version>
<release>0.2.2</release>
<api>0.2.2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2009-05-29</date>
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
<notes>
* Fixed Bug #16214
* Fixed Bug #15682
</notes>
</release>
<release>
<version>
<release>0.2.1</release>
<api>0.2.1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2007-09-30</date>
<license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
<notes>
* Fixed base install directory bug in package.xml
</notes>
</release>
</changelog>
</package>