From b5e3750b71e4c5839463b972c4848cdfc8bbaa87 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Apr 2021 14:05:48 +0200 Subject: update to 3.0.4 --- PHPINFO | 2 +- REFLECTION | 4 ++-- php-pecl-xdebug3.spec | 7 +++++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index a793acc..e4dfa52 100644 --- a/PHPINFO +++ b/PHPINFO @@ -10,7 +10,7 @@ xdebug  __/ |  |___/ -Version => 3.0.3 +Version => 3.0.4 Support Xdebug on Patreon, GitHub, or as a business: https://xdebug.org/support Enabled Features
(through 'xdebug.mode' setting) diff --git a/REFLECTION b/REFLECTION index ce8a2aa..61d8fde 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #15 xdebug version 3.0.3 ] { +Extension [ extension #15 xdebug version 3.0.4 ] { - INI { Entry [ xdebug.mode ] @@ -435,7 +435,7 @@ Extension [ extension #15 xdebug version 3.0.3 ] { Parameter #0 [ string or NULL $traceFile ] Parameter #1 [ int $options ] } - - Return [ string ] + - Return [ string or NULL ] } Function [ function xdebug_stop_code_coverage ] { diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index 0fb51f2..bc22d2a 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -21,12 +21,12 @@ %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit 7b808b409f6b15b3fab6db2dd96b5be871690e73 +%global gh_commit 54c7c2521763ee522809de0c54311443b11343c1 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20201011 # version/release -%global upstream_version 3.0.3 +%global upstream_version 3.0.4 #global upstream_prever RC1 #global upstream_lower rc1 @@ -292,6 +292,9 @@ fi %changelog +* Thu Apr 8 2021 Remi Collet - 3.0.4-1 +- update to 3.0.4 + * Mon Feb 22 2021 Remi Collet - 3.0.3-1 - update to 3.0.3 -- cgit