From 5d1b6a2a363b67a852bf00028f2711edeef95e85 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Mar 2020 07:45:43 +0100 Subject: v2.0.4 --- PHPINFO | 2 +- REFLECTION | 4 ++-- php-pecl-yac.spec | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 8e0f694..09adfe0 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ yac yac support => enabled -Version => 2.0.3 +Version => 2.0.4 Shared Memory => mmap Serializer => php diff --git a/REFLECTION b/REFLECTION index 9d21f1f..dce7165 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #108 yac version 2.0.3 ] { +Extension [ extension #112 yac version 2.0.4 ] { - INI { Entry [ yac.enable ] @@ -22,7 +22,7 @@ Extension [ extension #108 yac version 2.0.3 ] { } - Constants [5] { - Constant [ string YAC_VERSION ] { 2.0.3 } + Constant [ string YAC_VERSION ] { 2.0.4 } Constant [ int YAC_MAX_KEY_LEN ] { 48 } Constant [ int YAC_MAX_VALUE_RAW_LEN ] { 67108863 } Constant [ int YAC_MAX_RAW_COMPRESSED_LEN ] { 1048576 } diff --git a/php-pecl-yac.spec b/php-pecl-yac.spec index 38b1d10..d66e299 100644 --- a/php-pecl-yac.spec +++ b/php-pecl-yac.spec @@ -31,7 +31,7 @@ Summary: Lockless user data cache Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 2.0.3 +Version: 2.0.4 %if 0%{?gh_date:1} Release: 0.12.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz @@ -272,6 +272,9 @@ fi %changelog +* Thu Mar 19 2020 Remi Collet - 2.0.4-1 +- update to 2.0.4 + * Mon Jan 6 2020 Remi Collet - 2.0.3-1 - update to 2.0.3 -- cgit