Skip to content

Commit

Permalink
prepare 5.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Jan 16, 2017
1 parent d13e251 commit 8e4ef24
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
27 changes: 22 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-10-21</date>
<time>14:00:00</time>
<date>2017-01-16</date>
<time>08:00:00</time>
<version>
<release>5.1.7</release>
<release>5.1.8</release>
<api>5.1.2</api>
</version>
<stability>
Expand All @@ -34,8 +34,9 @@
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- fixes gh#19: hung apaches on pthread wrlocks
- fixes gh#203: segfaults in bailout / longjmp
- fix gh#207 Segmentation fault in apc_sma_api_free()
- fix gh#221 memory leak
- update to apc dashboard (Tyson Andre)
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -145,6 +146,22 @@
<configureoption name="enable-apcu-debug" default="no" prompt="Enable internal debugging in APCu" />
</extsrcrelease>
<changelog>
<release>
<date>2016-10-21</date>
<version>
<release>5.1.7</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#203: segfaults in bailout / longjmp
</notes>
</release>
<release>
<date>2016-10-06</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.7"
#define PHP_APCU_VERSION "5.1.8"
#define PHP_APCU_EXTNAME "apcu"

PHP_APCU_API PHP_FUNCTION(apcu_add);
Expand Down

0 comments on commit 8e4ef24

Please sign in to comment.