summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-04-19 07:01:25 +0200
committerRemi Collet <remi@remirepo.net>2019-04-19 07:01:25 +0200
commiteefd6a6c8a55ba5b7ec9592d8a66f263508ef6aa (patch)
treefff1627ac254f8e51896684416c172b1370f97fd
parent1cf37f82ee4e18e8139b90f04293583065b0a395 (diff)
v2.0.3
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION9
-rw-r--r--php-pecl-runkit7.spec5
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 [ <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