diff options
author | Remi Collet <remi@remirepo.net> | 2019-04-05 13:30:46 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-04-05 13:30:46 +0200 |
commit | c2c146aad5a157a86c742d5971d222aa7681cedd (patch) | |
tree | 86d20df00f2548e5fe9d5bbd428b63b8a2bd156d | |
parent | 1d02bee1b9451e2b4121230567842d813e34d926 (diff) |
v2.7.1
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-xdebug.spec | 9 |
3 files changed, 8 insertions, 5 deletions
@@ -2,7 +2,7 @@ xdebug xdebug support => enabled -Version => 2.7.0 +Version => 2.7.1 IDE Key => remi Support Xdebug on Patreon: https://www.patreon.com/bePatron?u=7864328 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #201 xdebug version 2.7.0 ] { +Extension [ <persistent> extension #203 xdebug version 2.7.1 ] { - INI { Entry [ xdebug.auto_trace <ALL> ] diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index ffc76f6..2dd954b 100644 --- a/php-pecl-xdebug.spec +++ b/php-pecl-xdebug.spec @@ -19,11 +19,11 @@ %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit bc0b7471413e879bf969f38563124688d3e736fe +%global gh_commit f71bf7db80d930cfb5b5de9bda16e408dd4165c6 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20171202 %global with_tests 0%{!?_without_tests:1} -%global upstream_version 2.7.0 +%global upstream_version 2.7.1 #global upstream_prever RC2 #global upstream_lower rc2 @@ -34,7 +34,7 @@ Name: %{?scl_prefix}php-pecl-xdebug Summary: PECL package for debugging PHP scripts Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}} %if 0%{?gh_date:1} -Release: 0.8.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif @@ -296,6 +296,9 @@ fi %changelog +* Fri Apr 5 2019 Remi Collet <remi@remirepo.net> - 2.7.1-1 +- update to 2.7.1 + * Thu Mar 7 2019 Remi Collet <remi@remirepo.net> - 2.7.0-1 - update to 2.7.0 (stable) |