Forum Moderators: phranque
It would be great if I could have a php.ini for certain accounts but if I stuck it in their directory they could easily just modify the file circumventing the restriction so I figured httpd.conf might be a possibility.
If you could lend me your collective wisdom I'd really appreciate it.
php.ini:
disable_functions [php.net] string [php.net]This directive allows you to disable certain functions for security [php.net] reasons. It takes on a comma-delimited list of function names. disable_functions is not affected by Safe Mode [php.net].
This directive must be set in
php.iniFor example, you cannot set this inhttpd.conf.