Hi!
As for #1 we are working on changing the config file syntax and the idea was to make it use nginx style. I don't think it will fit in ini file format as it needs arrays or some sort of n+1 group structure support/nested options.
Nesting can be done by name, and .ini can do arrays. See here: http://php.net/parse_ini_file and also here: http://framework.zend.com/manual/en/zend.config.adapters.ini.html for how you can do stuff with .ini's :)
IIRC array support did just get inplemented in 5.3 did it not? That -may- be an option then. Then fpm could actually share php.ini itself.
[] was working in 5.2 too. 5.3 can do indexes. -- Stanislav Malyshev, Zend Software Architect s...@zend.com http://www.zend.com/ (408)253-8829 MSN: s...@zend.com -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php