File: README.md

package info (click to toggle)
php-luasandbox 4.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 620 kB
  • sloc: ansic: 3,700; xml: 2,152; php: 64; makefile: 13; sh: 3
file content (6 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
LuaSandbox is an extension for PHP 7 and PHP 8 to allow safely
running untrusted Lua 5.1 code from within PHP, which will generally
be faster than shelling out to a Lua binary and using inter-process
communication.

For more details see <https://www.mediawiki.org/wiki/LuaSandbox>.