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.
Updated by krileon over 9 years ago
- Status changed from Assigned to Rejected
- Target version deleted (
6.3.0) - % Done changed from 0 to 100
Updated by krileon over 9 years ago
- Status changed from Rejected to Resolved
- Target version set to 6.3.0
Actions