This appendix describes the INI format used to describe parameters.
The INI format is only able to describe parameters. You cannot define imports, nor can you import other resources from an INI file.
As for the XML and YAML format, the INI format supports placeholders.
Only the [parameters] section of an INI file is parsed:
[parameters] foo = bar bar = %foo%
The file can only define simple key/value pairs. The same parsing rules as the
ones for the PHP built-in parse_ini_file() function apply.
If you find a typo or an error, please
register
and open a ticket.
If you need support or have a technical question, please post to the official
Symfony Components mailing-list.
