summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2018-07-04 12:19:29 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2018-07-04 12:19:29 +0200
commitd798fd491be77943fb751ad97d85475bf324192c (patch)
tree42b914247faf253fc74869e5ee25185975968349
parentaf341213f73650b28b74b374501d84060eb604ab (diff)
downloadphp-git-d798fd491be77943fb751ad97d85475bf324192c.tar.gz
[ci skip] Document GC_C() → zend_gc_get_status()
-rw-r--r--UPGRADING.INTERNALS4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS
index d110589b02..99d2250d1a 100644
--- a/UPGRADING.INTERNALS
+++ b/UPGRADING.INTERNALS
@@ -21,6 +21,7 @@ PHP 7.3 INTERNALS UPGRADE NOTES
r. php_url
s. zend_function.reserved[]
t. zif_handler
+ u. GC_G
2. Build system changes
a. Unix build system changes
@@ -138,6 +139,9 @@ PHP 7.3 INTERNALS UPGRADE NOTES
t. For internal functions the typedef zif_handler has been introduced. It is
recommended to use this from now on, instead of defining own handler types.
+ u. The GC globals (GC_G) are now private. Use the new zend_gc_get_status() to
+ retrieve status information of the GC.
+
========================
2. Build system changes
========================