> If you assume that there will only be one active PHP on the system,
> then having the php.ini file in /etc is what you want.  If, on the
> other hand, you need to have multiple ones running in parallel,
> you absolutely don't want this, but instead want the php.ini file to
> live alongside the rest of its versioned bits.

I don't believe php.ini belongs with the rest of the versioned bits as
it's a configuration file.

I think Stefan's proposal of /etc/php5/[version] which mirrors
/usr/php5/[version] makes the most sense.  Then the question is whether
or not it makes sense to ship a symbolic link

        /usr/php5/[version]/etc -> /etc/php5/[version]

for "compatibility" with other OS distributions.

dsc

Reply via email to