diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-awscrt.spec | 7 | 
3 files changed, 7 insertions, 4 deletions
@@ -1,7 +1,7 @@  awscrt -Version => 1.2.3 +Version => 1.2.6  Directive => Local Value => Master Value  awscrt.log_level => no value => no value @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #126 awscrt version 1.2.3 ] { +Extension [ <persistent> extension #108 awscrt version 1.2.6 ] {    - INI {      Entry [ awscrt.log_level <ALL> ] diff --git a/php-pecl-awscrt.spec b/php-pecl-awscrt.spec index b43317a..4b1dab7 100644 --- a/php-pecl-awscrt.spec +++ b/php-pecl-awscrt.spec @@ -1,6 +1,6 @@  # remirepo spec file for php-pecl-awscrt  # -# Copyright (c) 2021-2023 Remi Collet +# Copyright (c) 2021-2024 Remi Collet  # License: CC-BY-SA-4.0  # http://creativecommons.org/licenses/by-sa/4.0/  # @@ -26,7 +26,7 @@  Summary:        AWS Common Runtime PHP bindings  Name:           %{?scl_prefix}php-pecl-%{pecl_name} -Version:        1.2.3 +Version:        1.2.6  Release:        1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  # extension is Apache-2.0  # see LICENSE* for rust libraries @@ -218,6 +218,9 @@ fi  %changelog +* Fri Jun 14 2024 Remi Collet <remi@remirepo.net> - 1.2.6-1 +- update to 1.2.6 +  * Tue Oct 17 2023 Remi Collet <remi@remirepo.net> - 1.2.3-1  - update to 1.2.3  | 
