From cc0bd85e85f22fdbaac31b91397da375005dd095 Mon Sep 17 00:00:00 2001 From: George Peter Banyard Date: Tue, 4 Oct 2022 13:55:01 +0100 Subject: [PATCH] Update UPGRADING with gc_status() changes --- UPGRADING | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/UPGRADING b/UPGRADING index 222912963b9..48445af0ed5 100644 --- a/UPGRADING +++ b/UPGRADING @@ -35,6 +35,14 @@ PHP 8.3 UPGRADE NOTES 5. Changed Functions ======================================== +- Core: + . gc_status() has added the following 4 fields: + "running" => bool + "protected" => bool + "full" => bool + "buffer_size" => int + See GH-9336 + ======================================== 6. New Functions ========================================