Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 680 Bytes

UPGRADE-2.2.md

File metadata and controls

16 lines (12 loc) · 680 Bytes

UPGRADE FROM 2.1 to 2.2

Commands

  • doctrine:query:sql command has been deprecated. Use dbal:run-sql command instead.

Configuration

  • Following the changes in DBAL 2.11, we deprecated following configuration keys:

    • doctrine.dbal.slaves. Use doctrine.dbal.replicas
    • doctrine.dbal.keep_slave. Use doctrine.dbal.keep_replica

    Similarly, if you use XML configuration, please replace <slave> with <replica>.

  • The metadata_cache_driver configuration key has been deprecated. PHP Array cache is now automatically registered when %kernel.debug% is false.