Skip to content

Tags: tanyaguru/PHP-JS

Tags

v1.4.0

Toggle v1.4.0's commit message
Updated PHP-JS to use the new PHP-CPP extension API and made booleans…

… work correctly for PHP 7

v1.3.0

Toggle v1.3.0's commit message
Run foreground tasks on the isolate thread they should run on, cancel…

… tasks scheduled in the future when the isolate is destructed

v1.2.0

Toggle v1.2.0's commit message
Manually track external references, as v8 does not appear capable of …

…freeing externals in a timely manner - not even if you shutdown the entire v8 platform

v1.1.0

Toggle v1.1.0's commit message
Made the isolate used thread_local, which might fix intermittent crashes

v1.0.3

Toggle v1.0.3's commit message
renamed PxJavascript extension to PHP-JS

v1.0.2

Toggle v1.0.2's commit message
Work around issues in persistent handles to prevent v8 from tripping …

…over too many handles

v1.0.1

Toggle v1.0.1's commit message
Remove custom memory allocation routines: We'll stick with the 4.4.9.…

…1 of the v8 engine where this is not necessary since it appears to be much faster

v1.0

Toggle v1.0's commit message
Also allow returning the original ecmascript object from PHP