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

Support V8 7.1 #382

Closed stesie closed 6 years ago

stesie commented 6 years ago

This PR adds support for recent V8 versions like 6.9 and higher.

Timezones behaviour is known to be broken with V8 6.7 and higher, see #378 for details.

closes #374