Skip to content

Commit

Permalink
version 5.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Jun 7, 2016
1 parent 9cb0c42 commit 7b32e55
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
26 changes: 21 additions & 5 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-05-12</date>
<date>2016-06-07</date>
<time>12:00:00</time>
<version>
<release>5.1.4</release>
<release>5.1.5</release>
<api>5.1.2</api>
</version>
<stability>
Expand All @@ -34,9 +34,8 @@
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- fix possible memory leak
- fix gh#168 drop trying to return strings from shm
- fix gh#170 do not create entries when serialization fails
- fix version check in control panel page (gh#182, lennartwesdijk)
- do not create null strings, palloc may fail
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -143,6 +142,23 @@
<configureoption name="enable-apcu-debug" default="no" prompt="Enable internal debugging in APCu" />
</extsrcrelease>
<changelog>
<release>
<date>2016-05-12</date>
<version>
<release>5.1.4</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>
- fix possible memory leak
- fix gh#168 drop trying to return strings from shm
- fix gh#170 do not create entries when serialization fails
</notes>
</release>
<release>
<date>2016-01-15</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.4"
#define PHP_APCU_VERSION "5.1.5"
#define PHP_APCU_EXTNAME "apcu"

PHP_APCU_API PHP_FUNCTION(apcu_add);
Expand Down

0 comments on commit 7b32e55

Please sign in to comment.