0
0
mirror of https://github.com/phpv8/v8js.git synced 2025-01-03 10:21:51 +00:00

Add link to omahaproxy

This commit is contained in:
Stefan Siegl 2015-11-20 18:55:26 +01:00
parent ca6e0e241b
commit ff172f48ce

View File

@ -22,6 +22,10 @@ Minimum requirements
V8 implements ECMAScript as specified in ECMA-262, 5th edition.
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.
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).
For a version overview see https://omahaproxy.appspot.com/.
- PHP 5.3.3+
This embedded implementation of the V8 engine uses thread locking so it works with ZTS enabled.