Archives
Master Symfony2 fundamentals
Be trained by SensioLabs experts (2 to 6 day sessions -- French or English).
trainings.sensiolabs.com
Symfony hosting done right
ServerGrove, outstanding support at the right price for your Symfony hosting needs.
servergrove.com
Discover the SensioLabs Support
Access to the SensioLabs Competency Center for an exclusive and tailor-made support on Symfony
sensiolabs.com
Blog
Symfony 2.0.3 released
by
Fabien Potencier
– September 25, 2011
– 7 comments
We have just discovered a bug in PHP, which breaks some configuration if you
are using the parameters.ini file for your configuration.
The parse_ini_file() PHP function is buggy when used with the
INI_SCANNER_RAW mode (it is unable to parse a configuration like
foo="foo;foo", which occurs if you want tostore a DSN for instance:
profiler_dsn="mysql:host=localhost;dbname=foobar").
The usage of the INI_SCANNER_RAW mode has been introduced in 2.0.2 to fix
Boolean support in ini files. So, this patch have been reverted for now and a
new version of Symfony has been released (2.0.3).





is a trademark of Fabien Potencier. All rights reserved.
Add a Comment
Comments
When the API will be ready? I mean, before the new release I saw the API more comple, now I see less class, is a mistake or you are working on?
This is the link for the API I am consulting.
http://api.symfony.com/2.0/
Thanks
https://bugs.php.net/bug.php?id=51094