Prechádzať zdrojové kódy

Add link to omahaproxy

Stefan Siegl 10 rokov pred
rodič
commit
ff172f48ce
1 zmenil súbory, kde vykonal 4 pridanie a 0 odobranie
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -22,6 +22,10 @@ Minimum requirements
 	V8 implements ECMAScript as specified in ECMA-262, 5th edition.
 	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.
     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+
 - PHP 5.3.3+
 
 
   This embedded implementation of the V8 engine uses thread locking so it works with ZTS enabled.
   This embedded implementation of the V8 engine uses thread locking so it works with ZTS enabled.