View Single Post
  #1 (permalink)  
Old 09-18-2006, 03:10 PM
areh areh is offline
Registered User
 
Join Date: Jul 2002
Posts: 44
areh
php.ini and override default php.ini

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.