phpv8 / php-v8

PHP extension for V8 JavaScript engine
https://php-v8.readthedocs.io
MIT License
217 stars 14 forks source link

Review recent changes to V8 public API #83

Closed pinepain closed 6 years ago

pinepain commented 6 years ago

It mostly mean to review https://github.com/v8/v8/commits/master/include/v8.h commits and figure our which one are relevant and what we have to implement and create issues for each specific feature or group of features.

pinepain commented 6 years ago

At the moment we lack of modules and dynamic import support which recently went stable and also some minor APIs. Created tasks to implement relevant v8 changes in php-v8.