On Sat, 10 Jun 2006, Pierre wrote:
> On Fri, 9 Jun 2006 18:15:31 -0400
> mba2000@ioplex.com (Michael B Allen) wrote:
>
> > Is /etc/php.d a standard part of *every* php4 installation? Can I rely
> > on it's existance? Is it's location a configuable option?
>
> It is a distribution specific directory. Some uses it other not.
>
> The PHP releases (http://www.php.net/downloads.php) rely only on one
> php.ini, which is configurable.
Actually, there is also an option that allows you to scan a specific
directory for ini files as well:
--with-config-file-scan-dir=/etc/httpd/extra-ini
regards,
Derick