Skip to content

Commit c0228f7

Browse files
committed
[ci skip] Add missing notes regarding gc_status()
1 parent e1c93d1 commit c0228f7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ PHP NEWS
215215
. Removed support for BeOS. (Kalle)
216216
. Add PHP_VERSION to phpinfo() <title/>. (github/MattJeevas)
217217
. Add net_get_interfaces(). (Sara, Joe, Anatol)
218+
. Added gc_status(). (Benjamin Eberlei)
218219
. Implemented flexible heredoc and nowdoc syntax, per
219220
RFC https://wiki.php.net/rfc/flexible_heredoc_nowdoc_syntaxes.
220221
(Thomas Punt)

UPGRADING

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,8 @@ Core:
399399
platform, the function returns false.
400400
. Added net_get_interfaces() to retrieve an array of available network
401401
interfaces including several details.
402+
. Added the gc_status() function to retrieve status information regarding the
403+
cyclic GC.
402404

403405
Date:
404406
. Added the DateTime::createFromImmutable() method, which mirrors

0 commit comments

Comments
 (0)