summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-10-04 12:08:44 +0200
committerRemi Collet <remi@remirepo.net>2021-10-04 12:08:44 +0200
commitf2f2395a8652b88804313e8ed817b52984cb9dce (patch)
tree5964afafe11d57ded0df9e1c20f20268c3c2e0b8
parentcf4178762ecd172fb85420709b47b1eb367e9eb1 (diff)
update to 3.1.0
-rw-r--r--PHPINFO3
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-xdebug3.spec9
3 files changed, 9 insertions, 5 deletions
diff --git a/PHPINFO b/PHPINFO
index 222ff8e..995357f 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -10,7 +10,7 @@ xdebug
 __/ |
 |___/
-Version => 3.1.0beta2
+Version => 3.1.0
Support Xdebug on Patreon, GitHub, or as a business: https://xdebug.org/support
Enabled Features (through 'xdebug.mode' setting)
@@ -24,6 +24,7 @@ Tracing => ✘ disabled
Optional Features
Compressed File Support => yes (gzip)
+Clock Source => clock_gettime
Directive => Local Value => Master Value
xdebug.mode => develop => develop
diff --git a/REFLECTION b/REFLECTION
index 655395d..b7d56ad 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #15 xdebug version 3.1.0beta2 ] {
+Extension [ <persistent> extension #15 xdebug version 3.1.0 ] {
- INI {
Entry [ xdebug.mode <SYSTEM> ]
diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec
index e64e1eb..23c19c2 100644
--- a/php-pecl-xdebug3.spec
+++ b/php-pecl-xdebug3.spec
@@ -21,14 +21,14 @@
%global pecl_name xdebug
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
-%global gh_commit 7b526d8571336ca9c14701f72fac151d314a76c8
+%global gh_commit bcf42e8e20bbb06f0bbcbe663f7f45d1be1dd51b
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
#global gh_date 20201011
# version/release
%global upstream_version 3.1.0
-%global upstream_prever beta2
-%global upstream_lower beta2
+#global upstream_prever beta2
+#global upstream_lower beta2
# XDebug should be loaded after opcache
%global ini_name 15-%{pecl_name}.ini
@@ -295,6 +295,9 @@ fi
%changelog
+* Mon Oct 4 2021 Remi Collet <remi@remirepo.net> - 3.1.0-1
+- update to 3.1.0
+
* Tue Sep 7 2021 Remi Collet <remi@remirepo.net> - 3.1.0~beta2-1
- update to 3.1.0beta2 (no change)