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 ========================================