PHP-JS 1.1.0
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.