bear
12-21-2008, 09:15 AM
I have disable_functions in the servers global php.ini to disable some functions for security reasons.
disable_functions = mail,exec,system,passthru
Is it possible to re-enable certain functions on a site by site basis.
setup a custom php.ini for the sites i need the functions re-enabled.
Basically i want to override the main global php.ini with a custom php.ini
on the sites i need the functions enabled.
Is this possible now with interworx setup
thank you
disable_functions = mail,exec,system,passthru
Is it possible to re-enable certain functions on a site by site basis.
setup a custom php.ini for the sites i need the functions re-enabled.
Basically i want to override the main global php.ini with a custom php.ini
on the sites i need the functions enabled.
Is this possible now with interworx setup
thank you