Click to See Complete Forum and Search --> : Equivalent to PHP.ini on a Mac


Chizzad
07-22-2003, 01:00 AM
what is the equivalent to this called on Mac OS X and how can I get to it to edit it?

Thanx,
Chad

piersk
07-22-2003, 05:31 AM
It still should be called php.ini. Why not perform a search for it? It should be in one of the system directories.

mzanimephp
08-02-2003, 03:02 AM
In safari, this link /usr/local/php/lib/php.ini (file:///usr/local/php/lib/php.ini) will open up right to it. you couldn't find it because its inside a hidden directory.

Also, here is your Apache web server config file. /etc/httpd/httpd.conf (file:///etc/httpd/httpd.conf)

Check here (http://www.entropy.ch/software/macosx/php/) for more details.