From f61ac8f84fe547dafe76f26b7200e6a9e7799d91 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 5 Oct 2020 11:16:21 +0200 Subject: [PATCH] Prepare 5.1.19 --- package.xml | 12 ++++++++++-- php_apc.h | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/package.xml b/package.xml index 8f5f7d5f..23f5d6f1 100644 --- a/package.xml +++ b/package.xml @@ -28,9 +28,9 @@ nikic@php.net yes - 2019-10-28 + 2020-10-05 - 5.1.19dev + 5.1.19 5.1.18 @@ -82,7 +82,9 @@ + + @@ -116,6 +118,9 @@ + + + @@ -124,6 +129,9 @@ + + + diff --git a/php_apc.h b/php_apc.h index f2cb92da..110e42ba 100644 --- a/php_apc.h +++ b/php_apc.h @@ -33,7 +33,7 @@ #include "apc.h" #include "apc_globals.h" -#define PHP_APCU_VERSION "5.1.19-dev" +#define PHP_APCU_VERSION "5.1.19" #define PHP_APCU_EXTNAME "apcu" PHP_APCU_API zend_bool apc_is_enabled(void);