Skip to content

Commit 671099e

Browse files
committed
Mention "untrusted code mitigations" in README
1 parent 52b9aa4 commit 671099e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ V8Js
88

99
V8Js is a PHP extension for Google's V8 Javascript engine.
1010

11-
The extension allows you to execute Javascript code in a secure sandbox from PHP. The executed code can be restricted using a time limit and/or memory limit. This provides the possibility to execute untrusted code with confidence.
11+
The extension allows you to execute Javascript code in a secure sandbox from PHP. The executed code
12+
can be restricted using a time limit and/or memory limit. This provides the possibility to execute
13+
untrusted code with confidence.
1214

13-
**This is the PHP 7 branch of V8Js**, it requires PHP 7 and does *not* compile against PHP 5.x versions.
14-
If you're running PHP 5.x, see the [master branch](https://github.com/phpv8/v8js/tree/master)
15-
of this repository.
15+
If you execute untrusted JavaScript code, make sure to **use V8 version 6.4.388.18 or higher**.
16+
See notes on [untrusted code mitigations](https://github.com/v8/v8/wiki/Untrusted-code-mitigations)
17+
for further details.
1618

1719

1820
Minimum requirements

0 commit comments

Comments
 (0)