From f04f7c39958ef5bf925ea1a757b7eff1e53c5a70 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 15 Jun 2020 17:21:32 +0300 Subject: [PATCH] Added note --- UPGRADING.INTERNALS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 58fec72abf..8213b17ff8 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -17,6 +17,7 @@ PHP 8.0 INTERNALS UPGRADE NOTES n. zend_hash_sort compare function signature change o. cast_object() object handler is now required p. ARG_COUNT() macro removed + r. GC_COLLECTABLE flag 2. Build system changes a. Abstract @@ -117,6 +118,10 @@ PHP 8.0 INTERNALS UPGRADE NOTES p. The ARG_COUNT() macro has been removed use ZEND_NUM_ARGS() instead. + r. GC_COLLECTABLE flag was inverted into GC_NOT_COLLECTABLE. + Assignments to GC_TYPE_INFO() maight need to be changed to properly + set the value of the GC_NOT_COLLECTABLE flag. + ======================== 2. Build system changes ======================== -- 2.40.0