I just have register_globals Off for the entire server.. but i had it enabled for some users that need that ON, then just created a php.ini file in the webroot and wrote:
register_globals = On
And it was working perfectly, until i upgraded apache with webroot protection + safe mode + suEXEC, and then it no longer works as it was in PHP 4.3.11
Any ideas ??
register_globals = On
And it was working perfectly, until i upgraded apache with webroot protection + safe mode + suEXEC, and then it no longer works as it was in PHP 4.3.11
Any ideas ??