You certainly know your stuff.  Unfortunatley, it says that is uses
/etc/php.ini, which I did modify, but it also reports register_globals as
still off too.  It does show a scan dir for additional .ini files
(/etc/php.d and additional ini files parsed as ldap.ini, mysql.ini, and
odbc.ini too, but I don't think they would have anything to do with it.  I'm
stumped. Other than adding the entry and stop/starting apache, is there
anything else I need to go?

David 

-----Original Message-----
From: John Holmes [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 26, 2004 10:49 AM
To: Shapiro, David; [EMAIL PROTECTED]
Cc: Perry, Joe (ITCD)
Subject: Re: [PHP] Setcookie variable use issue after moving php app to
different server

From: "Shapiro, David" <[EMAIL PROTECTED]>
> Thanks for pointing in the hopefully the right direction.  I see in 
> /etc/php.ini the following:
>
> ; - register_globals = Off         [Security, Performance]
>
> I put below this line:
> register_globals = On
>
> And I restarted apache.  However, it did not seem to resolve the 
> issue, although I still think this sounds right.  Do I implement the 
> turning on of the register_globals correctly, or do I need to do 
> something different?

That's the right method, but you may not have edited the correct php.ini.

Create a PHP page that only has

<?php phpinfo(); ?>

as the source. Load that page and it'll show you all of the setting PHP is
currently using along with the location of the php.ini file it's getting the
configuration from. The php.ini file will be listed in the first table
that's shown. If there is a full path including "php.ini" at the end, then
that's the right file. If it's just a path, then that's where PHP is
expecting to find php.ini, but did not.

Hope that helps.

---John Holmes... 

--
PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:
http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to