From 25c313d4f09cc410f0fe3d4c12a5facf4a84d682 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 Oct 2016 06:55:44 +0200 Subject: [PATCH] Version 5.1.6 --- package.xml | 10 +++++++--- php_apc.h | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/package.xml b/package.xml index 1038bd4b..a82c6a46 100644 --- a/package.xml +++ b/package.xml @@ -22,10 +22,10 @@ remi@php.net yes - 2016-06-07 - + 2016-10-06 + - 5.1.6dev + 5.1.6 5.1.2 @@ -34,10 +34,12 @@ 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 @@ -49,6 +51,8 @@ + + diff --git a/php_apc.h b/php_apc.h index 2e004eed..f38bdc20 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.6dev" +#define PHP_APCU_VERSION "5.1.6" #define PHP_APCU_EXTNAME "apcu" PHP_APCU_API PHP_FUNCTION(apcu_add);