forked from horde/Autoloader_Cache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
377 lines (377 loc) · 10.7 KB
/
package.xml
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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.9.2" 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>Horde_Autoloader_Cache</name>
<channel>pear.horde.org</channel>
<summary>Caching library for Horde_Autoloader</summary>
<description>An extension of the Horde autoloader that implements caching of class-file-maps. The caching method is determined automatically from the list of supported cache backends: APC, XCache, eAccelerator, local file system.
</description>
<lead>
<name>Jan Schneider</name>
<user>jan</user>
<email>jan@horde.org</email>
<active>yes</active>
</lead>
<developer>
<name>Michael Slusarz</name>
<user>slusarz</user>
<email>slusarz@horde.org</email>
<active>no</active>
</developer>
<date>2021-03-20</date>
<version>
<release>3.0.0alpha1</release>
<api>3.0.0alpha1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
</notes>
<contents>
<dir baseinstalldir="/" name="/">
<dir name="bin">
<file name="horde-autoloader-cache-prune" role="script">
<tasks:replace from="/usr/bin/env php" to="php_bin" type="pear-config" />
</file>
</dir> <!-- /bin -->
<dir name="doc">
<dir name="Horde">
<dir name="Autoloader">
<dir name="Cache">
<file name="CHANGES" role="doc" />
</dir> <!-- /doc/Horde/Autoloader/Cache -->
</dir> <!-- /doc/Horde/Autoloader -->
</dir> <!-- /doc/Horde -->
</dir> <!-- /doc -->
<dir name="lib">
<dir name="Horde">
<dir name="Autoloader">
<dir name="Cache">
<file name="Bootstrap.php" role="php" />
</dir> <!-- /lib/Horde/Autoloader/Cache -->
<file name="Cache.php" role="php" />
</dir> <!-- /lib/Horde/Autoloader -->
</dir> <!-- /lib/Horde -->
</dir> <!-- /lib -->
<file name="LICENSE" role="doc" />
</dir> <!-- / -->
</contents>
<dependencies>
<required>
<php>
<min>7.0.0</min>
<max>8.0.0alpha1</max>
<exclude>8.0.0alpha1</exclude>
</php>
<pearinstaller>
<min>1.7.0</min>
</pearinstaller>
<extension>
<name>json</name>
</extension>
</required>
<optional>
<extension>
<name>horde_lz4</name>
</extension>
<extension>
<name>lzf</name>
</extension>
<extension>
<name>msgpack</name>
</extension>
<extension>
<name>apc</name>
</extension>
<extension>
<name>eaccelerator</name>
</extension>
<extension>
<name>xcache</name>
</extension>
</optional>
</dependencies>
<phprelease>
<filelist>
<install as="horde-autoloader-cache-prune" name="bin/horde-autoloader-cache-prune" />
<install as="CHANGES" name="doc/Horde/Autoloader/Cache/CHANGES" />
<install as="Horde/Autoloader/Cache.php" name="lib/Horde/Autoloader/Cache.php" />
<install as="Horde/Autoloader/Cache/Bootstrap.php" name="lib/Horde/Autoloader/Cache/Bootstrap.php" />
<install as="LICENSE" name="LICENSE" />
</filelist>
</phprelease>
<changelog>
<release>
<date>2011-11-22</date>
<time>11:58:36</time>
<version>
<release>1.0.0RC1</release>
<api>1.0.0RC1</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* First release candidate.
</notes>
</release>
<release>
<version>
<release>1.0.0RC2</release>
<api>1.0.0RC2</api></version>
<stability>
<release>beta</release>
<api>beta</api></stability>
<date>2011-12-06</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mms] Fix logic error that prevented non-existent class names from being cached.
* [mms] Only save cached list if it has changed during this access.
</notes>
</release>
<release>
<version>
<release>1.0.0RC3</release>
<api>1.0.0RC3</api></version>
<stability>
<release>beta</release>
<api>beta</api></stability>
<date>2011-12-13</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [jan] Include server name and file path in cache key to allow multiple Horde installations.
</notes>
</release>
<release>
<version>
<release>1.0.0</release>
<api>1.0.0</api></version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2011-12-21</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* First stable release.
</notes>
</release>
<release>
<version>
<release>1.0.1</release>
<api>1.0.0</api></version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2012-02-22</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [jan] Fix horde-autoloader-cache-prune script.
</notes>
</release>
<release>
<version>
<release>2.0.0alpha1</release>
<api>1.0.0</api></version>
<stability>
<release>alpha</release>
<api>stable</api></stability>
<date>2012-07-05</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* First alpha release for Horde 5.
</notes>
</release>
<release>
<version>
<release>2.0.0beta1</release>
<api>1.0.0</api></version>
<stability>
<release>beta</release>
<api>stable</api></stability>
<date>2012-07-19</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* First beta release for Horde 5.
</notes>
</release>
<release>
<version>
<release>2.0.0</release>
<api>1.0.0</api></version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2012-10-30</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* First stable release for Horde 5.
</notes>
</release>
<release>
<version>
<release>2.0.1</release>
<api>1.0.0</api></version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2012-11-19</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mms] Compress cached data with LZF, if the PECL module is available.
</notes>
</release>
<release>
<version>
<release>2.0.2</release>
<api>1.0.0</api></version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2013-03-05</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [jan] Improve dependency detection.
</notes>
</release>
<release>
<version>
<release>2.0.3</release>
<api>1.0.0</api></version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2013-03-11</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mms] Additional sanity checking when trying to load from cache.
* [mms] Add support for horde_lz4 for compressing cache data.
* [mms] Better error-checking when uncompressing cache data.
</notes>
</release>
<release>
<version>
<release>2.0.4</release>
<api>1.0.0</api></version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2013-08-02</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mms] Don't cache missing class paths.
* [mms] Purging the autoloader cache no longer requires knowledge of the various SERVER_NAME settings used on a given system.
</notes>
</release>
<release>
<version>
<release>2.0.5</release>
<api>1.0.0</api></version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2013-08-20</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mms] Improved error handling/logging when system temporary directory is not accessible.
</notes>
</release>
<release>
<version>
<release>2.0.6</release>
<api>1.0.0</api></version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2013-11-12</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mms] Support msgpack for serializing the map lookup.
</notes>
</release>
<release>
<version>
<release>2.0.7</release>
<api>1.0.0</api></version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2014-02-14</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mms] Use more efficient hashing algorithm, if available.
* [mms] Saving cache data should be handled in a shutdown function, not a destructor.
* [mms] Add Horde-specific prefix to filesystem cache name to allow for easy identification.
</notes>
</release>
<release>
<version>
<release>2.1.0</release>
<api>2.1.0</api></version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2014-04-03</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mms] Abstract caching logic into Horde_Autoloader_Cache_Bootstrap class.
</notes>
</release>
<release>
<version>
<release>2.1.1</release>
<api>2.1.0</api></version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2015-01-06</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mms] Handle a cache miss by trying to load the class in its new location.
</notes>
</release>
<release>
<version>
<release>2.1.2</release>
<api>2.1.0</api></version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2015-07-31</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [jan] Fix Composer file.
</notes>
</release>
<release>
<version>
<release>2.1.3</release>
<api>2.1.0</api></version>
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2017-09-19</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [jan] Mark PHP 7 as supported.
</notes>
</release>
<release>
<version>
<release>3.0.0alpha1</release>
<api>3.0.0alpha1</api></version>
<stability>
<release>alpha</release>
<api>alpha</api></stability>
<date>2021-03-20</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
</notes>
</release>
</changelog>
</package>