v8js pecl.php.net V8 Javascript Engine for PHP This extension embeds Google's V8 Javascript Engine into PHP. Patrick Reilly preilly preilly@php.net yes Stefan Siegl stesie stesie@php.net yes 2016-03-05 0.5.0 0.5.0 stable stable The MIT License (MIT) - Export public methods on classes derived from \V8Js to V8 - Support V8 compiled with external snapshots - Allow to create custom snapshots of V8 heaps - Allow to create V8 contexts based on custom snapshots generated earlier - Support V8 5.1 well 5.4 1.4.0 v8js 2010-12-30 0.1.0 0.1.0 beta beta PHP - Initial PECL release. 0.1.1 0.1.1 beta beta 2010-12-31 PHP - 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.3 0.1.3 beta beta 2012-07-06 PHP - 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.4 0.1.4 beta beta The MIT License (MIT) 2013-09-28 - Added time/memory limit support - Moved to The MIT License (MIT) 0.1.5 0.1.5 beta beta 2015-03-13 The MIT License (MIT) - Fix package 0.2.0 0.2.0 beta beta 2015-03-13 The 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.1 0.2.1 beta beta 2015-07-26 The 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 0.2.2 0.2.2 beta beta 2015-08-26 The MIT License (MIT) - Fix CommonJS module caching - Fix use-after-free issue on CommonJS module reuse - Fix memory leaks in CommonJS module loader - Fix memory leak regarding lost script resources (compileScript call et al) - Improve V8Function call performance 0.2.3 0.2.3 beta beta 2015-08-27 The MIT License (MIT) - Fix FLAG_FORCE_ARRAY affecting V8Function objects - Fix memory leak with repeated calls of methods on exported PHP objects 0.2.4 0.2.4 beta beta 2015-09-01 The MIT License (MIT) - Fix memory leak with repeated Array exports from PHP to JS 0.2.5 0.2.5 beta beta 2015-09-23 The MIT License (MIT) - Stop JS execution on PHP exceptions (instead of continuing silently) - Allow propagation of PHP exceptions to JS context (disabled by default) - Add v8js.compat_php_exceptions php.ini switch to switch previous behaviour back on 0.2.6 0.2.6 beta beta 2015-09-26 The MIT License (MIT) - Fix reference counting issue on PHP->JS->PHP exception propagation 0.3.0 0.3.0 stable stable 2015-10-11 The MIT License (MIT) - Fix multi-threading with pthreads extension - Remove v8 debug agent support (which is unsupported by V8 since 3.28.4) 0.4.0 0.4.0 stable stable 2015-12-07 The MIT License (MIT) - Improve -Wno-c++11-narrowing/-Wno-narrowing flag detection (clang/gcc5 support) - Added ability to set properties on V8Function - CommonJS modules now have access to V8Js' var_dump function - V8JsScriptExtensions now reference the normalised module id (instead of just "require") - fatal PHP errors triggered in setModuleLoader callback are now handled gracefully - setModuleLoader callback is now allowed to return an empty string as source of module - V8Js' internal module path normalisation may now be overrode using setModuleNormaliser 0.4.1 0.4.1 stable stable 2016-01-08 The MIT License (MIT) - Fix PHP.var_dump output on regexp objects (for consistency over all V8 versions) - Fix "this" on V8Object method invocations 0.5.0 0.5.0 stable stable 2016-03-05 The MIT License (MIT) - Export public methods on classes derived from \V8Js to V8 - Support V8 compiled with external snapshots - Allow to create custom snapshots of V8 heaps - Allow to create V8 contexts based on custom snapshots generated earlier - Support V8 5.1 well