git://github.com/blt04/symfony.git doctrine-config
http://github.com/blt04/symfony/commits/doctrine-config
http://groups.google.com/group/symfony-users/browse_thread/thread/4f896bba0b06f461
Currently if you use imports in yaml or xml config files,
DoctrineBundle's ORM defaults will override the imports. For example,
given config files for production and development environments:
#config.yml
doctrine.orm:
auto_generate_proxy_classes: false
metadata_cache_driver: apc
result_cache_driver: apc
query_cache_driver: apc
#config_dev.yml
imports:
- { resource: config.yml }
doctrine.orm:
auto_generate_proxy_classes: true
The development environment will use the array cache driver instead of
the apc cache driver because DoctrineBundle's defaults override the
imported config file. This patch fixes this and adds corresponding unit
tests.
Brandon
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received this message because you are subscribed to the Google
Groups "symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en