-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage2.xml
567 lines (567 loc) · 19.7 KB
/
package2.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
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.4.11" 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>memcache</name>
<channel>pecl.php.net</channel>
<summary>memcached extension</summary>
<description>
Memcached is a caching daemon designed especially for
dynamic web applications to decrease database load by
storing objects in memory.
This extension allows you to work with memcached through
handy OO and procedural interfaces.
</description>
<lead>
<name>Antony Dovgal</name>
<user>tony2001</user>
<email>[email protected]</email>
<active>no</active>
</lead>
<lead>
<name>Mikael Johansson</name>
<user>mikl</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<lead>
<name>Herman Radtke</name>
<user>hradtke</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2012-09-22</date>
<version>
<release>2.2.7</release>
<api>2.2.7</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- PHP 5.4 compatibility
- Fixed return value error get_host_port_from_server().
- Fixed PECL Bug #16672 (memcache.php doesn't support unix socket)
- Fixed pecl bug #19374 (memcache.php throws Notice: Undefined index: VALUE when viewing expired items)
</notes>
<contents>
<dir name="/">
<file name="config.m4" role="src" />
<file name="config9.m4" role="src" />
<file name="config.w32" role="src" />
<file name="CREDITS" role="doc" />
<file name="LICENSE" role="doc" />
<file name="example.php" role="doc" />
<file name="memcache.c" role="src" />
<file name="memcache_queue.c" role="src" />
<file name="memcache_session.c" role="src" />
<file name="memcache_standard_hash.c" role="src" />
<file name="memcache_consistent_hash.c" role="src" />
<file name="memcache.dsp" role="src" />
<file name="php_memcache.h" role="src" />
<file name="memcache_queue.h" role="src" />
<file name="README" role="doc" />
<file name="memcache.php" role="doc" />
<file name="tests/001.phpt" role="test" />
<file name="tests/002.phpt" role="test" />
<file name="tests/003.phpt" role="test" />
<file name="tests/004.phpt" role="test" />
<file name="tests/005.phpt" role="test" />
<file name="tests/006.phpt" role="test" />
<file name="tests/007.phpt" role="test" />
<file name="tests/008.phpt" role="test" />
<file name="tests/009.phpt" role="test" />
<file name="tests/010.phpt" role="test" />
<file name="tests/011.phpt" role="test" />
<file name="tests/012.phpt" role="test" />
<file name="tests/013.phpt" role="test" />
<file name="tests/014.phpt" role="test" />
<file name="tests/015.phpt" role="test" />
<file name="tests/016.phpt" role="test" />
<file name="tests/017.phpt" role="test" />
<file name="tests/018.phpt" role="test" />
<file name="tests/019a.phpt" role="test" />
<file name="tests/019.phpt" role="test" />
<file name="tests/020.phpt" role="test" />
<file name="tests/021.phpt" role="test" />
<file name="tests/022a.phpt" role="test" />
<file name="tests/022.phpt" role="test" />
<file name="tests/023.phpt" role="test" />
<file name="tests/024a.phpt" role="test" />
<file name="tests/024.phpt" role="test" />
<file name="tests/025.phpt" role="test" />
<file name="tests/026.phpt" role="test" />
<file name="tests/027a.phpt" role="test" />
<file name="tests/027.phpt" role="test" />
<file name="tests/028.phpt" role="test" />
<file name="tests/029.phpt" role="test" />
<file name="tests/030.phpt" role="test" />
<file name="tests/031.phpt" role="test" />
<file name="tests/032.phpt" role="test" />
<file name="tests/033.phpt" role="test" />
<file name="tests/034.phpt" role="test" />
<file name="tests/035.phpt" role="test" />
<file name="tests/036.phpt" role="test" />
<file name="tests/037.phpt" role="test" />
<file name="tests/045.phpt" role="test" />
<file name="tests/046.phpt" role="test" />
<file name="tests/047.phpt" role="test" />
<file name="tests/050.phpt" role="test" />
<file name="tests/051.phpt" role="test" />
<file name="tests/052.phpt" role="test" />
<file name="tests/053.phpt" role="test" />
<file name="tests/100a.phpt" role="test" />
<file name="tests/100.phpt" role="test" />
<file name="tests/pecl11221.phpt" role="test" />
<file name="tests/pecl16536.phpt" role="test" />
</dir>
</contents>
<dependencies>
<required>
<php>
<min>4.3.11</min>
</php>
<pearinstaller>
<min>1.4.0b1</min>
</pearinstaller>
</required>
</dependencies>
<providesextension>memcache</providesextension>
<extsrcrelease>
<configureoption name="enable-memcache-session" default="yes" prompt="Enable memcache session handler support?" />
</extsrcrelease>
<changelog>
<release>
<date>2010-10-03</date>
<version>
<release>2.2.6</release>
<api>2.2.6</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Fixed pecl bug #16536 (Weight of 0 causes SegFault on memcache_add_server)
- Fixed pecl bug #17130 (Uninitialized tv.tv_usec causing PHP to loop endlessly)
- Fixed pecl bug #13623 (Memcache-client makes php segfault in semi-related code)
</notes>
</release>
<release>
<date>2009-02-27</date>
<version>
<release>2.2.5</release>
<api>2.2.5</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Improved performance of consistent hash strategy
- Fixed PECL request #13758 (Failed to extract 'connection' variable from object)
</notes>
</release>
<release>
<date>2008-09-11</date>
<version>
<release>2.2.4</release>
<api>2.2.4</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Added memcached stats script from Harun Yayli (http://livebookmark.net/memcachephp)
- Fixed server weight not being used in the session handler
- Fixed PECL bug #13343 (compilation breaks with CodeWarrior compiler)
- Fixed PECL bug #13546 (Session handler through unix socket)
- Fixed PECL bug #14239 (Memcache::set() modifies value parameter)
- Fixed PECL request #13725 (unnecessary allocations in mmc_consistent_add_server)
- Changed behaviour when unserialize/uncompress fail to return false instead of failing the server
</notes>
</release>
<release>
<date>2008-02-05</date>
<version>
<release>2.2.3</release>
<api>2.2.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Fixed PECL bug #12883 (Breaks UTF-8 in keys)
- Fixed PECL bug #13060 (make problems, due to role="doc" instead of role="src")
- Added package version to phpinfo()
</notes>
</release>
<release>
<date>2008-01-10</date>
<version>
<release>2.2.2</release>
<api>2.2.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Fixed PECL bug 12494 (Segmentation fault when Exception thrown in the callback function)
- Fixed PECL bug #12834 (segfault when getting duplicate array values on 64-bit system)
- Changed behaviour of close() to actually remove all servers from pool (PECL bug #12555)
- Added configure option for PEAR installer to disable session handler support
</notes>
</release>
<release>
<date>2007-11-01</date>
<version>
<release>2.2.1</release>
<api>2.2.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Added argument to Memcache::get() that receives the flags for retrieved value(s)
- Fixed PECL bug 11369 ("nested" get calls in __wakeup() functions breaks)
- Fixed problem with keys being modified in-place and empty keys (PECL Bug #11236)
- Fixed incompatibility with standard hash strategy in previous versions
</notes>
</release>
<release>
<date>2007-09-21</date>
<version>
<release>2.2.0</release>
<api>2.2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Added support for consistent hash strategy
- New INI directives
"memcache.hash_strategy" = {standard, consistent}
"memcache.hash_function" = {crc32, fnv}
- PHP6 support
- Fixed PECL bug #11221 (Double free when returning cached object with __sleep)
- Fixed PECL bug #10607 (Segfault on array key retrieval when array key is not IS_STRING)
- Don't failover on "object to large" errors
- Use $phpincludedir for finding php_session.h
</notes>
</release>
<release>
<date>2007-03-27</date>
<version>
<release>2.1.2</release>
<api>2.1.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Added missing files to the package.
</notes>
</release>
<release>
<date>2007-03-27</date>
<version>
<release>2.1.1</release>
<api>2.1.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Added experimental session storage support. You can use memcached as session storage.
- Fixed PECL bug #9486 (empty keys should not be allowed in memcache_set/add())
- Fixed PECL bug #9854 (get() changes the datatype of variable of given as key)
</notes>
</release>
<release>
<date>2006-10-09</date>
<version>
<release>2.1.0</release>
<api>2.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Servers may be flagged up/down and the user may specify a error callback
- Individual server params and up/down status may be changed at runtime
- New methods: setServerParams(), getServerStatus()
- Statistics methods support fetching other kinds of stats (slabs, items, cachedump, ...)
- Fixed PECL bugs #7631, #8117 (erroneous line feeds in config.m4)
- Added memcache.max_failover_attempts ini directive, which can be used to configure max number of
servers to try when setting and getting data.
</notes>
</release>
<release>
<version>
<release>2.0.4</release>
<api>2.0.4</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2006-05-16</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>- Redefined retry_interval as long to fix no-automatic-reconnect behaviour
- Fixed PECL bugs #7635, #7637 (OnUpdateInt: referenced symbol not found)
</notes>
</release>
<release>
<version>
<release>2.0.3</release>
<api>2.0.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2006-05-15</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>- Display ini entries in phpinfo() output
- Fixed Zend2 compat
</notes>
</release>
<release>
<version>
<release>2.0.2</release>
<api>2.0.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2006-05-14</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Added "memcache.default_port" ini directive (default 11211)
- Added "memcache.allow_failover" ini directive (default On)
- Added "memcache.chunk_size" ini directive (default 8192 bytes)
- Setting retry_interval parameter to -1 disables automatic reconnect
- Fixed PECL bug #7331 (NULL pointer freeing causes memcache to segfault)
</notes>
</release>
<release>
<version>
<release>2.0.1</release>
<api>2.0.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2006-02-01</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Fixed PECL bug #6595 (segfault in addServer())
- Fixed PECL bug #6512 (buffer overrun in getVersion())
- Fixed PECL bug #6460 (lacking include of php_smart_str_public.h)
- Fixed PECL bug #6370 (incorrect failover on out-of-memory server errors)
- Improved zlib detection
</notes>
</release>
<release>
<version>
<release>2.0.0</release>
<api>2.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2005-12-21</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Multiple servers with loadbalancing and failover
- Automatic compress threshold setting
- New methods: addServer(), getExtendedStats(), setCompressThreshold()
</notes>
</release>
<release>
<version>
<release>1.6</release>
<api>1.6</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2005-10-12</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Fixed minor leak appeared when connect fails.
- Fixed PECL bug #5626 (segfault when trying to use previously closed connection).
</notes>
</release>
<release>
<version>
<release>1.5</release>
<api>1.5</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2005-08-05</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
1) Fixed minor leak.
2) Class Memcache made inheritable.
</notes>
</release>
<release>
<version>
<release>1.4</release>
<api>1.4</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2004-12-02</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
1) Added multi get support (i.e. you're now able to get multiple items with one get() call,
just pass array of keys to get() and it will return associative array of found items).
</notes>
</release>
<release>
<version>
<release>1.3</release>
<api>1.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2004-08-29</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
1) Fixed potential problem with empty datasets (yet another patch from Andrey Nigmatulin [anight at monamour dot ru]).
2) Fixed bug #2167 (thanks to [pbnadeau at gmail dot com] for noticing, testing and patching).
</notes>
</release>
<release>
<version>
<release>1.2</release>
<api>1.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2004-07-20</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
1) Fixed typo, preventing to use set() with flags and expire in the same time (thanks to Troy Hakala [troy at recipezaar dot com] for noticing).
2) Added possibility to store objects and arrays compressed.
3) Hopefully fixed all possible problems with persistent connections (thanks to [anight at monamour dot ru]).
4) Some uncritical impovements.
</notes>
</release>
<release>
<version>
<release>1.1</release>
<api>1.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2004-06-08</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
1) Fixed couple of possible segfaults and one error (many thanks to Anight).
2) Minor improvements.
</notes>
</release>
<release>
<version>
<release>1.0</release>
<api>1.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2004-05-21</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
1) Ifdef'ed debug routines, so they are available only in debug mode.
This should add more speed to extension.
2) Minor code decorations.
</notes>
</release>
<release>
<version>
<release>0.4</release>
<api>0.4</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2004-xx-xx</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
1) Added on-the-fly data (de)compression support.
2) Added procedural API.
3) Extension was fairly refactored and accelerated.
</notes>
</release>
<release>
<version>
<release>0.2</release>
<api>0.2</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<date>2004-02-26</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
New methods: getStats(), increment(), decrement().
Extension should be rather stable.
</notes>
</release>
<release>
<version>
<release>0.1</release>
<api>0.1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<date>2004-02-08</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>Initial release in PECL</notes>
</release>
</changelog>
</package>