Hello,
When I Install PHP with apache, it does not install the php.ini
The path is defined as /usr/local/apache, but nothing is there after
make install.
Every thing else is OK.
Do I have to copy the php.ini from somewhere ?
Thanks,
Sam
--
PHP Install Mailing List (http://www.php.net/)
.
Thanks
"Jeff Wiegley, Ph.D." wrote:
> You do have to install one yourself as far as I know.
> Pick one of:
>
> ./php-4.0.6/php.ini-dist
> ./php-4.0.6/php.ini-optimized
>
> and copy it to php.ini wherever you need it to be.
>
> - Jeff
>
> Siamak Amirghodsi w