phpv8 / v8js

V8 Javascript Engine for PHP — This PHP extension embeds the Google V8 Javascript Engine
http://pecl.php.net/package/v8js
MIT License
1.84k stars 200 forks source link

Handle API removal of CreateDefaultPlatform #395

Closed timothympace closed 5 years ago

timothympace commented 5 years ago

Description

V8 has removed CreateDefaultPlatform in favor of using NewDefaultPlatform.

stesie commented 5 years ago

Hej Tim, thank you for contributing :)

LGTM