View Single Post

  #7 (permalink)  
Old 12-28-2007
NC
 
Posts: n/a
Default Re: Php installation (as RPM package)

On Dec 27, 4:57 pm, Ming <minghu...@gmail.com> wrote:
>
> I am using Fedora 6, with apache and php pre-installed (as RPM
> package). I read httpd.conf and other conf files, but I cannot
> find where in the documents mentioned the location of php.ini.
>
> Any hint?


The location of php.ini is defined during configuration. To see this
location, run phpinfo() and look for "php.ini" in its output.

Cheers,
NC
Reply With Quote