We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad30332 + a91f9a7 commit e0733f3Copy full SHA for e0733f3
runner/main/modules/docker-php/config.template.php
@@ -57,7 +57,7 @@
57
$CFG->directorypermissions = 0777;
58
59
// Debug options - possible to be controlled by flag in future..
60
-$CFG->debug = (E_ALL | E_STRICT); // DEBUG_DEVELOPER
+$CFG->debug = E_ALL; // DEBUG_DEVELOPER
61
$CFG->debugdisplay = 1;
62
$CFG->debugstringids = 1; // Add strings=1 to url to get string ids.
63
$CFG->perfdebug = 15;
0 commit comments