Skip to content

Latest commit

 

History

History
 
 

7.2-lua

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.