From eefd6a6c8a55ba5b7ec9592d8a66f263508ef6aa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 19 Apr 2019 07:01:25 +0200 Subject: v2.0.3 --- PHPINFO | 2 +- REFLECTION | 9 +++++++-- php-pecl-runkit7.spec | 5 ++++- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 26b4cbf..fa7f2b7 100644 --- a/PHPINFO +++ b/PHPINFO @@ -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 diff --git a/REFLECTION b/REFLECTION index 48476b7..9a4ee68 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #142 runkit version 2.0.2 ] { +Extension [ extension #142 runkit version 2.0.3 ] { - INI { Entry [ runkit.superglobal ] @@ -17,7 +17,7 @@ Extension [ 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 [ extension #142 runkit version 2.0.2 ] { } } Function [ function runkit_import ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ $flags ] + } } Function [ 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 - 2.0.3-1 +- update to 2.0.3 + * Fri Apr 5 2019 Remi Collet - 2.0.2-1 - update to 2.0.2 -- cgit