From b6abb069bd222b182152e0c33a46223cf7e42d64 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Mar 2023 18:40:29 +0100 Subject: update to 3.2.1 --- PHPINFO | 2 +- REFLECTION | 3 +-- php-pecl-xdebug3.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/PHPINFO b/PHPINFO index 838e53c..d422442 100644 --- a/PHPINFO +++ b/PHPINFO @@ -10,7 +10,7 @@ xdebug  __/ |  |___/ -Version => 3.2.0 +Version => 3.2.1 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 f19774b..1d064de 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #16 xdebug version 3.2.0 ] { +Extension [ extension #16 xdebug version 3.2.1 ] { - INI { Entry [ xdebug.mode ] @@ -318,7 +318,6 @@ Extension [ extension #16 xdebug version 3.2.0 ] { - Parameters [1] { Parameter #0 [ bool $emptyList = false ] } - - Return [ array ] } Function [ function xdebug_get_function_count ] { diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index a17b1fb..c5291ce 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -3,7 +3,7 @@ # # Fedora spec file for php-pecl-xdebug3 # -# Copyright (c) 2010-2022 Remi Collet +# Copyright (c) 2010-2023 Remi Collet # Copyright (c) 2006-2009 Christopher Stone # # License: MIT @@ -21,12 +21,12 @@ %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit 77aaa48269a6b0be19cf1557dd8d2e9f1fa211e9 +%global gh_commit 2c5f0ffddc63e8491018979e21adc704399ee0b3 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20201011 # version/release -%global upstream_version 3.2.0 +%global upstream_version 3.2.1 #global upstream_prever RC2 #lobal upstream_lower %%(echo %%{upstream_prever} | tr '[:upper:]' '[:lower:]') @@ -280,6 +280,9 @@ fi %changelog +* Tue Mar 21 2023 Remi Collet - 3.2.1-1 +- update to 3.2.1 + * Fri Dec 9 2022 Remi Collet - 3.2.0-1 - update to 3.2.0 -- cgit