From 839d321556fd48b242adb3ffa1c6aabace913183 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 Mar 2020 13:00:17 +0100 Subject: v2.9.4 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-xdebug.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index bf138c2..ff7559f 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ xdebug xdebug support => enabled -Version => 2.9.3 +Version => 2.9.4 Support Xdebug on Patreon, GitHub, or as a business: https://xdebug.org/support Debugger => enabled diff --git a/REFLECTION b/REFLECTION index dbf0567..8718e30 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #112 xdebug version 2.9.3 ] { +Extension [ extension #113 xdebug version 2.9.4 ] { - INI { Entry [ xdebug.coverage_enable ] diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index 6f03bfd..8ff1e95 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 fc206eb55672875c8f10a0c21a491e6ff6e6762d +%global gh_commit 5da0d719ea0f9d198a1f3af4fe9f2ee6bf95a4e1 %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.3 +%global upstream_version 2.9.4 #global upstream_prever beta2 #global upstream_lower beta2 @@ -299,6 +299,9 @@ fi %changelog +* Mon Mar 23 2020 Remi Collet - 2.9.4-1 +- update to 2.9.4 + * Sat Mar 14 2020 Remi Collet - 2.9.3-1 - update to 2.9.3 -- cgit