php-fpm: warn to logs when debug is enabled
All checks were successful
php-fpm-build / build (7.4) (push) Successful in 4m52s
All checks were successful
php-fpm-build / build (7.4) (push) Successful in 4m52s
This commit is contained in:
@@ -76,5 +76,5 @@ if ($forceDebugEnabled) {
|
||||
error_reporting(E_ALL);
|
||||
ini_set('display_errors', '1');
|
||||
ini_set('display_startup_errors', '1');
|
||||
$forceDebugLog('[force-debug] Verbose error reporting enabled via FORCE_DEBUG_ERRORS');
|
||||
$forceDebugLog('[force-debug] FORCE_DEBUG_ERRORS is enabled — stack traces will be sent to clients. Disable this in production.');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user