diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-xdebug3.spec | 9 |
3 files changed, 8 insertions, 5 deletions
@@ -10,7 +10,7 @@ xdebug [1m __/ | [1m |___/ -[0mVersion => 3.0.2 +[0mVersion => 3.0.3 Support Xdebug on Patreon, GitHub, or as a business: https://xdebug.org/support Enabled Features<br/>(through 'xdebug.mode' setting) @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #15 xdebug version 3.0.2 ] { +Extension [ <persistent> extension #15 xdebug version 3.0.3 ] { - INI { Entry [ xdebug.mode <SYSTEM> ] diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index 369e064..0fb51f2 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -21,12 +21,12 @@ %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit fd53e416f9d7565329c41a787ea1bc62a3b2949d +%global gh_commit 7b808b409f6b15b3fab6db2dd96b5be871690e73 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20201011 # version/release -%global upstream_version 3.0.2 +%global upstream_version 3.0.3 #global upstream_prever RC1 #global upstream_lower rc1 @@ -48,8 +48,8 @@ License: BSD URL: https://xdebug.org/ Source0: https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit}/%{pecl_name}-%{upstream_version}%{?upstream_prever}-%{gh_short}.tar.gz -BuildRequires: %{?dtsprefix}gcc BuildRequires: make +BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7.2 BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-simplexml @@ -292,6 +292,9 @@ fi %changelog +* Mon Feb 22 2021 Remi Collet <remi@remirepo.net> - 3.0.3-1 +- update to 3.0.3 + * Tue Jan 5 2021 Remi Collet <remi@remirepo.net> - 3.0.2-1 - update to 3.0.2 |