The
Lua interpreter is available on all of our servers. The path to it is:
/usr/bin/lua
Or via PHP extension. Please note that this extension works with PHP 7 and PHP 8.
To enable the Lua extension, you need to add the following line to the account’s php.ini file (or in a local php.ini file):
extension=lua.so
No Comments yet!