diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-awscrt.spec | 18 |
3 files changed, 16 insertions, 6 deletions
@@ -1,7 +1,7 @@ awscrt -Version => 1.1.0 +Version => 1.2.0 Directive => Local Value => Master Value awscrt.log_level => no value => no value @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #121 awscrt version 1.1.0 ] { +Extension [ <persistent> extension #121 awscrt version 1.2.0 ] { - INI { Entry [ awscrt.log_level <ALL> ] diff --git a/php-pecl-awscrt.spec b/php-pecl-awscrt.spec index a15ec09..4511b16 100644 --- a/php-pecl-awscrt.spec +++ b/php-pecl-awscrt.spec @@ -30,15 +30,21 @@ Summary: AWS Common Runtime PHP bindings Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.1.0 +Version: 1.2.0 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} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz +%if 0%{?rhel} == 7 && 0%{?dtsversion} == 0 +BuildRequires: devtoolset-6-toolchain +%global dtsversion 6 +%global dtsenable source /opt/rh/devtoolset-6/enable +%global dtsprefix devtoolset-6- +%endif BuildRequires: make BuildRequires: %{?dtsprefix}gcc -BuildRequires: %{?scl_prefix}php-devel >= 7.2 +BuildRequires: %{?scl_prefix}php-devel >= 5.5 BuildRequires: %{?scl_prefix}php-cli BuildRequires: %{?scl_prefix}php-pear BuildRequires: openssl-devel @@ -216,11 +222,15 @@ fi %changelog +* Fri Mar 17 2023 Remi Collet <remi@remirepo.net> - 1.2.0-1 +- update to 1.2.0 (stable) +- open https://github.com/awslabs/aws-crt-php/issues/95 PHP 5.x compatibility + * Thu Mar 16 2023 Remi Collet <remi@remirepo.net> - 1.1.0-1 -- update to 1.1.0 +- update to 1.1.0 (devel) * Wed Mar 15 2023 Remi Collet <remi@remirepo.net> - 1.0.11-1 -- update to 1.0.11 +- update to 1.0.11 (devel) * Tue Mar 14 2023 Remi Collet <remi@remirepo.net> - 1.0.10-1 - update to 1.0.10 (devel) |