summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-10-07 14:07:15 +0200
committerRemi Collet <remi@php.net>2025-10-07 14:07:15 +0200
commit0a19eb8fd717149395f626bffc64907924e10e16 (patch)
tree8a79f111b1b7fd5d33f46f314964b1f0a5e175b9
parentcbb8c392d643d058e729eb8aa5aa85a5698611d0 (diff)
update to 3.5.0alpha2HEADmaster
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-xdebug3.spec9
3 files changed, 8 insertions, 5 deletions
diff --git a/PHPINFO b/PHPINFO
index 20c3f2e..044553f 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -10,7 +10,7 @@ xdebug
 __/ |
 |___/
-Version => 3.5.0alpha1
+Version => 3.5.0alpha2
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 177b190..388b4e4 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #18 xdebug version 3.5.0alpha1 ] {
+Extension [ <persistent> extension #18 xdebug version 3.5.0alpha2 ] {
- INI {
Entry [ xdebug.mode <SYSTEM> ]
diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec
index a6d7573..0f71da8 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 1e5faa22a6a3c424d3e4fa4896937e7757ff1f72
+%global gh_commit 377ffc53e5dd761c02bd5c64f853de9e7b85cf04
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
# version/release
%global upstream_version 3.5.0
-%global upstream_prever alpha1
-%global upstream_lower alpha1
+%global upstream_prever alpha2
+%global upstream_lower alpha2
%global sources src
%global _configure ../%{sources}/configure
@@ -276,6 +276,9 @@ TEST_PHP_ARGS="-n $modules -d zend_extension=%{buildroot}%{php_extdir}/%{pecl_na
%changelog
+* Tue Oct 7 2025 Remi Collet <remi@remirepo.net> - 3.5.0~alpha2-1
+- update to 3.5.0alpha2
+
* Mon Oct 6 2025 Remi Collet <remi@remirepo.net> - 3.5.0~alpha1-1
- update to 3.5.0alpha1