1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/12628] Introduce debug.memory

Also fix one debug.sql_explain missing from the previous PR

PHPBB3-12628
This commit is contained in:
Jakub Senko
2018-08-01 15:05:10 +02:00
committed by Marc Alexander
parent 917880e2bf
commit 4f402465bf
4 changed files with 18 additions and 10 deletions

View File

@@ -38,6 +38,7 @@ class container_configuration implements ConfigurationInterface
->booleanNode('exceptions')->defaultValue(false)->end()
->booleanNode('load_time')->defaultValue(false)->end()
->booleanNode('sql_explain')->defaultValue(false)->end()
->booleanNode('memory')->defaultValue(false)->end()
->end()
->end()
->arrayNode('twig')