Hello, So why a ini file? https://github.com/symfony/symfony-standard/blob/master/app/config/parameters.ini
At Liip we have taken a very similar approach, where we have a dynamic.yml file where all server specific settings are stored. However I do not see much point in introducing yet another format. Especially since PHP 5.3 ini is at least as flexible as yaml, so in case the aim was to use a simpler format, this is not the case. these days arrays and variables are supported. regards, Lukas Kahwe Smith [email protected] -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
