diff options
author | Remi Collet <remi@remirepo.net> | 2019-05-07 08:13:44 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-05-07 08:13:44 +0200 |
commit | 98de564ab1540fa32d91582f8a959849c4c06b53 (patch) | |
tree | 266c5b190c68170f1ffc10f74a00bcc54ab41113 | |
parent | c2c146aad5a157a86c742d5971d222aa7681cedd (diff) |
v2.7.2
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-xdebug.spec | 7 |
3 files changed, 7 insertions, 4 deletions
@@ -2,7 +2,7 @@ xdebug xdebug support => enabled -Version => 2.7.1 +Version => 2.7.2 IDE Key => remi Support Xdebug on Patreon: https://www.patreon.com/bePatron?u=7864328 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #203 xdebug version 2.7.1 ] { +Extension [ <persistent> extension #204 xdebug version 2.7.2 ] { - INI { Entry [ xdebug.auto_trace <ALL> ] diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index 2dd954b..83cbc45 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 f71bf7db80d930cfb5b5de9bda16e408dd4165c6 +%global gh_commit e4de4be71911ba933e4f9240dbcc3f45af53c6da %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.1 +%global upstream_version 2.7.2 #global upstream_prever RC2 #global upstream_lower rc2 @@ -296,6 +296,9 @@ fi %changelog +* Tue May 7 2019 Remi Collet <remi@remirepo.net> - 2.7.2-1 +- update to 2.7.2 + * Fri Apr 5 2019 Remi Collet <remi@remirepo.net> - 2.7.1-1 - update to 2.7.1 |