Skip to content

Commit 6779cc5

Browse files
committed
add note on PHP7 branch
1 parent 8c623e3 commit 6779cc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ V8Js is a PHP extension for Google's V8 Javascript engine.
99

1010
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.
1111

12+
**This is the PHP 5.x branch of V8Js**. The PHP7 supporting version of V8Js is maintained
13+
in the [php7 branch](https://github.com/preillyme/v8js/tree/php7) of this repository.
1214

1315
Minimum requirements
1416
--------------------

0 commit comments

Comments
 (0)