php.ini disable_functions setting?
Posted: Sun Feb 20, 2011 9:20 am
Hi,
Does anyone have a list of function names that can safely be listed for disable_functions in php.ini, without breaking any core CMSMS functionality?
Many thanks!
- Martin
Does anyone have a list of function names that can safely be listed for disable_functions in php.ini, without breaking any core CMSMS functionality?
Many thanks!
- Martin
Code: Select all
From PHP.INI...
; This directive allows you to disable certain functions for security reasons.
; It receives a comma-delimited list of function names. This directive is
; *NOT* affected by whether Safe Mode is turned On or Off.
; http://php.net/disable-functions
disable_functions =