Version | Message |
2.0.7 | - Fixed windows build for 7.4 |
2.0.6 | - Fixed Hash Recursive Detecting in PHP-7.3 |
2.0.5 |
- Refactor LuaClosure. (SaraG) - Fix non-string member access in read/write prop. (SaraG) - Fix allocation of lua object. (SaraG) |
2.0.4 | - Fixed bug #73964 (Segmentation fault) |
2.0.3 | - Fixed issue #20 (PHP 7: Lua::eval(): unsupported type `unknown' for lua) |
2.0.2 | - Fixed issue #22 (Boolean FALSE is always TRUE) |
2.0.1 | - Fixed bug #71997 (One-Dimensional arrays cause segmentation faults) |
2.0.0 | - Release lua for PHP7 |
1.1.0 |
- Fixed #65097 (nApplyCount release missing) (emptyhua at gmail dot com) - Trigger E_STRICT when pass an array with index '0' to lua instead of ignoring it - added support for callable functions and closures as values returned injected into lua engine (harald at octris dot org) |
1.0.0 | - Release stable version |
0.9.4 | - Compatible with lua 5.2 |
0.9.3 |
- Fix build on windows - Fix build when building lua with static |
0.9.2 | - Fixed bug #60641 (PECL install lua with lua5.1 packages) |
0.9.1 |
- Compatible with PHP5.3+ - Fix ZTS build - Fix mem leak when get value from lua |
0.9.0 | - Merge Plua into Lua |