diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 4 | ||||
| -rw-r--r-- | php-pecl-xdebug3.spec | 7 | 
3 files changed, 8 insertions, 5 deletions
@@ -10,7 +10,7 @@ xdebug  [1m                              __/ |  [1m                             |___/  -[0mVersion => 3.0.3 +[0mVersion => 3.0.4  Support Xdebug on Patreon, GitHub, or as a business: https://xdebug.org/support             Enabled Features<br/>(through 'xdebug.mode' setting)            @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #15 xdebug version 3.0.3 ] { +Extension [ <persistent> extension #15 xdebug version 3.0.4 ] {    - INI {      Entry [ xdebug.mode <SYSTEM> ] @@ -435,7 +435,7 @@ Extension [ <persistent> extension #15 xdebug version 3.0.3 ] {          Parameter #0 [ <optional> string or NULL $traceFile ]          Parameter #1 [ <optional> int $options ]        } -      - Return [ string ] +      - Return [ string or NULL ]      }      Function [ <internal:xdebug> function xdebug_stop_code_coverage ] { diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index 0fb51f2..bc22d2a 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -21,12 +21,12 @@  %global pecl_name   xdebug  %global with_zts    0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit   7b808b409f6b15b3fab6db2dd96b5be871690e73 +%global gh_commit   54c7c2521763ee522809de0c54311443b11343c1  %global gh_short    %(c=%{gh_commit}; echo ${c:0:7})  #global gh_date     20201011  # version/release -%global upstream_version 3.0.3 +%global upstream_version 3.0.4  #global upstream_prever  RC1  #global upstream_lower   rc1 @@ -292,6 +292,9 @@ fi  %changelog +* Thu Apr  8 2021 Remi Collet <remi@remirepo.net> - 3.0.4-1 +- update to 3.0.4 +  * Mon Feb 22 2021 Remi Collet <remi@remirepo.net> - 3.0.3-1  - update to 3.0.3  | 
