From d2810f575759fcbef42a37a174f655026b2a9c20 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Wed, 14 Aug 2024 14:00:54 +0200 Subject: [PATCH] [skip ci] 8.4 | UPGRADING: add missing constant Ref: https://github.com/php/php-src/commit/564914ac1ac872d5d3dd97bdc4c4c17539ce2fb2#diff-c5961ea04ab805b0059964fac68d6e159095a4b56aaaded0b1b941b8768c0f52 --- UPGRADING | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UPGRADING b/UPGRADING index 87c74d51ea8..c6dd6f0b103 100644 --- a/UPGRADING +++ b/UPGRADING @@ -961,6 +961,9 @@ PHP 8.4 UPGRADE NOTES . P_SID (NetBSD/FreeBSD only). . P_JAILID (FreeBSD only). +- PgSQL: + . PGSQL_TUPLES_CHUNK + - Sockets: . SO_EXCLUSIVEADDRUSE (Windows only). . SOCK_CONN_DGRAM (NetBSD only).