diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-xdebug3.spec | 8 | 
3 files changed, 8 insertions, 4 deletions
@@ -10,7 +10,7 @@ xdebug  [1m                              __/ |  [1m                             |___/  -[0mVersion => 3.4.0 +[0mVersion => 3.4.1  Support Xdebug on Patreon, GitHub, or as a business: https://xdebug.org/support               Enabled Features (through 'xdebug.mode' setting)              @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #17 xdebug version 3.4.0 ] { +Extension [ <persistent> extension #18 xdebug version 3.4.1 ] {    - INI {      Entry [ xdebug.mode <SYSTEM> ] diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index 6dd3d2f..0fc81ad 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -19,11 +19,11 @@  %global pecl_name   xdebug  %global with_zts    0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit   4284879cc0e3d749f872c2b7eec49521ca4b9ad0 +%global gh_commit   5107d2d978302323f9e65002fad2aee9f4c24628  %global gh_short    %(c=%{gh_commit}; echo ${c:0:7})  # version/release -%global upstream_version 3.4.0 +%global upstream_version 3.4.1  #global upstream_prever  beta1  %global upstream_lower   %(echo %{upstream_prever} | tr '[:upper:]' '[:lower:]')  %global sources          src @@ -59,6 +59,7 @@ Provides:       %{?scl_prefix}php-%{pecl_name}              = %{version}  Provides:       %{?scl_prefix}php-%{pecl_name}%{?_isa}      = %{version}  Provides:       %{?scl_prefix}php-pecl(Xdebug)              = %{version}  Provides:       %{?scl_prefix}php-pecl(Xdebug)%{?_isa}      = %{version} +Provides:       %{?scl_prefix}php-pie(xdebug/xdebug)        = %{version}  Obsoletes:     %{?scl_prefix}php-pecl-%{pecl_name}          < 3  Provides:      %{?scl_prefix}php-pecl-%{pecl_name}          = %{version}-%{release} @@ -258,6 +259,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Tue Jan  7 2025 Remi Collet <remi@remirepo.net> - 3.4.1-1 +- update to 3.4.1 +  * Thu Nov 28 2024 Remi Collet <remi@remirepo.net> - 3.4.0-1  - update to 3.4.0  | 
