diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 9 | ||||
-rw-r--r-- | php-pecl-runkit7.spec | 5 |
3 files changed, 12 insertions, 4 deletions
@@ -2,7 +2,7 @@ runkit runkit support => enabled -version => 2.0.2 +version => 2.0.3 Custom Superglobal support => enabled Sandbox Support => disable or unavailable Runtime Manipulation => enabled @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #142 runkit version 2.0.2 ] { +Extension [ <persistent> extension #142 runkit version 2.0.3 ] { - INI { Entry [ runkit.superglobal <PERDIR,SYSTEM> ] @@ -17,7 +17,7 @@ Extension [ <persistent> extension #142 runkit version 2.0.2 ] { Constant [ integer RUNKIT_IMPORT_CLASS_STATIC_PROPS ] { 16 } Constant [ integer RUNKIT_IMPORT_CLASSES ] { 30 } Constant [ integer RUNKIT_IMPORT_OVERRIDE ] { 32 } - Constant [ string RUNKIT_VERSION ] { 2.0.2 } + Constant [ string RUNKIT_VERSION ] { 2.0.3 } Constant [ integer RUNKIT_ACC_RETURN_REFERENCE ] { 67108864 } Constant [ integer RUNKIT_ACC_PUBLIC ] { 256 } Constant [ integer RUNKIT_ACC_PROTECTED ] { 512 } @@ -48,6 +48,11 @@ Extension [ <persistent> extension #142 runkit version 2.0.2 ] { } } Function [ <internal:runkit> function runkit_import ] { + + - Parameters [2] { + Parameter #0 [ <required> $filename ] + Parameter #1 [ <optional> $flags ] + } } Function [ <internal:runkit> function runkit_function_add ] { diff --git a/php-pecl-runkit7.spec b/php-pecl-runkit7.spec index 739534c..1697594 100644 --- a/php-pecl-runkit7.spec +++ b/php-pecl-runkit7.spec @@ -20,7 +20,7 @@ %global ini_name 40-%{pecl_name}.ini %global with_tests 0%{!?_without_tests:1} -%global upstream_version 2.0.2 +%global upstream_version 2.0.3 #global upstream_prever RC1 Name: %{?sub_prefix}php-pecl-%{proj_name} @@ -231,6 +231,9 @@ fi %endif %changelog +* Fri Apr 19 2019 Remi Collet <remi@remirepo.net> - 2.0.3-1 +- update to 2.0.3 + * Fri Apr 5 2019 Remi Collet <remi@remirepo.net> - 2.0.2-1 - update to 2.0.2 |