mac os x and php

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
whoopah
Forum Newbie
Posts: 1
Joined: Sun Jun 30, 2002 8:45 pm
Location: florida

mac os x and php

Post by whoopah »

I am using MAC OSX and have PHP installed from the great page by Marc Liyanage at http://www.entropy.ch/software/MacOSx/php/ but need to make a few changes and don't know how.

Can anybody tell me how to change some php configuration stuff like turning register_globals to on? It is set to off by default.

Thanks,
whoopah
User avatar
hob_goblin
Forum Regular
Posts: 978
Joined: Sun Apr 28, 2002 9:53 pm
Contact:

Post by hob_goblin »

i dont know how macs file systems are made up... but, if there is a php.ini file, its going to be in there. and you can just open it up in a text editor and look for a line you want to change
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

As hob_goblin said, do a search for your php.ini file which is where PHP's configuration settings are stored.

Mac
boomboom
Forum Newbie
Posts: 9
Joined: Sun Oct 27, 2002 6:42 am
Location: London, UK

Post by boomboom »

There's no php.ini file with Mac OSX PHP builds, although you can create one yourself if you need.
Look in the FAQ @ marc liyanage's site:

http://www.entropy.ch/software/macosx/php/
Post Reply