From e8230df249980aa82584c3164260984c4cc90753 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 4 Dec 2025 16:55:00 +0100 Subject: update to 3.5.0 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-xdebug3.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/PHPINFO b/PHPINFO index bb4d16f..067373c 100644 --- a/PHPINFO +++ b/PHPINFO @@ -10,7 +10,7 @@ xdebug  __/ |  |___/ -Version => 3.5.0alpha3 +Version => 3.5.0 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 5e30f88..f573c88 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #18 xdebug version 3.5.0alpha3 ] { +Extension [ extension #18 xdebug version 3.5.0 ] { - INI { Entry [ xdebug.mode ] diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index a3df9b9..115d488 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -21,13 +21,13 @@ %global pie_proj xdebug %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit 02e2f164bc5133e93041c6da90b465a50a784eb2 +%global gh_commit 32dcc3da7bbff171f67e803f28ef4c098f8e2caf %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) # version/release %global upstream_version 3.5.0 -%global upstream_prever alpha3 -%global upstream_lower alpha3 +#global upstream_prever alpha3 +#global upstream_lower alpha3 %global sources src %global _configure ../%{sources}/configure @@ -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/ @@ -276,6 +276,9 @@ TEST_PHP_ARGS="-n $modules -d zend_extension=%{buildroot}%{php_extdir}/%{pecl_na %changelog +* Thu Dec 4 2025 Remi Collet - 3.5.0-1 +- update to 3.5.0 + * Thu Nov 13 2025 Remi Collet - 3.5.0~alpha3-1 - update to 3.5.0alpha3 -- cgit