-
Improvement
-
Resolution: Done
-
Minor
-
None
-
4.3.1, 4.4
-
MOODLE_403_STABLE, MOODLE_404_STABLE
https://php.watch/versions/8.3/gc_status-additional-information
PHP's gc_status() function returns statistics of PHP Garbage Collector, such as whether GC is running, whether GC is protected, and the buffer size. This information can be useful when debugging long-running PHP applications to detect and optimize memory usage.
var_dump(gc_status());
Required
- Confirm my assessment that gc_status() is not in use and therefore there is no impact
- has a non-specific relationship to
-
MDL-80144 Validation only: Confirm a collection of PHP 8.3 issues are no-op
-
- Closed
-