I've noticed that if I use a php.ini local all Zend modules get cleaned and all options from the php.ini global return to a default.
eg: if you enable register_globals, you'll also be enabling allow_url_fopen because it's on by default (i have it turned off).
eg: in the same case above, you'll enabling all functions because of disable_functions by defualt being empty, so you can now use sockets, exec... etc.
Is there a way to include the users php with the "Scan this dir for additional .ini files" option, that merges the configuration insted of overriding everything ?
I'm using suphp and fastcgi, both php5 and php4 have the same effect.



LinkBack URL
About LinkBacks
Reply With Quote







