diff options
author | Remi Collet <remi@remirepo.net> | 2020-04-26 07:29:09 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-04-26 07:29:09 +0200 |
commit | bce7b8f8c5fb1dce67d1244ded939b30b6c80ab1 (patch) | |
tree | 135010b55de1111052b23f4ec3ab0a75cac49b62 | |
parent | 839d321556fd48b242adb3ffa1c6aabace913183 (diff) |
v2.9.5
-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.9.4 +Version => 2.9.5 Support Xdebug on Patreon, GitHub, or as a business: https://xdebug.org/support Debugger => enabled @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #113 xdebug version 2.9.4 ] { +Extension [ <persistent> extension #113 xdebug version 2.9.5 ] { - INI { Entry [ xdebug.coverage_enable <SYSTEM> ] diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index 8ff1e95..5548c27 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 5da0d719ea0f9d198a1f3af4fe9f2ee6bf95a4e1 +%global gh_commit 1f11f5a389cfcebf8e1ca64e092f75be9224abea %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.4 +%global upstream_version 2.9.5 #global upstream_prever beta2 #global upstream_lower beta2 @@ -299,6 +299,9 @@ fi %changelog +* Sun Apr 26 2020 Remi Collet <remi@remirepo.net> - 2.9.5-1 +- update to 2.9.5 + * Mon Mar 23 2020 Remi Collet <remi@remirepo.net> - 2.9.4-1 - update to 2.9.4 |