From d798fd491be77943fb751ad97d85475bf324192c Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Wed, 4 Jul 2018 12:19:29 +0200 Subject: [PATCH] =?utf8?q?[ci=20skip]=20Document=20GC=5FC()=20=E2=86=92=20?= =?utf8?q?zend=5Fgc=5Fget=5Fstatus()?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- UPGRADING.INTERNALS | 4 ++++ 1 file changed, 4 insertions(+) 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 ======================== -- 2.50.0