diff options
author | Remi Collet <remi@remirepo.net> | 2017-11-27 09:37:24 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-11-27 09:37:24 +0100 |
commit | 9305a3bc21ba110cc521b880cdb63ec5c7ee22de (patch) | |
tree | e9920b816094d9730fba4e06e5cc6958eb32a400 /REFLECTION | |
parent | b0f2984c52a3d74ddcfc7f0188fb8258b02bd000 (diff) |
Update to 2.0.0
add workaround for missing symlinks in v8-devel rhbz#1517657
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #145 v8js version 1.4.0 ] { +Extension [ <persistent> extension #156 v8js version 2.0.0 ] { - INI { Entry [ v8js.flags <ALL> ] @@ -13,9 +13,6 @@ Extension [ <persistent> extension #145 v8js version 1.4.0 ] { Entry [ v8js.use_array_access <ALL> ] Current = '0' } - Entry [ v8js.compat_php_exceptions <ALL> ] - Current = '0' - } } - Classes [8] { @@ -32,7 +29,7 @@ Extension [ <persistent> extension #145 v8js version 1.4.0 ] { } - Static methods [3] { - Method [ <internal:v8js> static public method registerExtension ] { + Method [ <internal, deprecated:v8js> static public method registerExtension ] { - Parameters [4] { Parameter #0 [ <required> $extension_name ] @@ -42,7 +39,7 @@ Extension [ <persistent> extension #145 v8js version 1.4.0 ] { } } - Method [ <internal:v8js> static public method getExtensions ] { + Method [ <internal, deprecated:v8js> static public method getExtensions ] { - Parameters [0] { } @@ -119,13 +116,13 @@ Extension [ <persistent> extension #145 v8js version 1.4.0 ] { } } - Method [ <internal:v8js> public method getPendingException ] { + Method [ <internal, deprecated:v8js> public method getPendingException ] { - Parameters [0] { } } - Method [ <internal:v8js> public method clearPendingException ] { + Method [ <internal, deprecated:v8js> public method clearPendingException ] { - Parameters [0] { } |