Update UPGRADING with gc_status() changes

This commit is contained in:
George Peter Banyard 2022-10-04 13:55:01 +01:00
parent b8811d4ff1
commit cc0bd85e85
No known key found for this signature in database
GPG Key ID: 3306078E3194AEBD

View File

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