conf.d support within PHP 5.2 core ?

php.internals

Sriram Natarajan

18 years ago
Hi Will you guys consider adding support for 'Include' file / directory support (like 'conf.d' in Apache HTTPd) so that extensions can be defined within a separate file rather than editing a single 'php.ini' ? I understand that some Linux distributions do this currently. But, I am interested in hearing if this will be considered to be delivered as part of standard PHP distribution. If in case, this can be done with the current distribution itself then I am very much interested in learning as to how this can be done. thanks in advance sriram

Cristian Rodriguez

18 years ago
2007/11/7, Sriram Natarajan <Sriram.Natarajan@sun.com>:
> Hi > Will you guys consider adding support for 'Include' file / directory > support (like 'conf.d' in Apache HTTPd) so that extensions can be > defined within a separate file rather than editing a single 'php.ini' ? > I understand that some Linux distributions do this currently. But, I am > interested in hearing if this will be considered to be delivered as part > of standard PHP distribution. If in case, this can be done with the > current distribution itself then I am very much interested in learning > as to how this can be done.
Distributions do no other thing than using the oficially provided --with-config-file-scan-dir configure option, no other black magic involved
-- http://www.kissofjudas.net/