We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a92022f commit f04f7c3Copy full SHA for f04f7c3
UPGRADING.INTERNALS
@@ -17,6 +17,7 @@ PHP 8.0 INTERNALS UPGRADE NOTES
17
n. zend_hash_sort compare function signature change
18
o. cast_object() object handler is now required
19
p. ARG_COUNT() macro removed
20
+ r. GC_COLLECTABLE flag
21
22
2. Build system changes
23
a. Abstract
@@ -117,6 +118,10 @@ PHP 8.0 INTERNALS UPGRADE NOTES
117
118
119
p. The ARG_COUNT() macro has been removed use ZEND_NUM_ARGS() instead.
120
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
+
125
========================
126
127
0 commit comments