From df0d7f9d0b13fa4b36572bca6d35b99ec7ca89f6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 31 Jan 2020 11:27:41 +0100 Subject: update to 2.9.2 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-xdebug.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 0f97cb8..71ee13d 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ xdebug xdebug support => enabled -Version => 2.9.1 +Version => 2.9.2 Support Xdebug on Patreon, GitHub, or as a business: https://xdebug.org/support Debugger => enabled diff --git a/REFLECTION b/REFLECTION index 8c42c43..4ad43f8 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #108 xdebug version 2.9.1 ] { +Extension [ extension #108 xdebug version 2.9.2 ] { - INI { Entry [ xdebug.coverage_enable ] diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index 39db447..35d6a19 100644 --- a/php-pecl-xdebug.spec +++ b/php-pecl-xdebug.spec @@ -19,11 +19,11 @@ %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit 02890b34d419e6d0364946ddd904a0ebfbe92bca +%global gh_commit b626bc5c75bb28d99f289fbd9a86895cb11aeb29 %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.9.1 +%global upstream_version 2.9.2 #global upstream_prever beta2 #global upstream_lower beta2 @@ -299,6 +299,9 @@ fi %changelog +* Fri Jan 31 2020 Remi Collet - 2.9.2-1 +- update to 2.9.2 + * Thu Jan 16 2020 Remi Collet - 2.9.1-1 - update to 2.9.1 - raise dependency on PHP 7.1 -- cgit