disabling values in php.ini on linux servers CL2

cdog

Perch
I've had a request from a customer asking to have the following values in php.ini turned off.
register globals
multibyte string input

I have mentioned that he can upload his own php.ini file with these settings updated or to use ini_set directives from within his .php files.

Im not a php coder so im not sure if thats the way for him to go. Is anyone able to tell me the default value of these in the linux servers php installations on cluster 2 or if my advice to him is a suitable solution

Thanks in advance
 
Please open a ticket or send us email with mention domain name.
we will do that and give you all information.
 
Just to finalise this thread and for those who may be interested.
My customer needed settings changed for a drupal installation on a linux server.
Support made the neccessary php configuration value changes in the .htaccess file.
 
Back
Top