mirror of
https://github.com/php/php-src.git
synced 2026-04-23 16:08:35 +02:00
db5f6713ee
With request timeouts configured, php-fpm occasionally prints the following warning: WARNING: failed to acquire scoreboard This is happens when php-fpm checks the child scoreboards for timeouts, but fails to acquire a lock immediately. As this can (and does) occur during normal operation, this commit downgrades this to a notice.