NYCPHP Meetup

NYPHP.org

[nycphp-talk] PHP.INI File on a LAMP Server

Dan Cech dcech at phpwerx.net
Mon Jan 12 11:00:02 EST 2004


ahh, you'd be better off with:

find /etc -name php.ini

and if that fails:

find / -name php.ini

Dan

Kshitij Bedi wrote:
> that seems like a good idea I will try that
> 
> -----Original Message-----
> From: Keith J Richardson [mailto:Keith.Richardson at thompsonhealth.com]
> Sent: Monday, January 12, 2004 10:32 AM
> To: NYPHP Talk
> Subject: RE: [nycphp-talk] PHP.INI File on a LAMP Server
> 
> 
> one workaround that I did for finding files on a dedicated server that I am
> renting on the net with cpanel installed on it, which puts things in wierd
> directories, was doing a find * and store it in a text file, then opening it
> up in pico and doing a search, and typing in the filename that I need to
> find.
> 
> -----Original Message-----
> From: talk-bounces at lists.nyphp.org
> [mailto:talk-bounces at lists.nyphp.org]On Behalf Of Kshitij Bedi
> Sent: Monday, January 12, 2004 10:06 AM
> To: 'NYPHP Talk'
> Subject: [nycphp-talk] PHP.INI File on a LAMP Server
> 
> 
> I just set up PHP on Linux with Apache, can someone tell me how to turn the
> warnings and notices OFF. I do it on windows server by editing the PHP.ini
> file but I can't find the PHP.ini file on Linux.
> _______________________________________________
> talk mailing list
> talk at lists.nyphp.org
> http://lists.nyphp.org/mailman/listinfo/talk
> _______________________________________________
> talk mailing list
> talk at lists.nyphp.org
> http://lists.nyphp.org/mailman/listinfo/talk
> _______________________________________________
> talk mailing list
> talk at lists.nyphp.org
> http://lists.nyphp.org/mailman/listinfo/talk
> 




More information about the talk mailing list