summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-05-31 14:24:05 +0200
committerRemi Collet <remi@php.net>2024-05-31 14:24:05 +0200
commit151f81e119e213567cc7e681328dea8968f8e913 (patch)
treeceba30d629fdaef0f76ff64b6fd55e102ce4bccb
parent45f65730b4a2160c3befda625a83dd43bcb99b08 (diff)
update to 3.4.0alpha1HEADmaster
-rw-r--r--PHPINFO3
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-xdebug3.spec11
3 files changed, 11 insertions, 7 deletions
diff --git a/PHPINFO b/PHPINFO
index 066f5ef..308d80e 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -10,7 +10,7 @@ xdebug
 __/ |
 |___/
-Version => 3.3.2
+Version => 3.4.0alpha1
Support Xdebug on Patreon, GitHub, or as a business: https://xdebug.org/support
Enabled Features (through 'xdebug.mode' setting)
@@ -25,6 +25,7 @@ Tracing => ✘ disabled
Optional Features
Compressed File Support => yes (gzip)
Clock Source => clock_gettime
+TSC Clock Source => available
'xdebug://gateway' pseudo-host support => yes
'xdebug://nameserver' pseudo-host support => yes
Systemd Private Temp Directory => not enabled
diff --git a/REFLECTION b/REFLECTION
index a4b9d88..9eb86d4 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #17 xdebug version 3.3.2 ] {
+Extension [ <persistent> extension #17 xdebug version 3.4.0alpha1 ] {
- INI {
Entry [ xdebug.mode <SYSTEM> ]
@@ -26,7 +26,7 @@ Extension [ <persistent> extension #17 xdebug version 3.3.2 ] {
Current = ''
}
Entry [ xdebug.control_socket <ALL> ]
- Current = 'time'
+ Current = 'default'
}
Entry [ xdebug.log <ALL> ]
Current = ''
diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec
index 1442824..fb09e88 100644
--- a/php-pecl-xdebug3.spec
+++ b/php-pecl-xdebug3.spec
@@ -24,14 +24,14 @@
%global pecl_name xdebug
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
-%global gh_commit e978d755861a3a8d9dcef615bb6649b85f266658
+%global gh_commit b8a7e3e2ce17ed775a2e92e362d65a061bce2da9
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
#global gh_date 20201011
# version/release
-%global upstream_version 3.3.2
-#global upstream_prever alpha3
-#global upstream_lower %%(echo %%{upstream_prever} | tr '[:upper:]' '[:lower:]')
+%global upstream_version 3.4.0
+%global upstream_prever alpha1
+%global upstream_lower %%(echo %%{upstream_prever} | tr '[:upper:]' '[:lower:]')
%global sources src
%global _configure ../%{sources}/configure
@@ -319,6 +319,9 @@ fi
%changelog
+* Fri May 31 2024 Remi Collet <remi@remirepo.net> - 3.4.0~alpha1-1
+- update to 3.4.0alpha1
+
* Tue Apr 16 2024 Remi Collet <remi@remirepo.net> - 3.3.2-1
- update to 3.3.2