Roland Swingler schrieb: > Hi > > Small problem ... have installed php on Mac OSx following the instructions on >macosx.org (binary install) but I cannot find the php.ini file. > > The phpinfo test file claims it is in /usr/local/lib, but when I go into the shell >to look for it, there is no lib directory in /usr/local/ > > Where is it? What am I doing wrong? > > TIA > Roland
Hi Roland, it seems as if the binary distribution doesn't install a php.ini file. So just create an /usr/local/lib directory and get a sample php.ini file from www.php.net (a sample is in every binary download as far as I know and should be in the source code downloads too) copy it to the designated directory, edit the parameters you want to change and restart apache. This should be the solution. Greetings Markus -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php