Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly handle MySQL error code 4031 from PHP 8.4 (#6363)
| Q | A |------------- | ----------- | Type | improvement | Fixed issues | Prevents future issues ;-) #### Summary PHP 8.4 will support a new error code 4031 in mysqlnd when the connection is dropped due to timeouts. It has been introduced in: mysql/mysql-server@14508bb And PHP 8.4 will support it: php/php-src#13618 The PR gets the test suite green again (mysqli + pdo_mysql). I have used 4.0.x as base, but feel free to change according to your preferences.
- Loading branch information