summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-06-29 06:33:05 +0200
committerRemi Collet <remi@remirepo.net>2019-06-29 06:33:05 +0200
commit13a6abfc3708fbcf920a50641250061b71dacedc (patch)
tree8e4f6fb1a28b7b527f240db5dd655d33caac489a
parent160a507c931681904e0b35524e5496f7ff750474 (diff)
v2.8.0alpha1
-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 fc24857..b59d829 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
xdebug
xdebug support => enabled
-Version => 2.8.0-dev
+Version => 2.8.0alpha1
IDE Key => remi
Support Xdebug on Patreon: https://www.patreon.com/bePatron?u=7864328
diff --git a/REFLECTION b/REFLECTION
index 16ad1f6..b8acf3a 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #97 xdebug version 2.8.0-dev ] {
+Extension [ <persistent> extension #98 xdebug version 2.8.0alpha1 ] {
- INI {
Entry [ xdebug.auto_trace <ALL> ]
diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec
index ea7d070..8e4b1b4 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 01167bd6f83956b39c5812772bdb3008cd36ab55
+%global gh_commit f6b96e69868b3a243ac9985c962a4b158a8dd7f9
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
-%global gh_date 20190614
+#global gh_date 20190614
%global with_tests 0%{!?_without_tests:1}
%global upstream_version 2.8.0
-#global upstream_prever dev
-%global upstream_lower DEV
+%global upstream_prever alpha1
+%global upstream_lower alpha1
# XDebug should be loaded after opcache
%global ini_name 15-%{pecl_name}.ini
@@ -304,6 +304,9 @@ fi
%changelog
+* Sat Jun 29 2019 Remi Collet <remi@remirepo.net> - 2.8.0~alpha1-1
+- update to 2.8.0alpha1
+
* Fri Jun 14 2019 Remi Collet <remi@remirepo.net> - 2.8.0~DEV-1.20190614.01167bd
- refresh with PR merged