diff options
| author | Remi Collet <remi@remirepo.net> | 2025-11-13 08:04:20 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-11-13 08:04:20 +0100 |
| commit | e4ae47453f6d75b808e5095b14feac02d3f08e11 (patch) | |
| tree | 69ef5bc8548871e85ca9fea08124aa5a4f2c6b65 | |
| parent | 0a19eb8fd717149395f626bffc64907924e10e16 (diff) | |
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-xdebug3.spec | 15 |
3 files changed, 11 insertions, 8 deletions
@@ -10,7 +10,7 @@ xdebug [1m __/ | [1m |___/ -[0mVersion => 3.5.0alpha2 +[0mVersion => 3.5.0alpha3 Support Xdebug on Patreon, GitHub, or as a business: https://xdebug.org/support Enabled Features (through 'xdebug.mode' setting) @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #18 xdebug version 3.5.0alpha2 ] { +Extension [ <persistent> extension #18 xdebug version 3.5.0alpha3 ] { - INI { Entry [ xdebug.mode <SYSTEM> ] diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index 0f71da8..a3df9b9 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 377ffc53e5dd761c02bd5c64f853de9e7b85cf04 +%global gh_commit 02e2f164bc5133e93041c6da90b465a50a784eb2 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) # version/release %global upstream_version 3.5.0 -%global upstream_prever alpha2 -%global upstream_lower alpha2 +%global upstream_prever alpha3 +%global upstream_lower alpha3 %global sources src %global _configure ../%{sources}/configure @@ -73,12 +73,12 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{relea %if 0%{?rhel} >= 10 && "%{?vendeur}" == "remi" && 0%{!?scl:1} %if "%{php_version}" >= "8.5" -Obsoletes: php8.4-pecl-xdebug3 < %{version}-%{release} -Obsoletes: php8.5-pecl-xdebug3 < %{version}-%{release} +Obsoletes: php8.4-pecl-xdebug3 <= %{version} +Obsoletes: php8.5-pecl-xdebug3 <= %{version} Provides: php8.5-pecl-xdebug3 = %{version}-%{release} Provides: php8.5-pecl-xdebug3%{?_isa} = %{version}-%{release} %elif "%{php_version}" >= "8.4" -Obsoletes: php8.4-pecl-xdebug3 < %{version}-%{release} +Obsoletes: php8.4-pecl-xdebug3 <= %{version} Provides: php8.4-pecl-xdebug3 = %{version}-%{release} Provides: php8.4-pecl-xdebug3%{?_isa} = %{version}-%{release} %endif @@ -276,6 +276,9 @@ TEST_PHP_ARGS="-n $modules -d zend_extension=%{buildroot}%{php_extdir}/%{pecl_na %changelog +* Thu Nov 13 2025 Remi Collet <remi@remirepo.net> - 3.5.0~alpha3-1 +- update to 3.5.0alpha3 + * Tue Oct 7 2025 Remi Collet <remi@remirepo.net> - 3.5.0~alpha2-1 - update to 3.5.0alpha2 |
