From 8e4ef242b26dc987a88efc4572ef664b68ef2569 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 16 Jan 2017 07:25:28 +0100 Subject: [PATCH] prepare 5.1.8 --- package.xml | 27 ++++++++++++++++++++++----- php_apc.h | 2 +- 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/package.xml b/package.xml index c3247383..659c4cbb 100644 --- a/package.xml +++ b/package.xml @@ -22,10 +22,10 @@ remi@php.net yes - 2016-10-21 - + 2017-01-16 + - 5.1.7 + 5.1.8 5.1.2 @@ -34,8 +34,9 @@ PHP License -- 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) @@ -145,6 +146,22 @@ + + 2016-10-21 + + 5.1.7 + 5.1.2 + + + stable + stable + + PHP License + +- fixes gh#19: hung apaches on pthread wrlocks +- fixes gh#203: segfaults in bailout / longjmp + + 2016-10-06 diff --git a/php_apc.h b/php_apc.h index 3a621765..6c1f7db5 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.7" +#define PHP_APCU_VERSION "5.1.8" #define PHP_APCU_EXTNAME "apcu" PHP_APCU_API PHP_FUNCTION(apcu_add);