]> granicus.if.org Git - php/commitdiff
[ci skip] Add missing notes regarding gc_status()
authorChristoph M. Becker <cmbecker69@gmx.de>
Sun, 3 Feb 2019 17:28:43 +0000 (18:28 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sun, 3 Feb 2019 17:28:43 +0000 (18:28 +0100)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index 6766c61a4bdd431c58b45bde143bbc91944d7062..bd5c57054db01457c3e175253da6ae104c39fa54 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -215,6 +215,7 @@ PHP                                                                        NEWS
   . Removed support for BeOS. (Kalle)
   . Add PHP_VERSION to phpinfo() <title/>. (github/MattJeevas)
   . Add net_get_interfaces(). (Sara, Joe, Anatol)
+  . Added gc_status(). (Benjamin Eberlei)
   . Implemented flexible heredoc and nowdoc syntax, per
     RFC https://wiki.php.net/rfc/flexible_heredoc_nowdoc_syntaxes.
     (Thomas Punt)
index d0e67aeb76a128162bc131c2b8984e85dc89b84b..2220efb014bb147e30834508b99c8958e04e65ed 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -399,6 +399,8 @@ Core:
     platform, the function returns false.
   . Added net_get_interfaces() to retrieve an array of available network
     interfaces including several details.
+  . Added the gc_status() function to retrieve status information regarding the
+    cyclic GC.
 
 Date:
   . Added the DateTime::createFromImmutable() method, which mirrors