From 745faacb307246dd6c9c3a955b5216280df47536 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Tue, 10 Sep 2019 17:29:43 +0900 Subject: [PATCH] htaccess update with xdebug settings --- .htaccess | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.htaccess b/.htaccess index d20d70ef..14842d6b 100644 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,14 @@ +# PHP XDEBUG SETTINGS +# php_value xdebug.profiler_output_dir xdebug/ +# php_value xdebug.profiler_output_name timestamp +# php_value xdebug.profiler_enable 1 +php_value xdebug.collect_params 2 +php_value xdebug.collect_vars 0 +php_value xdebug.show_local_vars 0 +#php_value xdebug.dump_globals 0 +# allowed COOKIE, FILES, GET, POST, REQUEST, SERVER, SESSION +#php_value xdebug.dump.GET * +# PHP ERROR SETTINGS php_flag display_startup_errors on php_flag display_errors on php_flag html_errors on