Skip to content

Commit

Permalink
Fixed typo in package.xml and php_memcache.h - version fix to 4.0.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomassrnka committed Dec 19, 2019
1 parent af607b4 commit 4b7a24a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
19 changes: 17 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
</lead>
<date>2019-12-19</date>
<version>
<release>4.0.5</release>
<api>4.0.5</api>
<release>4.0.5.1</release>
<api>4.0.5.1</api>
</version>
<stability>
<release>stable</release>
Expand Down Expand Up @@ -182,6 +182,21 @@ http://pear.php.net/dtd/package-2.0.xsd">
<configureoption name="enable-memcache-session" default="yes" prompt="Enable memcache session handler support?" />
</extsrcrelease>
<changelog>
<release>
<date>2019-12-19</date>
<version>
<release>4.0.5.1</release>
<api>4.0.5.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- 4.0.5.1 fix in version number
</notes>
</release>
<release>
<date>2019-12-19</date>
<version>
Expand Down
2 changes: 1 addition & 1 deletion php7/php_memcache.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ PHP_FUNCTION(memcache_close);
PHP_FUNCTION(memcache_flush);
PHP_FUNCTION(memcache_set_sasl_auth_data);

#define PHP_MEMCACHE_VERSION "4.0.5"
#define PHP_MEMCACHE_VERSION "4.0.5.1"

#define MMC_DEFAULT_TIMEOUT 1 /* seconds */
#define MMC_DEFAULT_RETRY 15 /* retry failed server after x seconds */
Expand Down

0 comments on commit 4b7a24a

Please sign in to comment.