Commit e47c4cda4ee for php.net

commit e47c4cda4ee55fd9f38ed6b02e99c34bc9934a81
Author: Weilin Du <weilindu@php.net>
Date:   Sat Aug 22 17:38:30 2026 +0800

    [skip ci] UPGRADING: Add missing entry for MYSQLI_OPT_COMPRESS

    This adds the missing entry for MYSQLI_OPT_COMPRESS
    added in commit 724ff60

diff --git a/UPGRADING b/UPGRADING
index d8fc594e82f..b55cb53a2ba 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -757,6 +757,9 @@ PHP 8.6 UPGRADE NOTES
   . CURL_SEEKFUNC_CANTSEEK.
   . CURL_READFUNC_ABORT.

+- MySQLi:
+  . MYSQLI_OPT_COMPRESS.
+
 - OpenSSL:
   . OPENSSL_RSA_PSS_SALTLEN_DIGEST.
   . OPENSSL_RSA_PSS_SALTLEN_AUTO.