From de6a1dbdb4d0dc67d226e85a7edf1088efa04fe3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 15 Mar 2023 16:48:09 +0100 Subject: update to 1.0.11 --- PHPINFO | 6 ++++++ REFLECTION | 2 +- php-pecl-awscrt.spec | 5 ++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/PHPINFO b/PHPINFO index 218cc9a..42b5195 100644 --- a/PHPINFO +++ b/PHPINFO @@ -1 +1,7 @@ + awscrt + +Version => 0.1.0 + +Directive => Local Value => Master Value +awscrt.log_level => no value => no value diff --git a/REFLECTION b/REFLECTION index 3271e13..2c54b36 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #70 awscrt version ] { +Extension [ extension #121 awscrt version 0.1.0 ] { - INI { Entry [ awscrt.log_level ] diff --git a/php-pecl-awscrt.spec b/php-pecl-awscrt.spec index eb4029a..a95b1ee 100644 --- a/php-pecl-awscrt.spec +++ b/php-pecl-awscrt.spec @@ -30,7 +30,7 @@ Summary: AWS Common Runtime PHP bindings Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.0.10 +Version: 1.0.11 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: Apache-2.0 URL: https://pecl.php.net/package/%{pecl_name} @@ -216,6 +216,9 @@ fi %changelog +* Wed Mar 15 2023 Remi Collet - 1.0.11-1 +- update to 1.0.11 + * Tue Mar 14 2023 Remi Collet - 1.0.10-1 - update to 1.0.10 (devel) - open https://github.com/awslabs/aws-crt-php/issues/93 version stability -- cgit