diff options
| author | Remi Collet <remi@remirepo.net> | 2021-12-01 17:47:51 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2021-12-01 17:47:51 +0100 | 
| commit | 6d3dc941367bfe248cfe155d4e0a41dee65231d4 (patch) | |
| tree | a64f8edb4f20cb59d19513dac3f53296767b6c14 | |
| parent | 8e42e3dc799fdd7b11eca6615fe5ed07203583fe (diff) | |
update to 3.1.2
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-xdebug3.spec | 7 | 
3 files changed, 7 insertions, 4 deletions
@@ -10,7 +10,7 @@ xdebug  [1m                              __/ |  [1m                             |___/  -[0mVersion => 3.1.1 +[0mVersion => 3.1.2  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.1 ] { +Extension [ <persistent> extension #16 xdebug version 3.1.2 ] {    - INI {      Entry [ xdebug.mode <SYSTEM> ] diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index 26befe8..c9ff9a3 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   f8d0dac50e3b7bebf370054b4940abbb10740234 +%global gh_commit   52911afee0d66f4569d71d25bb9532c8fab9d5f5  %global gh_short    %(c=%{gh_commit}; echo ${c:0:7})  #global gh_date     20201011  # version/release -%global upstream_version 3.1.1 +%global upstream_version 3.1.2  #global upstream_prever  beta2  #global upstream_lower   beta2 @@ -295,6 +295,9 @@ fi  %changelog +* Wed Dec  1 2021 Remi Collet <remi@remirepo.net> - 3.1.2-1 +- update to 3.1.2 +  * Fri Oct 15 2021 Remi Collet <remi@remirepo.net> - 3.1.1-1  - update to 3.1.1  | 
