From: Christoph M. Becker Date: Wed, 4 Jul 2018 10:19:29 +0000 (+0200) Subject: [ci skip] Document GC_C() → zend_gc_get_status() X-Git-Tag: php-7.3.0alpha4~138 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d798fd491be77943fb751ad97d85475bf324192c;p=php [ci skip] Document GC_C() → zend_gc_get_status() --- 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 ========================