mirror of
https://github.com/phpv8/v8js.git
synced 2025-01-03 15:41:55 +00:00
Update README, removed build badge, require V8 3.22.3
GitHub now caches the build badge image if it is served via HTTP. However the Jenkins box has no SSL certificate, hence I had to remove the badge.
This commit is contained in:
parent
8858bf5f27
commit
985307dc91
@ -1,8 +1,6 @@
|
|||||||
V8Js
|
V8Js
|
||||||
====
|
====
|
||||||
|
|
||||||
[![Build Status](http://jenkins.brokenpipe.de/job/v8js/badge/icon)](http://jenkins.brokenpipe.de/job/v8js/)
|
|
||||||
|
|
||||||
V8Js is a PHP extension for Google's V8 Javascript engine.
|
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.
|
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.
|
||||||
@ -16,9 +14,9 @@ Minimum requirements
|
|||||||
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.
|
||||||
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 already uses the new persistence API, hence the need for 3.21.12 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.22.3 or above.
|
||||||
|
|
||||||
For a detailed overview of which V8 version V8Js can be successfully build against, see the [Jenkins V8Js job list](http://jenkins.brokenpipe.de/view/v8js-with-v8-versions/).
|
For a detailed overview of which V8 version V8Js can be successfully built against, see the [Jenkins V8Js job list](http://jenkins.brokenpipe.de/view/v8js-with-v8-versions/).
|
||||||
|
|
||||||
- PHP 5.3.3+
|
- PHP 5.3.3+
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user