Skip to content

Commit 293a0e7

Browse files
committed
Fix typo
1 parent f04f7c3 commit 293a0e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

UPGRADING.INTERNALS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +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
20+
q. GC_COLLECTABLE flag
2121

2222
2. Build system changes
2323
a. Abstract
@@ -118,8 +118,8 @@ PHP 8.0 INTERNALS UPGRADE NOTES
118118

119119
p. The ARG_COUNT() macro has been removed use ZEND_NUM_ARGS() instead.
120120

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
123123
set the value of the GC_NOT_COLLECTABLE flag.
124124

125125
========================

0 commit comments

Comments
 (0)