aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2018-08-01 15:05:10 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-05-09 19:02:14 +0200
commit4f402465bf41c88876a499cacfc6bdc1762dfe44 (patch)
tree435752e7e8eb25e6afef14d7c88ea098556c1c27 /phpBB/config
parent917880e2bf3a43c6b20bda0f9295f4fb4e6ed127 (diff)
downloadforums-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/config')
-rw-r--r--phpBB/config/development/config.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/config/development/config.yml b/phpBB/config/development/config.yml
index c2c9068522..0a052d8831 100644
--- a/phpBB/config/development/config.yml
+++ b/phpBB/config/development/config.yml
@@ -9,6 +9,7 @@ core:
exceptions: true
load_time: true
sql_explain: true
+ memory: true
twig:
debug: true