Re: [PHP] How do I find my php.ini file?

2004-12-22 Thread Rasmus Lerdorf
John Nichel wrote: Don wrote: Hi, Fedora Core 3, PHP 5.03, MySQL 4.17, Apache 2.0.52 Recent PHP installation. I created a phpinfo() page. When I display it in my browser, it says: Configuration File (php.ini) Path/etc Yet when I log on to my server and look for it in /etc, it is not the

Re: [PHP] How do I find my php.ini file?

2004-12-17 Thread S. Kang
use phpinfo() function and look for "Configuration File (php.ini) Path". for example of php 5.0x, it is normally /etc/php.5.ini good luck. Jay Blanchard wrote: [snip] Fedora Core 3, PHP 5.03, MySQL 4.17, Apache 2.0.52 Recent PHP installation. I created a phpinfo() page. When I display it in my

Re: [PHP] How do I find my php.ini file?

2004-12-17 Thread John Holmes
Don wrote: Hi, Fedora Core 3, PHP 5.03, MySQL 4.17, Apache 2.0.52 Recent PHP installation. I created a phpinfo() page. When I display it in my browser, it says: Configuration File (php.ini) Path/etc Yet when I log on to my server and look for it in /etc, it is not there. How can I find it

Re: [PHP] How do I find my php.ini file?

2004-12-17 Thread John Nichel
Don wrote: Hi, Fedora Core 3, PHP 5.03, MySQL 4.17, Apache 2.0.52 Recent PHP installation. I created a phpinfo() page. When I display it in my browser, it says: Configuration File (php.ini) Path/etc Yet when I log on to my server and look for it in /etc, it is not there. How can I find it

Re: [PHP] How do I find my php.ini file?

2004-12-17 Thread Matthew Sims
> Hi, > > Fedora Core 3, PHP 5.03, MySQL 4.17, Apache 2.0.52 > > Recent PHP installation. I created a phpinfo() page. When I display it > in > my browser, it says: > > Configuration File (php.ini) Path/etc > > Yet when I log on to my server and look for it in /etc, it is not there. > > Ho

RE: [PHP] How do I find my php.ini file?

2004-12-17 Thread Jay Blanchard
[snip] Fedora Core 3, PHP 5.03, MySQL 4.17, Apache 2.0.52 Recent PHP installation. I created a phpinfo() page. When I display it in my browser, it says: Configuration File (php.ini) Path/etc Yet when I log on to my server and look for it in /etc, it is not there. How can I find it???