diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 4 | ||||
-rw-r--r-- | php-pecl-yac.spec | 5 |
3 files changed, 7 insertions, 4 deletions
@@ -2,7 +2,7 @@ yac yac support => enabled -Version => 2.1.1 +Version => 2.1.2 Shared Memory => mmap Serializer => php @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #112 yac version 2.1.1 ] { +Extension [ <persistent> extension #112 yac version 2.1.2 ] { - INI { Entry [ yac.enable <SYSTEM> ] @@ -22,7 +22,7 @@ Extension [ <persistent> 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 <remi@remirepo.net> - 2.1.2-1 +- update to 2.1.2 + * Wed Mar 25 2020 Remi Collet <remi@remirepo.net> - 2.1.1-1 - update to 2.1.1 |