INI Includes

php.internals

Brian Shire

19 years ago
I just read the thread regarding support for INI Includes at: http:// marc2.theaimsgroup.com/?t=103290004500008&r=1&w=2 I had made another patch for this before I saw the post (A little bit of a different method though, via the php callback). Having this support helps us simplify larger configurations especially when using a configuration management tool. Just wondering if this is a confirmed "not going to happen" item or if it's still something that may be of interest. Thanks, -Brian Shire shire@facebook.com shire@php.net aim: int80h

Mathieu CARBONNEAUX

19 years ago
hi, i'have made similare patch to make possible to modify the hardcoded by autoconf configuration of scandir for additional ini by environement variable and/or by apache directive... i've used the same solution used with PHPRC env. and PHPINIDir... i've added PHPRCSCAN_DIR env. and PHPINISCANDir apache directive. i'm testing it... if i'm not found problem about it, i will go to push the patch here... Best regards, Mathieu _____ From: Brian Shire [mailto:shire@facebook.com] To: PHP internals [mailto:internals@lists.php.net] Sent: Thu, 07 Dec 2006 05:43:44 +0100 Subject: [info@ch2o.info] [PHP-DEV] INI Includes I just read the thread regarding support for INI Includes at: http:// marc2.theaimsgroup.com/?t=103290004500008&r=1&w=2 I had made another patch for this before I saw the post (A little bit of a different method though, via the php callback). Having this support helps us simplify larger configurations especially when using a configuration management tool. Just wondering if this is a confirmed "not going to happen" item or if it's still something that may be of interest. Thanks, -Brian Shire shire@facebook.com shire@php.net aim: int80h
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Mathieu CARBONNEAUX

19 years ago
it's very usefull to have possibility in large php installation (many apache instance with many differente configuration, in module loaded and parametter...) to have the possibility to split for each php instance the php configuration in differente files... the --with-config-file-scan-dir configure option is very usefull but it hardcoded in php binary... and the possibility to dynamicly modify the directory or to add include parametter in php.ini is very usefull! is why when i've packaged php for my company i've made a patch to add this fonctionality... Best regards, Mathieu _____ hi, i'have made similare patch to make possible to modify the hardcoded by autoconf configuration of scandir for additional ini by environement variable and/or by apache directive... i've used the same solution used with PHPRC env. and PHPINIDir... i've added PHPRCSCAN_DIR env. and PHPINISCANDir apache directive. i'm testing it... if i'm not found problem about it, i will go to push the patch here... Best regards, Mathieu