Skip to content

Commit

Permalink
Update package.xml
Browse files Browse the repository at this point in the history
Fixed typos in package.xml for pecl release
  • Loading branch information
tomassrnka authored Dec 6, 2020
1 parent 1ae74d7 commit 36d7181
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
<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
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.
Expand Down Expand Up @@ -44,10 +44,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>hradtke@php.net</email>
<active>no</active>
</lead>
<date>2019-12-20</date>
<date>2020-12-06</date>
<version>
<release>4.0.5.2</release>
<api>4.0.5.2</api>
<release>8.0</release>
<api>8.0</api>
</version>
<stability>
<release>stable</release>
Expand All @@ -56,10 +56,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Version 8.x support PHP 8.x
- Version 4.x supports PHP 7.0-7.4.
- Version 4.x is considered to be stable for production usage.
- Support for PHP 5.x has been removed, please use memcache extension ver. 3.x
- Special thanks to Frantisek Drojak - thesource93 (github) & Zaffy (github) for making this happen
- Version 4.x supports PHP 7.0-7.4.
- Version 4.x is considered to be stable for production usage.
- Support for PHP 5.x has been removed, please use memcache extension ver. 3.x
- Special thanks to Frantisek Drojak - thesource93 (github) and Zaffy (github) for making this happen
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -161,7 +161,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
<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/100bphpt" role="test" />
<file name ="tests/100c.phpt" role="test" />
<file name ="tests/100.phpt" role="test" />
<file name ="tests/pecl11221.phpt" role="test" />
Expand Down Expand Up @@ -236,7 +236,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
<notes>
- First official release for PHP 7+, supports PHP 7.0-7.4
- Support for PHP 5.x has been removed, please use 3.x version of this extension
- 4.0.5 version consits of fix for PHP 7.4 behaviour changes
- 4.0.5 version consits of fix for PHP 7.4 behaviour changes
</notes>
</release>
<release>
Expand Down Expand Up @@ -326,7 +326,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
<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
- 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)
Expand All @@ -350,7 +350,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
<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
- 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)
Expand Down Expand Up @@ -389,7 +389,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
- 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>
<release>
<date>2008-02-05</date>
<version>
Expand Down Expand Up @@ -423,9 +423,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
<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
- Binary protocol support
- Non-blocking IO using select()
- Pipelined multi-set/delete/increment/decrement
- CAS (Compare-And-Swap) support
Expand All @@ -437,7 +437,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
memcache.protocol = {ascii, binary}
memcache.redundancy = 1
memcache.session_redundancy = 2
- Changed INI defaults
- Changed INI defaults
memcache.hash_strategy = consistent
memcache.chunk_size = 32768
</notes>
Expand Down Expand Up @@ -508,7 +508,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Added support for consistent hash strategy
- New INI directives
- New INI directives
"memcache.hash_strategy" = {standard, consistent}
"memcache.hash_function" = {crc32, fnv}
- PHP6 support
Expand Down Expand Up @@ -567,7 +567,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
- 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
- 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>
Expand Down Expand Up @@ -700,7 +700,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
<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,
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>
Expand Down Expand Up @@ -767,7 +767,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
<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.
This should add more speed to extension.
2) Minor code decorations.
</notes>
</release>
Expand Down

0 comments on commit 36d7181

Please sign in to comment.