2009/12/9 Jérôme Loyet <jer...@loyet.net>: > is there a way to include files ? > include /etc/php-fpm/*.conf ? with one file per worker for example ? > > I think adding include to ini should not be a problem if it's not already > done.
I would love to see the php ini file support includes like MySQL does. Probably would make distribution packaging a lot easier especially with PECL extensions. !includedir /whatever/php.d/* Something like that is what MySQL uses. Then worker files could be programmatically generated as well. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php