The following issue has been ASSIGNED. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4271 ====================================================================== Reported By: skayser Assigned To: bwalton ====================================================================== Project: php5 Issue ID: 4271 Category: regular use Reproducibility: N/A Severity: feature Priority: normal Status: assigned ====================================================================== Date Submitted: 2010-02-14 15:34 CET Last Modified: 2011-06-29 03:47 CEST ====================================================================== Summary: RFE: Add additional config file directory for module/local configuration Description: PHP can be built with --with-config-file-scan-dir=/path/to/dir so that the PHP interpreter will scan an additional directory for php.ini style configuratin files. Our PHP currently doesn't use this, how about adding it?
This would have two benefits: * Users could put local php.ini configurations in this directory, no need to hack the php.ini itself * Our php5 module packages wouldn't need to fiddle with php.ini any more, but could simply drop their configuration file in the directory I am not quite sure about the directory though, /etc/opt/csw/php/conf.d perhaps? If config files are read recursively from this dir, we could put our modules in /etc/opt/csw/php/conf.d/modules. Or even introduce a Debian apache2 like module activation/deactivation handling with /etc/opt/csw/php/conf.d/mods-available and /etc/opt/csw/php/conf.d/mods-enabled which can be maintained with phpenmod, phpdismod. ====================================================================== _______________________________________________ bug-notifications mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/bug-notifications
