phpv8 / php-v8

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

Pass Isolate pointer to v8::String::Utf8Value constructors #46

Closed pinepain closed 7 years ago

pinepain commented 7 years ago

After we update v8 dependency to 6.3, we have to implement this change.

Related commits in v8: