summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO3
-rw-r--r--REFLECTION5
-rw-r--r--php-pecl-xdebug3.spec12
3 files changed, 15 insertions, 5 deletions
diff --git a/PHPINFO b/PHPINFO
index 51ee4d2..044553f 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -10,7 +10,7 @@ xdebug
 __/ |
 |___/
-Version => 3.4.4
+Version => 3.5.0alpha2
Support Xdebug on Patreon, GitHub, or as a business: https://xdebug.org/support
Enabled Features (through 'xdebug.mode' setting)
@@ -40,6 +40,7 @@ xdebug.trigger_value => no value => no value
xdebug.file_link_format => no value => no value
xdebug.filename_format => no value => no value
xdebug.control_socket => time: 25ms => time: 25ms
+xdebug.path_mapping => 0 => 0
xdebug.log => no value => no value
xdebug.log_level => 7 => 7
xdebug.var_display_max_children => 128 => 128
diff --git a/REFLECTION b/REFLECTION
index 52814cb..388b4e4 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #18 xdebug version 3.4.4 ] {
+Extension [ <persistent> extension #18 xdebug version 3.5.0alpha2 ] {
- INI {
Entry [ xdebug.mode <SYSTEM> ]
@@ -28,6 +28,9 @@ Extension [ <persistent> extension #18 xdebug version 3.4.4 ] {
Entry [ xdebug.control_socket <ALL> ]
Current = 'default'
}
+ Entry [ xdebug.path_mapping <ALL> ]
+ Current = '0'
+ }
Entry [ xdebug.log <ALL> ]
Current = ''
}
diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec
index 1c4a9e4..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 86727b0b05b5d0a9c4fb85021f05d7931e2c3a35
+%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 -dev
-%global upstream_lower DEV
+%global upstream_prever alpha2
+%global upstream_lower alpha2
%global sources src
%global _configure ../%{sources}/configure
@@ -276,6 +276,12 @@ 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
+
* Thu Sep 18 2025 Remi Collet <remi@remirepo.net> - 3.5.0~DEV-1
- update to 3.5.0-dev