Skip to content

Commit 36d7181

Browse files
authored
Update package.xml
Fixed typos in package.xml for pecl release
1 parent 1ae74d7 commit 36d7181

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

package.xml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
77
<channel>pecl.php.net</channel>
88
<summary>memcached extension</summary>
99
<description>
10-
Memcached is a caching daemon designed especially for
11-
dynamic web applications to decrease database load by
10+
Memcached is a caching daemon designed especially for
11+
dynamic web applications to decrease database load by
1212
storing objects in memory.
1313
This extension allows you to work with memcached through
1414
handy OO and procedural interfaces.
@@ -44,10 +44,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
4444
<email>hradtke@php.net</email>
4545
<active>no</active>
4646
</lead>
47-
<date>2019-12-20</date>
47+
<date>2020-12-06</date>
4848
<version>
49-
<release>4.0.5.2</release>
50-
<api>4.0.5.2</api>
49+
<release>8.0</release>
50+
<api>8.0</api>
5151
</version>
5252
<stability>
5353
<release>stable</release>
@@ -56,10 +56,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
5656
<license uri="http://www.php.net/license">PHP License</license>
5757
<notes>
5858
- Version 8.x support PHP 8.x
59-
- Version 4.x supports PHP 7.0-7.4.
60-
- Version 4.x is considered to be stable for production usage.
61-
- Support for PHP 5.x has been removed, please use memcache extension ver. 3.x
62-
- Special thanks to Frantisek Drojak - thesource93 (github) & Zaffy (github) for making this happen
59+
- Version 4.x supports PHP 7.0-7.4.
60+
- Version 4.x is considered to be stable for production usage.
61+
- Support for PHP 5.x has been removed, please use memcache extension ver. 3.x
62+
- Special thanks to Frantisek Drojak - thesource93 (github) and Zaffy (github) for making this happen
6363
</notes>
6464
<contents>
6565
<dir name="/">
@@ -161,7 +161,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
161161
<file name ="tests/057.phpt" role="test" />
162162
<file name ="tests/058.phpt" role="test" />
163163
<file name ="tests/100a.phpt" role="test" />
164-
<file name ="tests/100b.phpt" role="test" />
164+
<file name ="tests/100bphpt" role="test" />
165165
<file name ="tests/100c.phpt" role="test" />
166166
<file name ="tests/100.phpt" role="test" />
167167
<file name ="tests/pecl11221.phpt" role="test" />
@@ -236,7 +236,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
236236
<notes>
237237
- First official release for PHP 7+, supports PHP 7.0-7.4
238238
- Support for PHP 5.x has been removed, please use 3.x version of this extension
239-
- 4.0.5 version consits of fix for PHP 7.4 behaviour changes
239+
- 4.0.5 version consits of fix for PHP 7.4 behaviour changes
240240
</notes>
241241
</release>
242242
<release>
@@ -326,7 +326,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
326326
<license uri="http://www.php.net/license">PHP License</license>
327327
<notes>
328328
- Improved performance of consistent hash strategy
329-
- Accept timeout parameter as float to enable microsecond timeouts, param is still
329+
- Accept timeout parameter as float to enable microsecond timeouts, param is still
330330
given in seconds but with a microsecond fraction.
331331
- Added session locking to avoid concurrency problems with AJAX apps
332332
- Fixed PECL bug #14642 (3.0.x breaks BC with 2.2.x)
@@ -350,7 +350,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
350350
<notes>
351351
- Enabled compression by default for values larger than 20kb
352352
- Scalar data types (int, bool, double) are preserved by get/set
353-
- Reserved the lowest 2 bytes of the flags for internal use
353+
- Reserved the lowest 2 bytes of the flags for internal use
354354
- Fixed PECL bug #14157 (Segmentation fault with errorcallback handler)
355355
- Fixed PECL bug #15342 (memcache keys whitespaces replace issue)
356356
- Fixed PECL bug #15447 (Persistent Connections Cause Segfaults if One Server Drops)
@@ -389,7 +389,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
389389
- Fixed PECL request #13725 (unnecessary allocations in mmc_consistent_add_server)
390390
- Changed behaviour when unserialize/uncompress fail to return false instead of failing the server
391391
</notes>
392-
</release>
392+
</release>
393393
<release>
394394
<date>2008-02-05</date>
395395
<version>
@@ -423,9 +423,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
423423
<license uri="http://www.php.net/license">PHP License</license>
424424
<notes>
425425
See README for details on new API and INI directives.
426-
426+
427427
- UDP support
428-
- Binary protocol support
428+
- Binary protocol support
429429
- Non-blocking IO using select()
430430
- Pipelined multi-set/delete/increment/decrement
431431
- CAS (Compare-And-Swap) support
@@ -437,7 +437,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
437437
memcache.protocol = {ascii, binary}
438438
memcache.redundancy = 1
439439
memcache.session_redundancy = 2
440-
- Changed INI defaults
440+
- Changed INI defaults
441441
memcache.hash_strategy = consistent
442442
memcache.chunk_size = 32768
443443
</notes>
@@ -508,7 +508,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
508508
<license uri="http://www.php.net/license">PHP License</license>
509509
<notes>
510510
- Added support for consistent hash strategy
511-
- New INI directives
511+
- New INI directives
512512
"memcache.hash_strategy" = {standard, consistent}
513513
"memcache.hash_function" = {crc32, fnv}
514514
- PHP6 support
@@ -567,7 +567,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
567567
- New methods: setServerParams(), getServerStatus()
568568
- Statistics methods support fetching other kinds of stats (slabs, items, cachedump, ...)
569569
- Fixed PECL bugs #7631, #8117 (erroneous line feeds in config.m4)
570-
- Added memcache.max_failover_attempts ini directive, which can be used to configure max number of
570+
- Added memcache.max_failover_attempts ini directive, which can be used to configure max number of
571571
servers to try when setting and getting data.
572572
</notes>
573573
</release>
@@ -700,7 +700,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
700700
<date>2004-12-02</date>
701701
<license uri="http://www.php.net/license">PHP License</license>
702702
<notes>
703-
1) Added multi get support (i.e. you&apos;re now able to get multiple items with one get() call,
703+
1) Added multi get support (i.e. you&apos;re now able to get multiple items with one get() call,
704704
just pass array of keys to get() and it will return associative array of found items).
705705
</notes>
706706
</release>
@@ -767,7 +767,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
767767
<license uri="http://www.php.net/license">PHP License</license>
768768
<notes>
769769
1) Ifdef&apos;ed debug routines, so they are available only in debug mode.
770-
This should add more speed to extension.
770+
This should add more speed to extension.
771771
2) Minor code decorations.
772772
</notes>
773773
</release>

0 commit comments

Comments
 (0)