I'd like to disable the use of the exec() function in my PHP. Can this be done?
|
Yes, you can disable it in your php.ini. Search for the line
disable_functions = and change it: disable_functions = exec Don't forget to restart Apache afterwards.
|







Recent comments
12 hours 8 min ago
15 hours 44 min ago
2 days 5 hours ago
2 days 23 hours ago
2 days 23 hours ago
3 days 2 hours ago
5 days 11 hours ago
5 days 14 hours ago
6 days 50 min ago
6 days 53 min ago