From b771cd50a7fe519b6aaccbe5dc97594e68e0c88f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Oct 2016 07:26:20 +0200 Subject: [PATCH] version is 5.1.7-dev --- package.xml | 30 +++++++++++++++++++++++------- php_apc.h | 2 +- 2 files changed, 24 insertions(+), 8 deletions(-) diff --git a/package.xml b/package.xml index a82c6a46..d9aec4c9 100644 --- a/package.xml +++ b/package.xml @@ -25,7 +25,7 @@ 2016-10-06 - 5.1.6 + 5.1.7dev 5.1.2 @@ -34,12 +34,8 @@ PHP License -- 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 @@ -149,6 +145,26 @@ + + 2016-10-06 + + 5.1.6 + 5.1.2 + + + stable + stable + + PHP License + +- 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 + + 2016-06-07 diff --git a/php_apc.h b/php_apc.h index f38bdc20..a78d5000 100644 --- a/php_apc.h +++ b/php_apc.h @@ -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);