-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f76dff1
commit af607b4
Showing
2 changed files
with
15 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,12 +14,6 @@ http://pear.php.net/dtd/package-2.0.xsd"> | |
handy OO and procedural interfaces. | ||
The extension allows use to store sessions in memcached via memcache. | ||
</description> | ||
<lead> | ||
<name>Frantisek Drojak</name> | ||
<user>thesource93 (github)</user> | ||
<email></email> | ||
<active>yes</active> | ||
</lead> | ||
<lead> | ||
<name>Tomas Srnka</name> | ||
<user>tomassrnka</user> | ||
|
@@ -50,20 +44,21 @@ http://pear.php.net/dtd/package-2.0.xsd"> | |
<email>[email protected]</email> | ||
<active>no</active> | ||
</lead> | ||
<date>2019-05-28</date> | ||
<date>2019-12-19</date> | ||
<version> | ||
<release>4.0.4</release> | ||
<api>4.0.4</api> | ||
<release>4.0.5</release> | ||
<api>4.0.5</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<license uri="http://www.php.net/license">PHP License</license> | ||
<notes> | ||
- Version 4.x supports PHP 7.0-7.3. | ||
- 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) for making this happen | ||
</notes> | ||
<contents> | ||
<dir name="/"> | ||
|
@@ -188,24 +183,23 @@ http://pear.php.net/dtd/package-2.0.xsd"> | |
</extsrcrelease> | ||
<changelog> | ||
<release> | ||
<date>2013-04-07</date> | ||
<date>2019-12-19</date> | ||
<version> | ||
<release>3.0.9</release> | ||
<api>3.0.9</api> | ||
<release>4.0.5</release> | ||
<api>4.0.5</api> | ||
</version> | ||
<stability> | ||
<release>beta</release> | ||
<api>beta</api> | ||
<release>stable</release> | ||
<api>stable</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 | ||
- 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 | ||
</notes> | ||
</release> | ||
<release> | ||
<release> | ||
<date>2013-04-07</date> | ||
<version> | ||
<release>3.0.8</release> | ||
|