View Single Post
  #7 (permalink)  
Old 08-24-2009, 05:45 PM
Spiral Spiral is offline
Senior Member
 
Join Date: Jun 2005
Location: Area 51
Posts: 1,618
Spiral is on a distinguished road
Quote:
Originally Posted by areh View Post
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.