diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-xdebug3.spec | 11 | 
3 files changed, 8 insertions, 7 deletions
@@ -10,7 +10,7 @@ xdebug  [1m                              __/ |  [1m                             |___/  -[0mVersion => 3.1.2 +[0mVersion => 3.1.3  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 #16 xdebug version 3.1.2 ] { +Extension [ <persistent> extension #16 xdebug version 3.1.3 ] {    - INI {      Entry [ xdebug.mode <SYSTEM> ] diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index c9ff9a3..2cdb071 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -3,7 +3,7 @@  #  # Fedora spec file for php-pecl-xdebug3  # -# Copyright (c) 2010-2021 Remi Collet +# Copyright (c) 2010-2022 Remi Collet  # Copyright (c) 2006-2009 Christopher Stone  #  # License: MIT @@ -21,12 +21,12 @@  %global pecl_name   xdebug  %global with_zts    0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit   52911afee0d66f4569d71d25bb9532c8fab9d5f5 +%global gh_commit   a4bc37ed4804a0ce037a7c80054557a9c346f44e  %global gh_short    %(c=%{gh_commit}; echo ${c:0:7})  #global gh_date     20201011  # version/release -%global upstream_version 3.1.2 +%global upstream_version 3.1.3  #global upstream_prever  beta2  #global upstream_lower   beta2 @@ -88,10 +88,8 @@ Obsoletes:     php70u-pecl-%{pecl_name} <= %{version}  Obsoletes:     php70w-pecl-%{pecl_name} <= %{version}  Obsoletes:     php71u-pecl-%{pecl_name} <= %{version}  Obsoletes:     php71w-pecl-%{pecl_name} <= %{version} -%if "%{php_version}" > "7.2"  Obsoletes:     php72u-pecl-%{pecl_name} <= %{version}  Obsoletes:     php72w-pecl-%{pecl_name} <= %{version} -%endif  %if "%{php_version}" > "7.3"  Obsoletes:     php73-pecl-%{pecl_name}  <= %{version}  Obsoletes:     php73w-pecl-%{pecl_name} <= %{version} @@ -295,6 +293,9 @@ fi  %changelog +* Wed Feb  2 2022 Remi Collet <remi@remirepo.net> - 3.1.3-1 +- update to 3.1.3 +  * Wed Dec  1 2021 Remi Collet <remi@remirepo.net> - 3.1.2-1  - update to 3.1.2  | 
