1.2.1532. ext/lua

Extension Lua.

‘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.

<?php
$lua = new Lua();
$lua->eval(<<<CODE
    print(2);
CODE
);
?>

See also ext/lua manual and LUA.

1.2.1532.1. Specs

Short name

Extensions/Extlua

Rulesets

All, Appinfo, CE

Exakat since

0.8.4

PHP Version

All

Severity

Time To Fix

Precision

High

Features

pecl

Available in

Entreprise Edition, Community Edition, Exakat Cloud