From 62926eceb2e6803cdc6c287dc8bdc75849e922cd Mon Sep 17 00:00:00 2001 From: Appla Date: Wed, 24 Apr 2024 10:10:09 +0800 Subject: [PATCH] [skip ci] doc: add mysqlnd error code changes to UPGRADING --- UPGRADING | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UPGRADING b/UPGRADING index 48740ce43418e..610dee8b9e786 100644 --- a/UPGRADING +++ b/UPGRADING @@ -126,6 +126,10 @@ PHP 8.4 UPGRADE NOTES has changed. Consult https://github.com/PCRE2Project/pcre2/blob/master/NEWS for a full changelog. +- MySQLnd + . The error code reported for MySQL server wait timeouts has been changed from 2006 + to 4031 for MySQL server versions 8.0.24 and above. + - PCNTL: . The functions pcntl_sigprocmask(), pcntl_sigwaitinfo() and pcntl_sigtimedwait() now throw: