Skip to content

Commit 86c930e

Browse files
TysonAndrekrakjoe
authored andcommitted
Fix typos in UPGRADING.INTERNALS
1 parent d903fc0 commit 86c930e

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
@@ -122,7 +122,7 @@ PHP 7.3 INTERNALS UPGRADE NOTES
122122

123123
n. IS_TYPE_COPYABLE flag is removed. IS_STRING zvals didn't need to be
124124
duplication by zval_copy_ctor(), ZVAL_DUP() and SEPARATE_ZVAL*() macros.
125-
Interned strings didn't set IS_TYPE_COPYALE, so they aren't affected at
125+
Interned strings didn't set IS_TYPE_COPYABLE, so they aren't affected at
126126
all. Now instead of checking for IS_TYPE_COPYABLE, engine checks for
127127
IS_ARRAY type (it may be IS_TYPE_REFCOUNTED or not). All the related
128128
macros: Z_COPYABLE..., Z_IMMUTABLE... are kept for compatibility.
@@ -166,8 +166,8 @@ PHP 7.3 INTERNALS UPGRADE NOTES
166166

167167
y. zend_constant.flags and zend_constant.module_number are packed into
168168
reserved space inside zend_constant.value. They should be accessed using
169-
ZEND_CONTANT_FLAGS(), ZEND_CONSTANTS_MODULE_NUMBER() and
170-
ZEND_CONTANT_SET_FLAGS() macros.
169+
ZEND_CONSTANT_FLAGS(), ZEND_CONSTANT_MODULE_NUMBER() and
170+
ZEND_CONSTANT_SET_FLAGS() macros.
171171

172172
z. HAVE_ST_BLKSIZE must be replaced with HAVE_STRUCT_STAT_ST_BLKSIZE and
173173
HAVE_ST_RDEV must be replaced with HAVE_STRUCT_STAT_ST_RDEV.

0 commit comments

Comments
 (0)