File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -215,6 +215,7 @@ PHP NEWS
215
215
. Removed support for BeOS. (Kalle)
216
216
. Add PHP_VERSION to phpinfo() <title/>. (github/MattJeevas)
217
217
. Add net_get_interfaces(). (Sara, Joe, Anatol)
218
+ . Added gc_status(). (Benjamin Eberlei)
218
219
. Implemented flexible heredoc and nowdoc syntax, per
219
220
RFC https://wiki.php.net/rfc/flexible_heredoc_nowdoc_syntaxes.
220
221
(Thomas Punt)
Original file line number Diff line number Diff line change @@ -399,6 +399,8 @@ Core:
399
399
platform, the function returns false.
400
400
. Added net_get_interfaces() to retrieve an array of available network
401
401
interfaces including several details.
402
+ . Added the gc_status() function to retrieve status information regarding the
403
+ cyclic GC.
402
404
403
405
Date:
404
406
. Added the DateTime::createFromImmutable() method, which mirrors
You can’t perform that action at this time.
0 commit comments