From 1d02bee1b9451e2b4121230567842d813e34d926 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 7 Mar 2019 07:17:52 +0100 Subject: v2.7.0 --- PHPINFO | 4 +++- REFLECTION | 2 +- php-pecl-xdebug.spec | 9 ++++++--- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index 0a4c939..d2da3e0 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,9 +2,11 @@ xdebug xdebug support => enabled -Version => 2.7.0RC2 +Version => 2.7.0 IDE Key => remi +Support Xdebug on Patreon: https://www.patreon.com/bePatron?u=7864328 + Supported protocols DBGp - Common DeBuGger Protocol diff --git a/REFLECTION b/REFLECTION index 5a2e6a1..91f89eb 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #202 xdebug version 2.7.0RC2 ] { +Extension [ extension #201 xdebug version 2.7.0 ] { - INI { Entry [ xdebug.auto_trace ] diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index 2970f2a..ffc76f6 100644 --- a/php-pecl-xdebug.spec +++ b/php-pecl-xdebug.spec @@ -19,13 +19,13 @@ %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit 175b82fdedd555217ae32c9d1801af521ffca13b +%global gh_commit bc0b7471413e879bf969f38563124688d3e736fe %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_prever RC2 -%global upstream_lower rc2 +#global upstream_prever RC2 +#global upstream_lower rc2 # XDebug should be loaded after opcache %global ini_name 15-%{pecl_name}.ini @@ -296,6 +296,9 @@ fi %changelog +* Thu Mar 7 2019 Remi Collet - 2.7.0-1 +- update to 2.7.0 (stable) + * Sat Feb 16 2019 Remi Collet - 2.7.0~rc2-1 - update to 2.7.0RC2 -- cgit