From: Christoph M. Becker Date: Sun, 3 Feb 2019 17:28:43 +0000 (+0100) Subject: [ci skip] Add missing notes regarding gc_status() X-Git-Tag: php-7.3.3RC1~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0228f741ee825257574aabbab29ae202ba152c2;p=php [ci skip] Add missing notes regarding gc_status() --- diff --git a/NEWS b/NEWS index 6766c61a4b..bd5c57054d 100644 --- a/NEWS +++ b/NEWS @@ -215,6 +215,7 @@ PHP NEWS . Removed support for BeOS. (Kalle) . Add PHP_VERSION to phpinfo() . (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) diff --git a/UPGRADING b/UPGRADING index d0e67aeb76..2220efb014 100644 --- 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