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.2.5
8 years ago
Version 0.2.5 change log


- 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

requires:

  • php >=5.4
  • pearinstaller >=1.4.0