From 09393c6c544bd62c3a61330a751b87c34c7a2c1a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Oct 2025 06:29:10 +0100 Subject: update to 3.4.7 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-xdebug3.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index aae5b27..02bc2b3 100644 --- a/PHPINFO +++ b/PHPINFO @@ -10,7 +10,7 @@ xdebug  __/ |  |___/ -Version => 3.4.6 +Version => 3.4.7 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 523e6f3..489a33c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #18 xdebug version 3.4.6 ] { +Extension [ extension #18 xdebug version 3.4.7 ] { - INI { Entry [ xdebug.mode ] diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index a69007f..039e729 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -21,11 +21,11 @@ %global pie_proj xdebug %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit a6fc5d7d5aaf43c09f8e44981b310b592d0c2cac +%global gh_commit 61a198de008adace7fd6024da20fcf0d0b2066f9 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) # version/release -%global upstream_version 3.4.6 +%global upstream_version 3.4.7 #global upstream_prever beta1 %global upstream_lower %(echo %{upstream_prever} | tr '[:upper:]' '[:lower:]') %global sources src @@ -37,7 +37,7 @@ Name: %{?scl_prefix}php-pecl-xdebug3 Summary: Provides functions for function traces and profiling Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}} -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist} License: Xdebug-1.03 URL: https://xdebug.org/ @@ -265,6 +265,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Oct 27 2025 Remi Collet - 3.4.7-1 +- update to 3.4.7 + * Mon Oct 6 2025 Remi Collet - 3.4.6-1 - update to 3.4.6 -- cgit