Re: [PHP] empty php.ini

2002-09-02 Thread Chris Wesley
On Mon, 2 Sep 2002, timo stamm wrote: > I am new to PHP. I am running the module version 4.2.2 from Marc > Lyanage (entropy.ch) on OS X 10.1 and noticed that my > /usr/local/lib/php.ini is empty!? ... that package doesn't ship with a php.ini. You'll have to get/make your own. > Is there a way

Re: [PHP] empty php.ini

2002-09-02 Thread David Rice
Hi Timo: From Marc's site: "Where is the php.ini file?" There is none included in the package. If you need one, just create it as /usr/local/lib/php.ini, including the intermediate lib directory if that doesn't exist already: sudo mkdir -p /usr/local/lib sudo touch /usr/local/lib/php.ini H