v8 0.1.7

V8 JavaScript engine API for PHP


This extension brings V8 JavaScript engine API to PHP with some abstraction in mind and provides an accurate native V8 C++ API implementation available from PHP.

License: The MIT License (MIT)

Changes

Changes to public API and other important changes which may affect end-user:

- Require v8 >= 6.1.170;
- Fix segfaults on unclean shutdown;