Actions
Feature proposal #5214
closedRemove the PHP eval method
Description
Remove the two methods and have the PHP method always use create_function. The scope access of eval is just causing too many issues. If a user doesn't have access to create_function then they simply will have to disable it or don't use the code action with PHP.
Actions