diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 3 | ||||
| -rw-r--r-- | php-pecl-xdebug3.spec | 9 | 
3 files changed, 8 insertions, 6 deletions
@@ -10,7 +10,7 @@ xdebug  [1m                              __/ |  [1m                             |___/  -[0mVersion => 3.2.0 +[0mVersion => 3.2.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 #16 xdebug version 3.2.0 ] { +Extension [ <persistent> extension #16 xdebug version 3.2.1 ] {    - INI {      Entry [ xdebug.mode <SYSTEM> ] @@ -318,7 +318,6 @@ Extension [ <persistent> extension #16 xdebug version 3.2.0 ] {        - Parameters [1] {          Parameter #0 [ <optional> bool $emptyList = false ]        } -      - Return [ array ]      }      Function [ <internal:xdebug> function xdebug_get_function_count ] { diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index a17b1fb..c5291ce 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-2022 Remi Collet +# Copyright (c) 2010-2023 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   77aaa48269a6b0be19cf1557dd8d2e9f1fa211e9 +%global gh_commit   2c5f0ffddc63e8491018979e21adc704399ee0b3  %global gh_short    %(c=%{gh_commit}; echo ${c:0:7})  #global gh_date     20201011  # version/release -%global upstream_version 3.2.0 +%global upstream_version 3.2.1  #global upstream_prever  RC2  #lobal upstream_lower   %%(echo %%{upstream_prever} | tr '[:upper:]' '[:lower:]') @@ -280,6 +280,9 @@ fi  %changelog +* Tue Mar 21 2023 Remi Collet <remi@remirepo.net> - 3.2.1-1 +- update to 3.2.1 +  * Fri Dec  9 2022 Remi Collet <remi@remirepo.net> - 3.2.0-1  - update to 3.2.0  | 
