summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-07-25 13:50:04 +0200
committerRemi Collet <remi@php.net>2022-07-25 13:50:04 +0200
commita41dd11ccd6097a43ef45e3b60cabae5cbe54a30 (patch)
tree4cc9a6a0e953ac1d4af0b9ecdbbbd78600791f60
parent1ed5613ef03b3830c7b439bd3bcaa8411564858d (diff)
update to 3.2.0alpha2 (no change)
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-xdebug3.spec7
3 files changed, 7 insertions, 4 deletions
diff --git a/PHPINFO b/PHPINFO
index 33e4047..6424fcb 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -10,7 +10,7 @@ xdebug
 __/ |
 |___/
-Version => 3.2.0alpha1
+Version => 3.2.0alpha2
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 d5a02eb..0326318 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #16 xdebug version 3.2.0alpha1 ] {
+Extension [ <persistent> extension #16 xdebug version 3.2.0alpha2 ] {
- INI {
Entry [ xdebug.mode <SYSTEM> ]
diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec
index dceea97..412cdfc 100644
--- a/php-pecl-xdebug3.spec
+++ b/php-pecl-xdebug3.spec
@@ -21,13 +21,13 @@
%global pecl_name xdebug
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
-%global gh_commit 7af0a499277ccdd07ee10176cd0158a06847ed77
+%global gh_commit 1d5b44f25ab1818738511dadbf0704d5d3c4d936
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
#global gh_date 20201011
# version/release
%global upstream_version 3.2.0
-%global upstream_prever alpha1
+%global upstream_prever alpha2
%global upstream_lower %(echo %{upstream_prever} | tr '[:upper:]' '[:lower:]')
# XDebug should be loaded after opcache
@@ -269,6 +269,9 @@ fi
%changelog
+* Mon Jul 25 2022 Remi Collet <remi@remirepo.net> - 3.2.0~alpha2-1
+- update to 3.2.0alpha2 (no change)
+
* Thu Jul 21 2022 Remi Collet <remi@remirepo.net> - 3.2.0~alpha1-1
- update to 3.2.0alpha1
- raise dependency on PHP 8.0