d49127dd4c
The php-lua package provides a PHP extension that embeds the lua interpreter and offers an OO-API to lua variables and functions. https://pecl.php.net/package/lua Based on initial work from Nicolas Carrier <nicolas.carrier@orolia.com> Two patches are present and were retrieved from the following upstream pull request in order to support PHP8: https://github.com/laruence/php-lua/pull/47 Signed-off-by: Herve Codina <herve.codina@bootlin.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
230 B
Plaintext
9 lines
230 B
Plaintext
config BR2_PACKAGE_PHP_LUA
|
|
bool "php-lua"
|
|
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
|
help
|
|
This extension embeds the lua interpreter and offers an
|
|
OO-API to lua variables and functions.
|
|
|
|
https://pecl.php.net/package/lua
|