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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,10 @@ Minimum requirements
22
22
V8 implements ECMAScript as specified in ECMA-262, 5th edition.
23
23
This extension makes use of V8 isolates to ensure separation between multiple V8Js instances and uses the new isolate-based mechanism to throw exceptions, hence the need for 3.24.6 or above.
24
24
25
+
V8 releases are published rather quickly and the V8 team usually provides security support
26
+
for the version line shipped with the Chrome browser (stable channel) and newer (only).
27
+
For a version overview see https://omahaproxy.appspot.com/.
28
+
25
29
- PHP 5.3.3+
26
30
27
31
This embedded implementation of the V8 engine uses thread locking so it works with ZTS enabled.
0 commit comments