From 204664c92872677c89a2a4472360bc9ebec425f2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 Sep 2018 07:45:27 +0200 Subject: update to 5.4.0.preview (devel) raise dependency on PHP 7.1 --- PHPINFO | 2 +- REFLECTION | 2 +- php-sqlsrv.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index 652b8cf..2f1d4a1 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ sqlsrv sqlsrv support => enabled -ExtensionVer => 5.3.0 +ExtensionVer => 5.4.0-preview Directive => Local Value => Master Value sqlsrv.WarningsReturnAsErrors => On => On diff --git a/REFLECTION b/REFLECTION index f95947f..4d3b5c5 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #140 sqlsrv version 5.3.0 ] { +Extension [ extension #140 sqlsrv version 5.4.0-preview ] { - INI { Entry [ sqlsrv.WarningsReturnAsErrors ] diff --git a/php-sqlsrv.spec b/php-sqlsrv.spec index 71884b6..f8882b5 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.3.0 -Version: 5.3.0 +%global tarversion 5.4.0preview +Version: 5.4.0~preview Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT Group: Development/Languages @@ -41,7 +41,7 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit} BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?dtsprefix}gcc-c++ -BuildRequires: %{?scl_prefix}php-devel > 7 +BuildRequires: %{?scl_prefix}php-devel > 7.1 BuildRequires: %{?scl_prefix}php-pdo BuildRequires: %{?scl_prefix}php-pear BuildRequires: msodbcsql >= %{msodbcsqlver} @@ -278,6 +278,10 @@ fi %changelog +* Tue Sep 25 2018 Remi Collet - 5.4.0~preview-1 +- update to 5.4.0.preview (devel) +- raise dependency on PHP 7.1 + * Sat Jul 21 2018 Remi Collet - 5.3.0-1 - update to 5.3.0 (stable) -- cgit