JavaScript engine for PHP
This extension allow you to embed Mozilla's Javascript engine Spidermonkey in PHP.
License: PHP License
This package is not maintained, if you would like to take over please go to this page.
Version | Release | Download |
1.0.0 | 2012-04-19 | spidermonkey-1.0.0.tgz |
0.2.1 | 2012-04-17 | spidermonkey-0.2.1.tgz |
0.2.0 | 2012-03-09 | spidermonkey-0.2.0.tgz |
0.1.4 | 2010-02-23 | spidermonkey-0.1.4.tgz |
0.1.3 | 2009-10-05 | spidermonkey-0.1.3.tgz |
Version | Message |
1.0.0 |
* Fixed package * Fixed compilation issue on 5.3 * Bumped version to 1.0.0 to prevent PECL from complaining about the version |
0.2.1 | * Fixed compilation for 5.4 |
0.2.0 | * Added support for spidermonkey 1.8.5 |
0.1.4 |
* Fixed bugs 16866, 16876, 16890, 16983: * Bug 16866: Returning empty string from static function causes segmentation fault * Bug 16876: Empty string as a parameter causes segfault ( same as 16866 ) * Bug 16890: Variable is cleaned while being used in JS * Bug 16983: Problems with registering classes containing __get() * Added compatibility with spidermonkey 1.9 |
0.1.3 | * Fixed several segfault ( thanks to clay and rrichards ) |