diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-runkit7.spec | 5 |
3 files changed, 6 insertions, 3 deletions
@@ -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 @@ -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 |