This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bundle/FrameworkBundle
Fabien Potencier 7283483185 bug #11625 [FrameworkBundle] resolve parameters before the configs are processed in the config:debug command (xabbuh)
This PR was merged into the 2.5 branch.

Discussion
----------

[FrameworkBundle] resolve parameters before the configs are processed in the config:debug command

| Q             | A
| ------------- | ---
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #11622
| License       | MIT
| Doc PR        |

If the raw values are passed to the processor, config values don't necessarily have the expected data type. For example, the value of the kernel.debug parameter is a boolean type. But when passed as the raw parameter name, it is a string.

@lyrixx Do you have any objections?

Commits
-------

19f3b47 resolve parameters before the configs are processed
2014-08-11 11:13:50 +02:00
..
CacheWarmer Merge branch '2.4' 2014-04-16 12:36:21 +02:00
Command resolve parameters before the configs are processed 2014-08-09 12:16:37 +02:00
Console Merge branch '2.4' 2014-05-12 11:28:39 +02:00
Controller Merge branch '2.4' 2014-04-18 22:40:13 +02:00
DataCollector moved the request data collector to HttpKernel 2012-07-18 10:39:53 +02:00
DependencyInjection [Validator] Removed legacy validator classes 2014-08-06 15:23:29 +02:00
EventListener unified return null usages 2014-04-18 22:38:54 +02:00
Fragment [HttpKernel] added escaping for hx:include tag attributes 2013-03-29 05:29:22 +01:00
HttpCache made phpdoc types consistent with those defined in Hack 2014-04-15 07:41:45 +02:00
Resources Merge branch '2.4' into 2.5 2014-08-08 17:50:54 +02:00
Routing minor #9487 unify constructor initialization style throughout symfony (Tobion) 2013-11-22 18:42:00 +01:00
Templating Merge branch '2.4' 2014-04-16 12:36:21 +02:00
Test Merge branch '2.4' into 2.5 2014-07-28 15:20:46 +02:00
Tests Merge branch '2.4' into 2.5 2014-07-28 15:20:46 +02:00
Translation Merge branch '2.4' into 2.5 2014-07-15 16:15:12 +02:00
Validator [Validator] Removed legacy validator classes 2014-08-06 15:23:29 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Fix issue 9172 2014-05-04 18:56:58 +02:00
Client.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
composer.json add symfony/yaml suggestion to composer.json 2014-08-08 22:59:22 +02:00
FrameworkBundle.php [EventDispatcher][HttpKernel] Move RegisterListenersPass from HttpKernel to EventDispatcher. 2013-12-18 18:16:40 +01:00
phpunit.xml.dist removed defaults from PHPUnit configuration 2014-07-07 12:13:42 +02:00