Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 367 Bytes

File metadata and controls

17 lines (11 loc) · 367 Bytes

PHP 7.2 wit LUA extension

PHP 7.2 based image with built-in LUA scripting extension.

Usage

docker run --rm -ti clickandmortar/php:7.2-lua php -r '$lua = new Lua(); echo $lua->eval("print(\"Hello lua!\");").PHP_EOL;'

Will output:

Hello lua!

See official PHP documentation for LUA usage.