diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2019-02-03 18:28:43 +0100 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-02-03 18:28:43 +0100 |
commit | c0228f741ee825257574aabbab29ae202ba152c2 (patch) | |
tree | c20f8e2dc44d82eb3025beee24220362032dfa6c | |
parent | e1c93d1fb2bbf4a060de3bf630b80737ff7c6f4c (diff) | |
download | php-git-c0228f741ee825257574aabbab29ae202ba152c2.tar.gz |
[ci skip] Add missing notes regarding gc_status()
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | UPGRADING | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -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) @@ -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 |