File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ PHP 8.0 INTERNALS UPGRADE NOTES
17
17
n. zend_hash_sort compare function signature change
18
18
o. cast_object() object handler is now required
19
19
p. ARG_COUNT() macro removed
20
- r . GC_COLLECTABLE flag
20
+ q . GC_COLLECTABLE flag
21
21
22
22
2. Build system changes
23
23
a. Abstract
@@ -118,8 +118,8 @@ PHP 8.0 INTERNALS UPGRADE NOTES
118
118
119
119
p. The ARG_COUNT() macro has been removed use ZEND_NUM_ARGS() instead.
120
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
121
+ q . GC_COLLECTABLE flag was inverted into GC_NOT_COLLECTABLE.
122
+ Assignments to GC_TYPE_INFO() might need to be changed to properly
123
123
set the value of the GC_NOT_COLLECTABLE flag.
124
124
125
125
========================
You can’t perform that action at this time.
0 commit comments