From 151f81e119e213567cc7e681328dea8968f8e913 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 31 May 2024 14:24:05 +0200 Subject: update to 3.4.0alpha1 --- PHPINFO | 3 ++- REFLECTION | 4 ++-- php-pecl-xdebug3.spec | 11 +++++++---- 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 [ extension #17 xdebug version 3.3.2 ] { +Extension [ extension #17 xdebug version 3.4.0alpha1 ] { - INI { Entry [ xdebug.mode ] @@ -26,7 +26,7 @@ Extension [ extension #17 xdebug version 3.3.2 ] { Current = '' } Entry [ xdebug.control_socket ] - Current = 'time' + Current = 'default' } Entry [ xdebug.log ] 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 - 3.4.0~alpha1-1 +- update to 3.4.0alpha1 + * Tue Apr 16 2024 Remi Collet - 3.3.2-1 - update to 3.3.2 -- cgit