Skip to content

Commit 292530d

Browse files
committed
doc: add mysqlnd error code changes to UPGRADING
1 parent 9d9bd13 commit 292530d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ PHP 8.4 UPGRADE NOTES
102102
. The DSN's credentials, when set, are given priority over their PDO
103103
constructor counterparts, being closer to the documentation states.
104104

105+
- MySQLnd
106+
. The error code reported for MySQL server wait timeouts has been changed from 2006
107+
to 4031 for MySQL server versions 8.0.24 and above.
108+
105109
- PCNTL:
106110
. The functions pcntl_sigprocmask(), pcntl_sigwaitinfo() and
107111
pcntl_sigtimedwait() now throw:

0 commit comments

Comments
 (0)