Click to See Complete Forum and Search --> : php.ini configuration on Mac OSX


drucifer
07-07-2004, 05:11 AM
I'm trying to turn on my register_globals in my php.ini file (I know it's bad but i have some old sites I need to check) but aren't having any luck. I'm editing a file called php.ini.default (?) as it's the only one i can find, but efditing it doesn't seem to actually turn the thing on. Any clues?

cheers guys.....

drucifer
07-07-2004, 05:32 AM
In fact I can't even output a variable using

echo $_CALL['variablehere'];


I'm used to using php on a linux box but am not soo great at configuring from scratch so any insight would be most handy....

drucifer
07-07-2004, 05:56 AM
for some reason was using _CALL instead of _GET !!??

me=idiot!

Still having problems with the ini file though...