diff options
-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.9.0 +Version => 2.9.1 Support Xdebug on Patreon, GitHub, or as a business: https://xdebug.org/support Debugger => enabled @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #191 xdebug version 2.9.0 ] { +Extension [ <persistent> extension #108 xdebug version 2.9.1 ] { - INI { Entry [ xdebug.coverage_enable <SYSTEM> ] diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index 454233a..684627d 100644 --- a/php-pecl-xdebug.spec +++ b/php-pecl-xdebug.spec @@ -3,7 +3,7 @@ # # Fedora spec file for php-pecl-xdebug # -# Copyright (c) 2010-2019 Remi Collet +# Copyright (c) 2010-2020 Remi Collet # Copyright (c) 2006-2009 Christopher Stone # # License: MIT @@ -19,11 +19,11 @@ %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit c60dd1ad245cd8fc4ea8520416cee21f3052ed96 +%global gh_commit 02890b34d419e6d0364946ddd904a0ebfbe92bca %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20190614 %global with_tests 0%{!?_without_tests:1} -%global upstream_version 2.9.0 +%global upstream_version 2.9.1 #global upstream_prever beta2 #global upstream_lower beta2 @@ -301,6 +301,9 @@ fi %changelog +* Thu Jan 16 2020 Remi Collet <remi@remirepo.net> - 2.9.1-1 +- update to 2.9.1 + * Mon Dec 9 2019 Remi Collet <remi@remirepo.net> - 2.9.0-1 - update to 2.9.0 |