LuaSandbox 4.1.3

Lua interpreter with limits and safe environment


LuaSandbox is an extension for running untrusted Lua code within a PHP web request. Code is run in a stripped-down, safe environment. Time and memory limits can be set.

License: MIT

Changes

- Support PHP 8.5 (Patch by Remi Collet)
- Fix segfault in unpack