From c7a324bd6e7fa7f311a94130fa27144ae7af5ac7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 31 Oct 2019 14:57:26 +0100 Subject: v2.8.0 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-xdebug.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/PHPINFO b/PHPINFO index fe79b48..a4d3595 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ xdebug xdebug support => enabled -Version => 2.8.0beta2 +Version => 2.8.0 IDE Key => remi Support Xdebug on Patreon: https://www.patreon.com/bePatron?u=7864328 diff --git a/REFLECTION b/REFLECTION index 7b5dd40..9fbc3b9 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #201 xdebug version 2.8.0beta2 ] { +Extension [ extension #202 xdebug version 2.8.0 ] { - INI { Entry [ xdebug.auto_trace ] diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index ff3a49a..bed6071 100644 --- a/php-pecl-xdebug.spec +++ b/php-pecl-xdebug.spec @@ -19,13 +19,13 @@ %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit f1bde951b797bd6669a5ba677d98214b5c3ac315 +%global gh_commit 1a7976906e8b003645d32a54dbd059ca7e2ed513 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20190614 %global with_tests 0%{!?_without_tests:1} %global upstream_version 2.8.0 -%global upstream_prever beta2 -%global upstream_lower beta2 +#global upstream_prever beta2 +#global upstream_lower beta2 # XDebug should be loaded after opcache %global ini_name 15-%{pecl_name}.ini @@ -36,7 +36,7 @@ Version: %{upstream_version}%{?upstream_lower:~%{upstream_lower}} %if 0%{?gh_date:1} Release: 2.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif # The Xdebug License, version 1.01 @@ -301,6 +301,9 @@ fi %changelog +* Thu Oct 31 2019 Remi Collet - 2.8.0-1 +- update to 2.8.0 + * Tue Sep 03 2019 Remi Collet - 2.8.0~beta2-2 - rebuild for 7.4.0RC1 -- cgit