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:
committed by
Marc Alexander
parent
917880e2bf
commit
4f402465bf
@@ -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')
|
||||
|
Reference in New Issue
Block a user