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 ) |
0.1.2 |
* Allow the extension to compile on Ubuntu/Debian * Removed a cyclic reference bug when converting values from Javascript |
0.1.1 |
* Bug correction on NULL values that would make the app segfault * Several optimisations on types conversion * Added tell() function on streams * Created tests for "make test" |
0.1.0 |
- First public release - Compile in ZTS mode - JSRuntime removed for easier usage - Properties works on objects - Allow to export classes |