Tag Archives: Lua

03/31/2010
Comments

Sandboxed Lua via PHP

I adapted Fran Rogers’s Lua MediaWiki extension into a library named Looah. It runs Lua code in a sandbox from PHP, which allows you to execute Lua code provided by users. Right now it supports limits on recursion depth, the … Continue reading