You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,13 @@ V8Js
8
8
9
9
V8Js is a PHP extension for Google's V8 Javascript engine.
10
10
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.
12
14
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)
0 commit comments