v8jspecl.php.netV8 Javascript Engine for PHPThis extension embeds Google's V8 Javascript Engine into PHP.Patrick Reillypreillypreilly@php.netyesStefan Sieglstesiestesie@php.netyes2015-07-260.2.10.2.1betabetaThe MIT License (MIT)
- adapt to latest v8 API (v8 versions from 3.24.6 up to latest 4.6 branch supported now)
- fixed FLAG_FORCE_ARRAY behaviour regarding property assignments
- properly stop (and restart) timer thread (for memory & cpu limits)
- fixed crash on failed module bootstrapping
5.41.4.0v8js2010-12-300.1.00.1.0betabetaPHP
- Initial PECL release.
0.1.10.1.1betabeta2010-12-31PHP
- Fixed crash bug in setting v8.flags ini directive.
- Added notice to registerExtension() if trying to use it when V8 is already initialized.
0.1.30.1.3betabeta2012-07-06PHP
- Fixed build in PHP 5.4+
- Fixed bug #59553 (can't build due to missing class member)
- Fixed crash bug in setting v8.flags ini directive.
- Added notice to registerExtension() if trying to use it when V8 is already initialized.
0.1.40.1.4betabetaThe MIT License (MIT)2013-09-28
- Added time/memory limit support
- Moved to The MIT License (MIT)
0.1.50.1.5betabeta2015-03-13The MIT License (MIT)
- Fix package
0.2.00.2.0betabeta2015-03-13The MIT License (MIT)
- adapt to latest v8 API (v8 versions from 3.24.6 up to latest 4.3 branch supported now)
- v8 debugging support
- apply time & memory limits to V8Function calls
- support mapping of PHP objects implementing ArrayAccess to native arrays
- new API to set limits: setTimeLimit & setMemoryLimit methods on V8Js object
- typesafe JavaScript function wrappers
- improved back-and-forth object passing (rewrapping, correcty isolate unlocking)
- fix property and method visibility issues
- fix memory leaks
0.2.10.2.1betabeta2015-07-26The MIT License (MIT)
- adapt to latest v8 API (v8 versions from 3.24.6 up to latest 4.6 branch supported now)
- fixed FLAG_FORCE_ARRAY behaviour regarding property assignments
- properly stop (and restart) timer thread (for memory & cpu limits)
- fixed crash on failed module bootstrapping