luapecl.php.netEmbedded 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.Johannes Schlüterjohannesjohannes@php.netyesXinchen Huilaruencelaruence@php.netyesMarcelo Araujomsaraujomsaraujo@php.netyes2017-12-312.0.52.0.5stablestablePHP
- Refactor LuaClosure. (SaraG)
- Fix non-string member access in read/write prop. (SaraG)
- Fix allocation of lua object. (SaraG)
7.0.01.4.0lua2017-12-312.0.52.0.5stablestablePHP License
- Refactor LuaClosure. (SaraG)
- Fix non-string member access in read/write prop. (SaraG)
- Fix allocation of lua object. (SaraG)
2017-07-122.0.42.0.4stablestablePHP License
- Fixed bug #73964 (Segmentation fault)
2017-02-102.0.32.0.3stablestablePHP License
- Fixed issue #20 (PHP 7: Lua::eval(): unsupported type `unknown' for lua)
2016-05-262.0.22.0.2stablestablePHP License
- Fixed issue #22 (Boolean FALSE is always TRUE)
2016-04-112.0.12.0.1betabetaPHP License
- Fixed bug #71997 (One-Dimensional arrays cause segmentation faults)
2015-10-272.0.02.0.0betabetaPHP License
- Release lua for PHP7
2012-10-231.1.01.1.0betabetaPHP License
- 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)
2012-06-241.0.01.0.0stablestablePHP License
- Release stable version
2012-03-190.9.40.9.4betabetaPHP License
- Compatible with lua 5.2
2012-01-120.9.30.9.3betabetaPHP License
- Fix build on windows
- Fix build when building lua with static
2012-01-060.9.20.9.2betabetaPHP License
- Fixed bug #60641 PECL install lua with lua5.1 packages
2011-11-240.9.10.9.1betabetaPHP License
- Compatible with PHP5.3+
- Fix ZTS build
- Fix mem leak when get value from lua
2011-08-030.9.00.9.0betabetaPHP License
- Merge Plua into Lua
- Api changes
- Add supporting for LUA_TFUNCTION