Skip to content

Commit 2b2c476

Browse files
committed
Add pointer to master (aka php 5.x) branch
1 parent 9827224 commit 2b2c476

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

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

66
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.
77

8+
**This is the PHP 7 branch of V8Js**, it requires PHP 7 and does *not* compile against PHP 5.x versions.
9+
If you're running PHP 5.x, see the [master branch](https://github.com/preillyme/v8js/tree/master)
10+
of this repository.
11+
812

913
Minimum requirements
1014
--------------------
@@ -16,10 +20,9 @@ Minimum requirements
1620
V8 implements ECMAScript as specified in ECMA-262, 5th edition.
1721
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.
1822

19-
- PHP 5.3.3+
23+
- PHP 7.0.0+
2024

2125
This embedded implementation of the V8 engine uses thread locking so it should work with ZTS enabled.
22-
However, this has not been tested yet.
2326

2427

2528
Compiling latest version

0 commit comments

Comments
 (0)