diff options
author | Remi Collet <remi@remirepo.net> | 2017-06-21 07:40:31 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-06-21 07:40:31 +0200 |
commit | 6b96ebb64092abd2d50c396c30abc0d1d7c2f74b (patch) | |
tree | 91a172a84562e6cfd40291c76987df5ace0848e6 | |
parent | 770c98b410db7450eab07c557065aaa8eee7cc50 (diff) |
rebuild for 7.2.0alpha2
-rw-r--r-- | REFLECTION | 7 | ||||
-rw-r--r-- | php-pecl-xdebug.spec | 5 |
2 files changed, 10 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #180 xdebug version 2.5.4 ] { +Extension [ <persistent> extension #97 xdebug version 2.6.0-dev ] { - INI { Entry [ xdebug.auto_trace <ALL> ] @@ -279,6 +279,11 @@ Extension [ <persistent> extension #180 xdebug version 2.5.4 ] { - Parameters [0] { } } + Function [ <internal:xdebug> function xdebug_is_debugger_active ] { + + - Parameters [0] { + } + } Function [ <internal:xdebug> function xdebug_break ] { - Parameters [0] { diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index 015e161..7a63496 100644 --- a/php-pecl-xdebug.spec +++ b/php-pecl-xdebug.spec @@ -29,7 +29,7 @@ Name: %{?scl_prefix}php-pecl-xdebug Summary: PECL package for debugging PHP scripts Version: 2.6.0 %if 0%{?gh_date:1} -Release: 0.1.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.2.%{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 @@ -285,6 +285,9 @@ fi %changelog +* Wed Jun 21 2017 Remi Collet <remi@fedoraproject.org> - 2.6.0-0.2.20170601.d82879d +- rebuild for 7.2.0alpha2 + * Thu Jun 15 2017 Remi Collet <remi@remirepo.net> - 2.6.0-0.1.20170601.d82879d - update to 2.6.0-dev for PHP 7.2 - raise dependency on PHP 7 |