diff options
author | Jakub Senko <jakubsenko@gmail.com> | 2018-08-01 15:05:10 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-05-09 19:02:14 +0200 |
commit | 4f402465bf41c88876a499cacfc6bdc1762dfe44 (patch) | |
tree | 435752e7e8eb25e6afef14d7c88ea098556c1c27 /phpBB/phpbb/di | |
parent | 917880e2bf3a43c6b20bda0f9295f4fb4e6ed127 (diff) | |
download | forums-4f402465bf41c88876a499cacfc6bdc1762dfe44.tar forums-4f402465bf41c88876a499cacfc6bdc1762dfe44.tar.gz forums-4f402465bf41c88876a499cacfc6bdc1762dfe44.tar.bz2 forums-4f402465bf41c88876a499cacfc6bdc1762dfe44.tar.xz forums-4f402465bf41c88876a499cacfc6bdc1762dfe44.zip |
[ticket/12628] Introduce debug.memory
Also fix one debug.sql_explain missing from the previous PR
PHPBB3-12628
Diffstat (limited to 'phpBB/phpbb/di')
-rw-r--r-- | phpBB/phpbb/di/extension/container_configuration.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/di/extension/container_configuration.php b/phpBB/phpbb/di/extension/container_configuration.php index dfcbfbc729..c64f47c716 100644 --- a/phpBB/phpbb/di/extension/container_configuration.php +++ b/phpBB/phpbb/di/extension/container_configuration.php @@ -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') |