1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 05:02:27 +02:00

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

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