Configuration is acting crazy

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
chris12295
Forum Contributor
Posts: 113
Joined: Sun Jun 09, 2002 10:28 pm
Location: USA
Contact:

Configuration is acting crazy

Post by chris12295 »

i am trying to turn register_globals on in php.ini but phpInfo() says they are off even though i edited

Code: Select all

register_globals=On
and restarted Apache.

How can i turn them on?
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

do you have more than one php.ini in your system?
chris12295
Forum Contributor
Posts: 113
Joined: Sun Jun 09, 2002 10:28 pm
Location: USA
Contact:

Post by chris12295 »

no
Nezzar
Forum Newbie
Posts: 4
Joined: Thu Jul 04, 2002 12:54 pm
Location: Germany
Contact:

Post by Nezzar »

Try placing this php.ini in your apache directory (assuming your using the module-version of PHP).
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post by qads »

there is another php.ini in c:/winnt/

well that's what i have.
Post Reply