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.netyesHelmut Januschkahjanuschkahelmut@januschka.comyes2013-10-231.1.01.1.0betabetaPHP
- 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)
5.1.01.4.0lua2012-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