scriptbox

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 9b081be9d1721945a03c18560714e1b11909a37a
parent e097948efacfa00cb651a42430ad7fd89ee91968
Author: Jan Dankert <develop@jandankert.de>
Date:   Tue,  7 Jun 2022 23:40:09 +0200

More documentation.

Diffstat:
MREADME.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -195,6 +195,10 @@ _Is it slow?_ Yes, maybe, because there is no cache and no compilation to native PHP code. But this scriptbox targets content management systems which have their own caching. +_Is it safe?_ + +Yes, because the code is sandboxed. No PHP functions are available for the script. The default objects (Math, Number, Array) are safe. But please be careful if you are exposing your internal PHP functions oder objects into the context. + _Why did you do this?_ Because it was possible ;) And I needed a sandboxed DSL (domain specific language) for my CMS. \ No newline at end of file