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).
Thanks
Thanks for you great work, best regards from Uruguay!!
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
@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).
Just for information about this bug : https://bugs.php.net/bug.php?id=51094
Very good framework for php.
Fatal error: Cannot redeclare class Symfony\Component\DependencyInjection\ParameterBag\ParameterBag in vendor/symfony/src/Symfony/Component//DependencyInjection/ParameterBag/ParameterBag.php on line 24