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

Fabien Potencier
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).

Comments RSS

  • gravatar
    #1 Kris said on the 2011/09/25 at 13:04
    Thanks
  • gravatar
    #2 Nicolás said on the 2011/09/26 at 14:56
    Thanks for you great work, best regards from Uruguay!!
  • gravatar
    #3 Richard Perez said on the 2011/09/26 at 20:15
    Thanks for the update...

    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
  • gravatar
    #4 Fabien Potencier said on the 2011/09/26 at 21:51
    @Richard Perez: There was a problem with the API, which is fixed now. The API is already stable (http://symfony.com/doc/current/book/stable_api.html).
  • gravatar
    #5 stealth35 said on the 2011/09/28 at 14:03
    Just for information about this bug :
    https://bugs.php.net/bug.php?id=51094
  • gravatar
    #6 Rajesh Meniya said on the 2011/09/30 at 08:15
    Very good framework for php.
  • gravatar
    #7 Genri said on the 2011/10/02 at 11:54
    Fatal error: Cannot redeclare class Symfony\Component\DependencyInjection\ParameterBag\ParameterBag in vendor/symfony/src/Symfony/Component//DependencyInjection/ParameterBag/ParameterBag.php on line 24