mirror of
https://github.com/phpv8/v8js.git
synced 2024-11-08 15:48:40 +00:00
fixed link to Google v8 repository
fixed link to Google v8 repository (https://github.com/v8/v8 is deprecated)
This commit is contained in:
parent
e07ea80805
commit
96a1b3848a
@ -9,7 +9,7 @@ The extension allows you to execute Javascript code in a secure sandbox from PHP
|
|||||||
Minimum requirements
|
Minimum requirements
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
- V8 Javascript Engine library (libv8) master <https://github.com/v8/v8/> (trunk)
|
- V8 Javascript Engine library (libv8) master <https://github.com/v8/v8-git-mirror> (trunk)
|
||||||
|
|
||||||
V8 is Google's open source Javascript engine.
|
V8 is Google's open source Javascript engine.
|
||||||
V8 is written in C++ and is used in Google Chrome, the open source browser from Google.
|
V8 is written in C++ and is used in Google Chrome, the open source browser from Google.
|
||||||
|
Loading…
Reference in New Issue
Block a user