Skip to content

Commit

Permalink
Version 5.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Oct 6, 2016
1 parent c96af94 commit 25c313d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2016-06-07</date>
<time>12:00:00</time>
<date>2016-10-06</date>
<time>07:00:00</time>
<version>
<release>5.1.6dev</release>
<release>5.1.6</release>
<api>5.1.2</api>
</version>
<stability>
Expand All @@ -34,10 +34,12 @@
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- fixes gh#19: Hung apaches on pthread wrlocks
- fixes gh#188: Fix Segfault in ZTS build when locking (Tyson Andre)
- fixes gh#194: apcu_entry ttl not working
- fixes gh#189: SegFault in apc_copy_zval
- fixes gh#185: zend_mm_heap corrupted
- fixes gh#190: memory leak/failed check for duplicates
</notes>
<contents>
<dir name="/">
Expand All @@ -49,6 +51,8 @@
<file name="apc_003b.phpt" role="test" />
<file name="apc_004.phpt" role="test" />
<file name="apc_005.phpt" role="test" />
<file name="apc_005b.phpt" role="test" />
<file name="apc_005c.phpt" role="test" />
<file name="apc_006.phpt" role="test" />
<file name="apc_007.phpt" role="test" />
<file name="apc_008.phpt" role="test" />
Expand Down
2 changes: 1 addition & 1 deletion php_apc.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include "apc.h"
#include "apc_globals.h"

#define PHP_APCU_VERSION "5.1.6dev"
#define PHP_APCU_VERSION "5.1.6"
#define PHP_APCU_EXTNAME "apcu"

PHP_APCU_API PHP_FUNCTION(apcu_add);
Expand Down

0 comments on commit 25c313d

Please sign in to comment.