Re: [PHP] Cannot find php.ini

2003-02-21 Thread Jim Lucas
the default location for the php.ini file (if installed with the RPM's) is /etc/php.ini Jim - Original Message - From: "Kevin Paz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 21, 2003 11:03 AM Subject: [PHP] Cannot find php.ini > > I've taken over a redhat server w

Re: [PHP] Cannot find php.ini

2003-02-21 Thread Ernest E Vogelsinger
At 20:03 21.02.2003, Kevin Paz spoke out and said: [snip] > > I've taken over a redhat server with apache/php4.1. I need to enable >register_argc_argv but I can't find the php.ini file (I've searched the >entire system). try (as root) # update the

RE: [PHP] Cannot find php.ini

2003-02-21 Thread Cal Evans
find / -iname php.ini or create a page with Untitled Save it and then call it form your webserver. It'll tell you where the ini is. =C= * Cal Evans * Stay Plugged Into Your Audience * http://www.christianperformer.com -Original Message- From: Kevin Paz [mailto:[EMA

Re: [PHP] Cannot find php.ini

2003-02-21 Thread 1LT John W. Holmes
> I've taken over a redhat server with apache/php4.1. I need to enable > register_argc_argv but I can't find the php.ini file (I've searched the > entire system). > > Would creating a new php.ini file with only register_argc_argv line work? > Where's the default location for php.ini? Load up a pa

Re: [PHP] Cannot find php.ini

2003-02-21 Thread Tyler Longren
Default location is: /usr/local/lib/php.ini You can also do a: locate php.ini Good luck, Tyler - Original Message - From: "Kevin Paz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 21, 2003 1:03 PM Subject: [PHP] Cannot find php.ini > > I've taken over a redhat se