Skip to content

Commit

Permalink
Fixed package.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomassrnka committed Dec 19, 2019
1 parent f76dff1 commit af607b4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PHP_IMAGE=php:7.3-stretch
ARG PHP_IMAGE=php:7.4-rc
FROM $PHP_IMAGE

RUN apt-get update && apt-get install -y \
Expand Down
34 changes: 14 additions & 20 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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="/">
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit af607b4

Please sign in to comment.