From 55e9a30d0a51e5b937bd0007895a47856324b74e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 27 Mar 2020 07:25:42 +0100 Subject: v2.1.2 --- PHPINFO | 2 +- REFLECTION | 4 ++-- php-pecl-yac.spec | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 753f10d..79fa962 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ yac yac support => enabled -Version => 2.1.1 +Version => 2.1.2 Shared Memory => mmap Serializer => php diff --git a/REFLECTION b/REFLECTION index 0f1d6aa..e970cb0 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #112 yac version 2.1.1 ] { +Extension [ extension #112 yac version 2.1.2 ] { - INI { Entry [ yac.enable ] @@ -22,7 +22,7 @@ Extension [ extension #112 yac version 2.1.1 ] { } - Constants [5] { - Constant [ string YAC_VERSION ] { 2.1.1 } + Constant [ string YAC_VERSION ] { 2.1.2 } 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 1a9559f..3e79388 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.1.1 +Version: 2.1.2 %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 +* Fri Mar 27 2020 Remi Collet - 2.1.2-1 +- update to 2.1.2 + * Wed Mar 25 2020 Remi Collet - 2.1.1-1 - update to 2.1.1 -- cgit