File: package-5.xml

package info (click to toggle)
php-memcache 8.0%2B4.0.5.2%2B3.0.9~20170802.e702b5f9-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,292 kB
  • sloc: ansic: 17,993; xml: 2,367; php: 1,073; pascal: 53; sh: 45; makefile: 2
file content (761 lines) | stat: -rw-r--r-- 28,470 bytes parent folder | download | duplicates (4)
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
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
<?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>tony@daylessday.org</email>
    <active>no</active>
  </lead>
  <lead>
    <name>Mikael Johansson</name>
    <user>mikl</user>
    <email>mikael@synd.info</email>
    <active>yes</active>
  </lead>
  <lead>
    <name>Pierre-Alain Joye</name>
    <user>pajoye</user>
    <email>pierre.php@gmail.com</email>
    <active>yes</active>
  </lead>
  <lead>
    <name>Herman J. Radtke III</name>
    <user>hradtke</user>
    <email>hradtke@php.net</email>
    <active>yes</active>
  </lead>
  <date>2013-04-07</date>
  <version>
    <release>3.0.9</release>
    <api>3.0.8</api>
  </version>
  <stability>
    <release>beta</release>
    <api>beta</api>
  </stability>
  <license uri="http://www.php.net/license">PHP License</license>
  <notes>
   - Fix Bug #63142 - memcache client Segmentation fault
   - Fix Bug #63272 - Explicitly reserve range of flags in php_memcache.h so application code can use
   - Fix Bug #59602 - getExtendedStats fails on the host intermittently after restarting memcache
   - Fix Bug #63141 - Added LICENSE file and include tests folder in package
  </notes>
  <contents>
    <dir name="/">
      <dir name="php5">
        <file name="memcache.c" role="src" />
        <file name="memcache_pool.c" role="src" />
        <file name="memcache_queue.c" role="src" />
        <file name="memcache_session.c" role="src" />
        <file name="memcache_ascii_protocol.c" role="src" />
        <file name="memcache_binary_protocol.c" role="src" />
        <file name="memcache_standard_hash.c" role="src" />
        <file name="memcache_consistent_hash.c" role="src" />
        <file name="php_memcache.h" role="src" />
        <file name="memcache_pool.h" role="src" />
        <file name="memcache_queue.h" role="src" />
      </dir>
      <dir name="php7">
        <file name="memcache.c" role="src" />
        <file name="memcache_pool.c" role="src" />
        <file name="memcache_queue.c" role="src" />
        <file name="memcache_session.c" role="src" />
        <file name="memcache_ascii_protocol.c" role="src" />
        <file name="memcache_binary_protocol.c" role="src" />
        <file name="memcache_standard_hash.c" role="src" />
        <file name="memcache_consistent_hash.c" role="src" />
        <file name="php_memcache.h" role="src" />
        <file name="memcache_pool.h" role="src" />
        <file name="memcache_queue.h" role="src" />
      </dir>
      <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="README" role="doc" />
      <file name="memcache.php" role="doc" />
      <file name ="tests/connect.inc" role="test" />
      <file name ="tests/memcache.sh" role="test" />
      <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/038.phpt" role="test" />
      <file name ="tests/039.phpt" role="test" />
      <file name ="tests/040.phpt" role="test" />
      <file name ="tests/041.phpt" role="test" />
      <file name ="tests/042.phpt" role="test" />
      <file name ="tests/043.phpt" role="test" />
      <file name ="tests/044.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/048.phpt" role="test" />
      <file name ="tests/049.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/054.phpt" role="test" />
      <file name ="tests/055.phpt" role="test" />
      <file name ="tests/056.phpt" role="test" />
      <file name ="tests/057.phpt" role="test" />
      <file name ="tests/058.phpt" role="test" />
      <file name ="tests/100a.phpt" role="test" />
      <file name ="tests/100b.phpt" role="test" />
      <file name ="tests/100.phpt" role="test" />
      <file name ="tests/pecl11221.phpt" role="test" />
      <file name ="tests/pecl16442.phpt" role="test" />
      <file name ="tests/pecl16536.phpt" role="test" />
      <file name ="tests/pecl17518.phpt" role="test" />
      <file name ="tests/pecl17566.phpt" role="test" />
      <file name ="tests/pecl63142.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>2013-04-07</date>
      <version>
        <release>3.0.8</release>
        <api>3.0.8</api>
      </version>
      <stability>
        <release>beta</release>
        <api>beta</api>
      </stability>
      <license uri="http://www.php.net/license">PHP License</license>
      <notes>
        - Fix Bug #63142 - memcache client Segmentation fault
        - Fix Bug #63272 - Explicitly reserve range of flags in php_memcache.h so application code can use
        - Fix Bug #59602 - getExtendedStats fails on the host intermittently after restarting memcache
        - Fix Bug #63141 - Added LICENSE file and include tests folder in package
      </notes>
    </release>
    <release>
      <date>2012-09-22</date>
      <version>
        <release>3.0.7</release>
        <api>3.0.7</api>
      </version>
      <stability>
        <release>beta</release>
        <api>beta</api>
      </stability>
      <license uri="http://www.php.net/license">PHP License</license>
      <notes>
        - Fixed bug #62589 - missing "$" in memcache.php
        - Fix php_stream_cast() usage.
        - fixes for windows build and php 5.4 compat
      </notes>
    </release>
    <release>
      <date>2011-04-10</date>
      <version>
        <release>3.0.6</release>
        <api>3.0.6</api>
      </version>
      <stability>
        <release>beta</release>
        <api>beta</api>
      </stability>
      <license uri="http://www.php.net/license">PHP License</license>
      <notes>
        - 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)
        - Fixed PECL Bug #17518 (Strange behavior in increment on non integer and after)
        - Fixed potential segfault in memcache queue.
        - Fixed various tests
      </notes>
    </release>
    <release>
      <date>2010-10-03</date>
      <version>
        <release>3.0.5</release>
        <api>3.0.5</api>
      </version>
      <stability>
        <release>beta</release>
        <api>beta</api>
      </stability>
      <license uri="http://www.php.net/license">PHP License</license>
      <notes>
        - Fixed PECL bug #16059 (Build error: 'MSG_NOSIGNAL' undeclared)
        - Added method MemcachePool::findServer(key) which returns the server a key hashes to
        - Changed MemcachePool::findServer() to return only "hostname:port" since tcp port is significant
        - Fixed PECL bug #16536 (Weight of 0 causes SegFault on memcache_add_server)
        - Fixed PECL bug #17566 (3.0.4 cache delete bug)
        - Fixed PECL Bug #16442 (memcache_set fail with integer value)
      </notes>
    </release>
    <release>
      <date>2009-02-22</date>
      <version>
        <release>3.0.4</release>
        <api>3.0.4</api>
      </version>
      <stability>
        <release>beta</release>
        <api>beta</api>
      </stability>
      <license uri="http://www.php.net/license">PHP License</license>
      <notes>
        - Improved performance of consistent hash strategy
        - Accept timeout parameter as float to enable microsecond timeouts, param is still 
          given in seconds but with a microsecond fraction.
        - Added session locking to avoid concurrency problems with AJAX apps
        - Fixed PECL bug #14642 (3.0.x breaks BC with 2.2.x)
        - Fixed PECL request #13758 (Failed to extract 'connection' variable from object)
        - Fixed PECL request #14658 (Allow connection timeouts in ms, not seconds)
        - New INI directive
           memcache.lock_timeout = 15
      </notes>
    </release>
    <release>
      <date>2009-01-13</date>
      <version>
        <release>3.0.3</release>
        <api>3.0.3</api>
      </version>
      <stability>
        <release>beta</release>
        <api>beta</api>
      </stability>
      <license uri="http://www.php.net/license">PHP License</license>
      <notes>
        - Enabled compression by default for values larger than 20kb
        - Scalar data types (int, bool, double) are preserved by get/set
        - Reserved the lowest 2 bytes of the flags for internal use 
        - Fixed PECL bug #14157 (Segmentation fault with errorcallback handler)
        - Fixed PECL bug #15342 (memcache keys whitespaces replace issue)
        - Fixed PECL bug #15447 (Persistent Connections Cause Segfaults if One Server Drops)
        - Fixed PECL bug #15529 (memcache object loses port information)
        - Fixed PECL bug #14730 (Types lost during get/set)
        - Fixed PECL request #14801 (Session handler and large sessions)
        - Added REPORT_ERRORS to php stream open
        - New INI directive
           memcache.compress_threshold = 20000
      </notes>
	</release>
    <release>
      <date>2008-09-11</date>
      <version>
        <release>3.0.2</release>
        <api>3.0.2</api>
      </version>
      <stability>
        <release>beta</release>
        <api>beta</api>
      </stability>
      <license uri="http://www.php.net/license">PHP License</license>
      <notes>
        - Updated binary protocol to be compatible with memcached 1.3.0
        - 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 #13592 (error in opcode)
        - Fixed PECL req #13588 (minor inefficiency in binary protocol implementation)
        - Fixed PECL bug #14044 (send of 32768 bytes failed with errno=11 Resource temporarily unavailable)
        - Fixed PECL bug #14239 (Memcache::set() modifies value parameter)
        - Fixed PECL bug #14156 (No check for parameter count in php_mmc_store)
        - Fixed PECL bug #14458 (off-by-one causes corrupted arrays in 3.0.x)
        - Fixed PECL bug #14104 (Malformed VALUE header (0))
        - 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>3.0.1</release>
        <api>3.0.1</api>
      </version>
      <stability>
        <release>beta</release>
        <api>beta</api>
      </stability>
      <license uri="http://www.php.net/license">PHP License</license>
      <notes>
        - Fixed PECL bug #12866 (Ignore memcache.default_port in memcache_connect)
        - Fixed PECL bug #12883 (Breaks UTF-8 in keys)
        - Fixed PECL bug #13060 (make problems, due to role="doc" instead of role="src")
        - 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
        - Added package version to phpinfo()
      </notes>
    </release>
    <release>
      <date>2007-11-26</date>
      <version>
        <release>3.0.0</release>
        <api>3.0.0</api>
      </version>
      <stability>
        <release>alpha</release>
        <api>alpha</api>
      </stability>
      <license uri="http://www.php.net/license">PHP License</license>
      <notes>
        See README for details on new API and INI directives.
    
        - UDP support
        - Binary protocol support 
        - Non-blocking IO using select()
        - Pipelined multi-set/delete/increment/decrement
        - CAS (Compare-And-Swap) support
        - Append/prepend support
        - Key and session redundancy (values are written to N mirrors)
        - Improved error reporting and failover handling
        - Added class "MemcachePool" implementing the new API
        - New INI directives
           memcache.protocol = {ascii, binary}
           memcache.redundancy = 1
           memcache.session_redundancy = 2
        - Changed INI defaults 
           memcache.hash_strategy = consistent
           memcache.chunk_size = 32768
      </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 &quot;memcache.default_port&quot; ini directive (default 11211)
        - Added &quot;memcache.allow_failover&quot; ini directive (default On)
        - Added &quot;memcache.chunk_size&quot; 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&apos;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&apos;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>