diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-sqlsrv.spec | 12 | 
3 files changed, 9 insertions, 7 deletions
| @@ -2,7 +2,7 @@  sqlsrv  sqlsrv support => enabled -ExtensionVer => 5.10.0 +ExtensionVer => 5.10.1  Directive => Local Value => Master Value  sqlsrv.WarningsReturnAsErrors => On => On @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #120 sqlsrv version 5.10.0 ] { +Extension [ <persistent> extension #120 sqlsrv version 5.10.1 ] {    - INI {      Entry [ sqlsrv.WarningsReturnAsErrors <ALL> ] diff --git a/php-sqlsrv.spec b/php-sqlsrv.spec index 95a75af..0ee593d 100644 --- a/php-sqlsrv.spec +++ b/php-sqlsrv.spec @@ -25,8 +25,8 @@  Name:          %{?scl_prefix}php-sqlsrv  Summary:       Microsoft Drivers for PHP for SQL Server -%global tarversion 5.10.0 -Version:       5.10.0 +%global tarversion 5.10.1 +Version:       5.10.1  Release:       1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:       MIT @@ -40,15 +40,13 @@ Source0:       https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}  BuildRequires: %{?dtsprefix}gcc  BuildRequires: %{?dtsprefix}gcc-c++ -BuildRequires: %{?scl_prefix}php-devel >= 7.4 +BuildRequires: %{?scl_prefix}php-devel >= 7.3  BuildRequires: %{?scl_prefix}php-pdo  BuildRequires: %{?scl_prefix}php-pear  BuildRequires: msodbcsql17 >= %{msodbcsqlver}  BuildRequires: unixODBC-devel >= 2.3.1  Requires:      msodbcsql17%{?_isa} >= %{msodbcsqlver} -# msodbcsql is now 13.x but have be 17.0 sometime -Obsoletes:     msodbcsql > 17  # ABI check  Requires:      %{?scl_prefix}php(zend-abi) = %{php_zend_api}  Requires:      %{?scl_prefix}php(api)      = %{php_core_api} @@ -278,6 +276,10 @@ fi  %changelog +* Thu May 19 2022 Remi Collet <remi@remirepo.net> - 5.10.1-1 +- update to 5.10.1 +- lower minimal PHP version to 7.4 +  * Tue Feb  1 2022 Remi Collet <remi@remirepo.net> - 5.10.0-1  - update to 5.10.0  - raise minimal PHP version to 7.4 | 
