From 0ba2fd4aa463b7402ef704c7bb0f1e44f21c874f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 13 Dec 2015 09:43:38 +0100 Subject: php-pecl-xdebug: 2.4.0RC3 --- REFLECTION | 6 +++--- php-pecl-xdebug-php7.spec | 11 +++++++---- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/REFLECTION b/REFLECTION index f79458f..dc5df43 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #207 xdebug version 2.4.0RC2 ] { +Extension [ extension #224 xdebug version 2.4.0RC3 ] { - INI { Entry [ xdebug.auto_trace ] @@ -59,13 +59,13 @@ Extension [ extension #207 xdebug version 2.4.0RC2 ] { Current = '0' } Entry [ xdebug.max_nesting_level ] - Current = '1000' + Current = '256' } Entry [ xdebug.max_stack_frames ] Current = '-1' } Entry [ xdebug.overload_var_dump ] - Current = '1' + Current = '2' } Entry [ xdebug.show_error_trace ] Current = '0' diff --git a/php-pecl-xdebug-php7.spec b/php-pecl-xdebug-php7.spec index 3c4ccc6..f29531e 100644 --- a/php-pecl-xdebug-php7.spec +++ b/php-pecl-xdebug-php7.spec @@ -19,11 +19,11 @@ %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit 587416c8146bf2aec785ff3fa16ea55d04a30c4b +%global gh_commit c2346797d81bce4c0a710eb6e69c5d76af7d1269 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20151118 %global with_tests 0%{?_with_tests:1} -%global prever RC2 +%global prever RC3 # XDebug should be loaded after opcache %if "%{php_version}" < "5.6" @@ -35,7 +35,7 @@ Name: %{?scl_prefix}php-pecl-xdebug Summary: PECL package for debugging PHP scripts Version: 2.4.0 -Release: 0.6.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.7.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit}/%{pecl_name}-%{version}%{?prever}-%{gh_short}.tar.gz # The Xdebug License, version 1.01 @@ -288,8 +288,11 @@ rm -rf %{buildroot} %changelog +* Sun Dec 13 2015 Remi Collet - 2.4.0-0.7.RC3 +- update to 2.4.0RC3 + * Thu Dec 3 2015 Remi Collet - 2.4.0-0.6.RC2 -- update to 2.4.0RC1 +- update to 2.4.0RC2 * Wed Nov 25 2015 Remi Collet - 2.4.0-0.5.RC1 - update to 2.4.0RC1 -- cgit