php-fpm: warn to logs when debug is enabled
All checks were successful
php-fpm-build / build (7.4) (push) Successful in 4m52s

This commit is contained in:
Elijah Duffy
2025-12-08 20:53:54 -08:00
parent 072c284ba5
commit 238d3244b2
2 changed files with 2 additions and 2 deletions

View File

@@ -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.');
}