summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-xdebug.spec11
3 files changed, 9 insertions, 6 deletions
diff --git a/PHPINFO b/PHPINFO
index fe79b48..a4d3595 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
xdebug
xdebug support => enabled
-Version => 2.8.0beta2
+Version => 2.8.0
IDE Key => remi
Support Xdebug on Patreon: https://www.patreon.com/bePatron?u=7864328
diff --git a/REFLECTION b/REFLECTION
index 7b5dd40..9fbc3b9 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #201 xdebug version 2.8.0beta2 ] {
+Extension [ <persistent> extension #202 xdebug version 2.8.0 ] {
- INI {
Entry [ xdebug.auto_trace <ALL> ]
diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec
index ff3a49a..bed6071 100644
--- a/php-pecl-xdebug.spec
+++ b/php-pecl-xdebug.spec
@@ -19,13 +19,13 @@
%global pecl_name xdebug
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
-%global gh_commit f1bde951b797bd6669a5ba677d98214b5c3ac315
+%global gh_commit 1a7976906e8b003645d32a54dbd059ca7e2ed513
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
#global gh_date 20190614
%global with_tests 0%{!?_without_tests:1}
%global upstream_version 2.8.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
@@ -36,7 +36,7 @@ Version: %{upstream_version}%{?upstream_lower:~%{upstream_lower}}
%if 0%{?gh_date:1}
Release: 2.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%else
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%endif
# The Xdebug License, version 1.01
@@ -301,6 +301,9 @@ fi
%changelog
+* Thu Oct 31 2019 Remi Collet <remi@remirepo.net> - 2.8.0-1
+- update to 2.8.0
+
* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 2.8.0~beta2-2
- rebuild for 7.4.0RC1