I want to restrict access to PHP functions that my users have access to.
For example, there is a $data object, and the user likes to use if for and echo .
Obviously letting him write PHP would be a serious vulnerability.
Is there a way to run this PHP in the sandbox, or would you recommend any lightweight PHP template engine?
security php sandbox
jantimon
source share