From 9305a3bc21ba110cc521b880cdb63ec5c7ee22de Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Nov 2017 09:37:24 +0100 Subject: Update to 2.0.0 add workaround for missing symlinks in v8-devel rhbz#1517657 --- REFLECTION | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index c8300d4..0f0d46c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #145 v8js version 1.4.0 ] { +Extension [ extension #156 v8js version 2.0.0 ] { - INI { Entry [ v8js.flags ] @@ -13,9 +13,6 @@ Extension [ extension #145 v8js version 1.4.0 ] { Entry [ v8js.use_array_access ] Current = '0' } - Entry [ v8js.compat_php_exceptions ] - Current = '0' - } } - Classes [8] { @@ -32,7 +29,7 @@ Extension [ extension #145 v8js version 1.4.0 ] { } - Static methods [3] { - Method [ static public method registerExtension ] { + Method [ static public method registerExtension ] { - Parameters [4] { Parameter #0 [ $extension_name ] @@ -42,7 +39,7 @@ Extension [ extension #145 v8js version 1.4.0 ] { } } - Method [ static public method getExtensions ] { + Method [ static public method getExtensions ] { - Parameters [0] { } @@ -119,13 +116,13 @@ Extension [ extension #145 v8js version 1.4.0 ] { } } - Method [ public method getPendingException ] { + Method [ public method getPendingException ] { - Parameters [0] { } } - Method [ public method clearPendingException ] { + Method [ public method clearPendingException ] { - Parameters [0] { } -- cgit