Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent PHP 8 from outputting fatal error when calling fsockopen() (#388
) * Prevent PHP 8 from outputting fatal error when calling fsockopen() Since PHP 8, @ Error Suppression operator does not silent fatal errors anymore. See https://php.watch/versions/8.0/fatal-error-suppression for more. This change prevent PHP 8 from outputting Warning Error: fsockopen(): Unable to connect to 127.0.0.1:9515 (Connection refused) * Update src/ProcessManager/WebServerReadinessProbeTrait.php Co-authored-by: Kévin Dunglas <[email protected]>
- Loading branch information