Skip to content

Commit

Permalink
version is 5.1.7-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Oct 18, 2016
1 parent 2a3efe9 commit b771cd5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
30 changes: 23 additions & 7 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<date>2016-10-06</date>
<time>07:00:00</time>
<version>
<release>5.1.6</release>
<release>5.1.7dev</release>
<api>5.1.2</api>
</version>
<stability>
Expand All @@ -34,12 +34,8 @@
</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
- fixes gh#19: hung apaches on pthread wrlocks
- fixes gh#203: segfaults in bailout / longjmp
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -149,6 +145,26 @@
<configureoption name="enable-apcu-debug" default="no" prompt="Enable internal debugging in APCu" />
</extsrcrelease>
<changelog>
<release>
<date>2016-10-06</date>
<version>
<release>5.1.6</release>
<api>5.1.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</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>
</release>
<release>
<date>2016-06-07</date>
<version>
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.6"
#define PHP_APCU_VERSION "5.1.7-dev"
#define PHP_APCU_EXTNAME "apcu"

PHP_APCU_API PHP_FUNCTION(apcu_add);
Expand Down

0 comments on commit b771cd5

Please sign in to comment.