v8js 0.6.2

V8 Javascript Engine for PHP


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

License: The MIT License (MIT)

Changes

- Pass back V8Object instances, don't re-wrap
- Retain object identity on 'return $this'
- Retain object identity on JS-side 'return this'