Skip to content

PHP-JS 1.1.0

Compare
Choose a tag to compare
@RafalGoslawski RafalGoslawski released this 06 Nov 11:10
· 17 commits to master since this release

This release has several bugfixes and some new features

  • Fix segfault when returning an object constructed in JS
  • Isolate uses thread_local, which might fix intermittent crashes
  • Implemented calling member functions on JS objects from PHP and return a Date object as object instead of string
  • Added automagic string casting for JS objects
  • You can now set a timeout when executing evaluate. Not specifying a timeout or setting it to 0 means no timeout.