Embedded lua interpreter
"Lua is a powerful, fast, light-weight, embeddable scripting language."
This extension embeds the lua interpreter and offers an OO-API to lua variables and functions.
License: PHP
Version | Release | Download |
2.0.7 | 2020-03-10 | lua-2.0.7.tgz |
2.0.6 | 2018-12-21 | lua-2.0.6.tgz |
2.0.5 | 2017-12-31 | lua-2.0.5.tgz |
2.0.4 | 2017-07-12 | lua-2.0.4.tgz |
2.0.3 | 2017-02-10 | lua-2.0.3.tgz |
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) |