summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-06-17 06:41:45 +0200
committerRemi Collet <remi@remirepo.net>2019-06-17 06:41:45 +0200
commit86bdec01fa55d7142e20ac9a58af86595b2c9043 (patch)
tree5760102f21c804372acb5df71a14cc23d0ad8a3a
parent2809da7279e7a0c144a471f6b8c9d6f98f70f703 (diff)
v3.0.0
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-runkit7.spec5
3 files changed, 6 insertions, 3 deletions
diff --git a/PHPINFO b/PHPINFO
index fb1a7c7..6231cd7 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
runkit7
runkit7 support => enabled
-version => 3.0.0RC1
+version => 3.0.0
Custom Superglobal support => enabled
Sandbox Support => disable or unavailable
Runtime Manipulation => enabled
diff --git a/REFLECTION b/REFLECTION
index e3e423a..dae7339 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #142 runkit7 version 3.0.0RC1 ] {
+Extension [ <persistent> extension #142 runkit7 version 3.0.0 ] {
- INI {
Entry [ runkit.superglobal <PERDIR,SYSTEM> ]
diff --git a/php-pecl-runkit7.spec b/php-pecl-runkit7.spec
index f90c1a7..6b4b334 100644
--- a/php-pecl-runkit7.spec
+++ b/php-pecl-runkit7.spec
@@ -21,7 +21,7 @@
%global with_tests 0%{!?_without_tests:1}
%global upstream_version 3.0.0
-%global upstream_prever RC1
+#global upstream_prever RC1
Name: %{?sub_prefix}php-pecl-%{proj_name}
Summary: For all those things you... shouldn't have been doing anyway... but surely do!
@@ -235,6 +235,9 @@ fi
%endif
%changelog
+* Mon Jun 17 2019 Remi Collet <remi@remirepo.net> - 3.0.0-1
+- update to 3.0.0
+
* Fri Jun 7 2019 Remi Collet <remi@remirepo.net> - 3.0.0~RC1-1
- update to 3.0.0RC1
- extension renamed from runkit to runkit7