|
Posted by phpCodeHead on 10/04/07 12:37
On Oct 4, 1:54 am, "Phil Latio" <phil.la...@f-in-stupid.co.uk> wrote:
> I was trying to follow some instructions on installing Smarty and suddenly
> found php.ini is not where phpinfo lists it to be.
>
> 1. Is /usr/local/lib the default location for the php.ini
> 2. In old versions of PHP, did php.ini install by default and not have to be
> copied?
>
> The thing is I've installed PHP on my own home servers for years and never
> had the need to edit the php.ini file before (well I don't remember doing
> so). Anyhow checking through the files, I see a file called php-config
> resident in the scripts directory and it has been created (or last edited?)
> when I installed PHP.
>
> Am I correct in assuming that all I need to do is copy php-config to
> /usr/local/lib and rename php.ini ?
>
> Cheers
>
> Phil
it depends on your PHP installation
run php -i | grep "php.ini" in your command shell to see where php is
looking for php.ini
Navigation:
[Reply to this message]
|