From 003954ef69a1836886570908b6477a4f7f2589ed Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 17 Jul 2023 09:36:51 +0200 Subject: minor --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-xdebug3.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index d422442..5197bfa 100644 --- a/PHPINFO +++ b/PHPINFO @@ -10,7 +10,7 @@ xdebug  __/ |  |___/ -Version => 3.2.1 +Version => 3.2.2 Support Xdebug on Patreon, GitHub, or as a business: https://xdebug.org/support Enabled Features (through 'xdebug.mode' setting) diff --git a/REFLECTION b/REFLECTION index 1d064de..2d6a080 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #16 xdebug version 3.2.1 ] { +Extension [ extension #16 xdebug version 3.2.2 ] { - INI { Entry [ xdebug.mode ] diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index c9184d3..ede77a8 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -116,7 +116,7 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO %prep %setup -qc -mv %{pecl_name}-%{gh_commit} src +mv %{pecl_name}-%{gh_commit} %{sources} %if 0%{?gh_date:1} %{__php} -r ' -- cgit