Skip to content

Commit b3b8627

Browse files
committed
note about IS_TYPE_IMMUTABLE
1 parent 59c30c0 commit b3b8627

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

UPGRADING.INTERNALS

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ PHP 7.2 INTERNALS UPGRADE NOTES
44
a. Path related functions
55
b. php_win32_get_random_bytes()
66
c. nice() Windows implementation
7-
d. ZEND_ACC_CLONE
7+
d. ZEND_ACC_CLONE removed
8+
e. IS_TYPE_IMMUTABLE removed
89

910
2. Build system changes
1011
a. Unix build system changes
@@ -32,6 +33,9 @@ PHP 7.2 INTERNALS UPGRADE NOTES
3233

3334
d. ZEND_ACC_CLONE is removed, but was not used in previous versions
3435

36+
e. IS_TYPE_IMMUTABLE is removed, IS_TYPE_COPYABLE can be used instead
37+
Z_IMMUTABLE() check function is still available
38+
3539
========================
3640
2. Build system changes
3741
========================

0 commit comments

Comments
 (0)