remove runtime-coverage -- when we want coverage, we enable it at the PHP runtime level

This commit is contained in:
Shish
2020-02-09 16:08:35 +00:00
parent d749784e95
commit 3c78b5685e
3 changed files with 0 additions and 73 deletions

View File

@@ -22,7 +22,6 @@ _d("DATABASE_DSN", null); // string PDO database connection details
_d("DATABASE_TIMEOUT", 10000);// int Time to wait for each statement to complete
_d("CACHE_DSN", null); // string cache connection details
_d("DEBUG", false); // boolean print various debugging details
_d("COVERAGE", false); // boolean activate xdebug coverage monitor
_d("CACHE_HTTP", false); // boolean output explicit HTTP caching headers
_d("COOKIE_PREFIX", 'shm'); // string if you run multiple galleries with non-shared logins, give them different prefixes
_d("SPEED_HAX", false); // boolean do some questionable things in the name of performance