Skip to content

0.0.2

Compare
Choose a tag to compare
@cscott cscott released this 23 Oct 04:31
· 103 commits to master since this release
  • Add synchronous PHP access to JavaScript variables, functions, and
    methods.
  • Wrap JavaScript Buffer objects so they can be passed from PHP to JS.
    This allows us to avoid decoding/re-encoding UTF-8 when we stream
    data back from PHP.
  • Node >= 2.4.0 is now required, due to use of C++11 features and
    v8's NativeWeakMap.