Quote:
Originally Posted by areh
I´m running a system with phpSuexec. I try to activate register_globals for one directory.
Since this is a cgi setup, I can only override this setting from php.ini on a per dir basis, and not through .htaccess or in httpd.conf.
However: The php.ini file I have put in the directory, beside a test.php file with phpconfig(); content, doesn´t change register_globals. So, is there anywhere a directive that allows override like this? The php settings doesn´t change.
|
Are you certain you are running phpSuExec?
I get the impression you may actually be running the newer SuPHP which
operates similar to the old phpSuExec but not exactly the same and
there are differences in how you do configuration overrides.