Contribute  :  Support  :  Downloads  :  Forum  :  Links  :  Polls  :  Calendar  :  Directory  :  Advanced Search  
Geeklog The Ultimate Weblog System
Welcome to Geeklog
Friday, May 16 2008 @ 05:57 AM EDT
   

register_globals and GL

GeeklogI need to be enlightened. I am running GL on my local puter using windows XP and apache and php 4.3 and register_globals in the php.ini file seems to be off. GL seems to work just fine with register globals off on my test puter. Is this possible or am I just looking at the wrong php.ini file.

Thanks Mark

Story Options

register_globals and GL | 2 comments | Create New Account
The following comments are owned by whomever posted them. This site is not responsible for what they say.
register_globals and GL
Authored by: Anonymous on Thursday, July 03 2003 @ 05:42 PM EDT
Give it a rigorous test, fiddle with admin settings, post some
comments, etc. If it all works fine, then register_glopals is probably
on. A sure way to test is to check the output of the phpinfo()
function, which will tell you the status of globals, as well as let you
know where your errant .ini file is located.
register_globals and GL
Authored by: Tony on Monday, July 07 2003 @ 01:29 PM EDT
Create a page like this:

<?php phpinfo(); ?>

Then view it. Iti will give the exact location where it looks for php.ini. If your copy isn't in that location then you are editing the wrong file.

Also, when you changed your value in php.ini did you restart Apache? You *have* to restart apache when you edit php.ini

---
The reason people blame things on previous generations is that there's only one other choice.