diff options
| author | Remi Collet <remi@remirepo.net> | 2024-05-31 14:24:05 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2024-05-31 14:24:05 +0200 | 
| commit | 151f81e119e213567cc7e681328dea8968f8e913 (patch) | |
| tree | ceba30d629fdaef0f76ff64b6fd55e102ce4bccb | |
| parent | 45f65730b4a2160c3befda625a83dd43bcb99b08 (diff) | |
update to 3.4.0alpha1
| -rw-r--r-- | PHPINFO | 3 | ||||
| -rw-r--r-- | REFLECTION | 4 | ||||
| -rw-r--r-- | php-pecl-xdebug3.spec | 11 | 
3 files changed, 11 insertions, 7 deletions
@@ -10,7 +10,7 @@ xdebug  [1m                              __/ |  [1m                             |___/  -[0mVersion => 3.3.2 +[0mVersion => 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 @@ -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  | 
