v8js

pecl install v8js

V8 Javascript Engine for PHP

This extension embeds Google's V8 Javascript Engine into PHP.

Maintainer

  • Patrick Reilly (lead )
  • Stefan Siegl (lead )
  • Jani Taskinen (lead )

Details

Stars: 1798
Issue openned: 21
Downloads: 399918
0.4.0
8 years ago
Version 0.4.0 change log


- 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

requires:

  • php >=5.4
  • pearinstaller >=1.4.0