Skip to content

Commit f04f7c3

Browse files
committed
Added note
1 parent a92022f commit f04f7c3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

UPGRADING.INTERNALS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ PHP 8.0 INTERNALS UPGRADE NOTES
1717
n. zend_hash_sort compare function signature change
1818
o. cast_object() object handler is now required
1919
p. ARG_COUNT() macro removed
20+
r. GC_COLLECTABLE flag
2021

2122
2. Build system changes
2223
a. Abstract
@@ -117,6 +118,10 @@ PHP 8.0 INTERNALS UPGRADE NOTES
117118

118119
p. The ARG_COUNT() macro has been removed use ZEND_NUM_ARGS() instead.
119120

121+
r. GC_COLLECTABLE flag was inverted into GC_NOT_COLLECTABLE.
122+
Assignments to GC_TYPE_INFO() maight need to be changed to properly
123+
set the value of the GC_NOT_COLLECTABLE flag.
124+
120125
========================
121126
2. Build system changes
122127
========================

0 commit comments

Comments
 (0)