Resolution
No, it doesn't. But some PHP/CGI scripts might not work if register_globals is disabled.For example if you click on some button that uses GET data passing method, but nothing happens, the page just refreshed. Try to enable "register_globals = On" in php.ini and restart Apache.
Keywords: php cgi script do not post get refresh reload page pass variable register_globals