Package Information |
Summary |
V8 Javascript Engine for PHP |
Maintainers |
Stefan Siegl <
stesie at brokenpipe dot de >
(lead)
[details]
Patrick Reilly <
preilly at php dot net >
(lead)
[details]
|
License |
The MIT License (MIT) |
Description |
This extension embeds Google's V8 Javascript Engine into PHP. |
Release notes
Version 0.5.0
(stable)
|
- Export public methods on classes derived from \V8Js to V8 - Support V8 compiled with external snapshots - Allow to create custom snapshots of V8 heaps - Allow to create V8 contexts based on custom snapshots generated earlier - Support V8 5.1 well |