From 6779cc5a614f65ab3684f77d9f0180c912d809ec Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Mon, 5 Oct 2015 21:59:11 +0200 Subject: [PATCH] add note on PHP7 branch --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3514abe..ac53759 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ V8Js is a PHP extension for Google's V8 Javascript engine. 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. +**This is the PHP 5.x branch of V8Js**. The PHP7 supporting version of V8Js is maintained +in the [php7 branch](https://github.com/preillyme/v8js/tree/php7) of this repository. Minimum requirements --------------------