From ff172f48ceb6952ca8a0abfd2392eb4bf7592839 Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Fri, 20 Nov 2015 18:55:26 +0100 Subject: [PATCH] Add link to omahaproxy --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d48a40e..8cf45a3 100644 --- a/README.md +++ b/README.md @@ -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.