diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-xdebug3.spec | 9 | 
3 files changed, 8 insertions, 5 deletions
@@ -10,7 +10,7 @@ xdebug  [1m                              __/ |  [1m                             |___/  -[0mVersion => 3.2.0alpha3 +[0mVersion => 3.2.0RC1  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.2.0alpha3 ] { +Extension [ <persistent> extension #16 xdebug version 3.2.0RC1 ] {    - INI {      Entry [ xdebug.mode <SYSTEM> ] diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index 075d3b0..25b2038 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -21,13 +21,13 @@  %global pecl_name   xdebug  %global with_zts    0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit   89bb81c5c8fd0a229f3dd593aedbe263abdb8efd +%global gh_commit   ddee051e64322c1955ccc7350a6da48af3a27ee7  %global gh_short    %(c=%{gh_commit}; echo ${c:0:7})  #global gh_date     20201011  # version/release  %global upstream_version 3.2.0 -%global upstream_prever  alpha3 +%global upstream_prever  RC1  %global upstream_lower   %(echo %{upstream_prever} | tr '[:upper:]' '[:lower:]')  # XDebug should be loaded after opcache @@ -39,7 +39,7 @@ Version:        %{upstream_version}%{?upstream_lower:~%{upstream_lower}}  %if 0%{?gh_date:1}  Release:        1.%{gh_date}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  %else -Release:        2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  %endif  # The Xdebug License, version 1.01 @@ -269,6 +269,9 @@ fi  %changelog +* Tue Oct 11 2022 Remi Collet <remi@remirepo.net> - 3.2.0~rc1-1 +- update to 3.2.0RC1 +  * Thu Sep  1 2022 Remi Collet <remi@remirepo.net> - 3.2.0~alpha3-2  - rebuild for PHP 8.2.0RC1  | 
