File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33require __DIR__ . '/../vendor/autoload.php ' ;
44
5+ if (isset ($ _GET ['crash ' ])) {
6+ throw new \Exception ('Crash! ' );
7+ }
8+
59if (isset ($ _GET ['sleep ' ])) {
610 error_log ('This is a log ' );
711 sleep (10 );
Original file line number Diff line number Diff line change @@ -84,10 +84,6 @@ public function start(): void
8484 '--force-stderr ' ,
8585 '--fpm-config ' ,
8686 $ this ->configFile ,
87- // Override ini settings to force disabling display_errors
88- // Displaying errors in the HTTP response is a security risk
89- '-d ' ,
90- 'display_errors=0 ' ,
9187 // This setting is enabled by default for CLI invocations because it
9288 // improves performance. We disable if it for PHP-FPM manually
9389 // because it tanks performance by essentially disabling opcache
You can’t perform that action at this time.
0 commit comments