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

HTH

Cheers,

David



On Monday, September 2, 2002, at 12:15 PM, timo stamm wrote:

 Hi,


 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!?

 Is there a way


 -- PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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

Haha ... I'm sure there is.

Get one from a knowledgable friend, or download one from php's cvs server.
http://cvs.php.net/cvs.php/php4/php.ini-dist

g.luck,
~Chris


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php