summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-02-03 18:28:43 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2019-02-03 18:28:43 +0100
commitc0228f741ee825257574aabbab29ae202ba152c2 (patch)
treec20f8e2dc44d82eb3025beee24220362032dfa6c /UPGRADING
parente1c93d1fb2bbf4a060de3bf630b80737ff7c6f4c (diff)
downloadphp-git-c0228f741ee825257574aabbab29ae202ba152c2.tar.gz
[ci skip] Add missing notes regarding gc_status()
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING2
1 files changed, 2 insertions, 0 deletions
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