0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-09-19 00:25:18 +00:00

V8 >= 6.9 required

This commit is contained in:
Stefan Siegl 2018-09-14 14:03:42 +02:00
parent 9c45508183
commit 8a1803f9b0
No known key found for this signature in database
GPG Key ID: 73942AF5642F3DDA

View File

@ -26,7 +26,7 @@ Minimum requirements
V8 is written in C++ and is used in Google Chrome, the open source browser from Google.
V8 implements ECMAScript as specified in ECMA-262, 5th edition.
This extension requires V8 4.6.76 or higher.
This extension requires V8 6.9 (6.9.427.18 is known to work) or higher.
V8 releases are published rather quickly and the V8 team usually provides security support
for the version line shipped with the Chrome browser (stable channel) and newer (only).
@ -81,7 +81,6 @@ class V8Js
/**
* Initializes and starts V8 engine and returns new V8Js object with it's own V8 context.
* Snapshots are supported by V8 4.3.7 and higher.
* @param string $object_name
* @param array $variables
* @param array $extensions