Skip to content

Commit

Permalink
note about IS_TYPE_IMMUTABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Jun 25, 2017
1 parent 59c30c0 commit b3b8627
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion UPGRADING.INTERNALS
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ PHP 7.2 INTERNALS UPGRADE NOTES
a. Path related functions
b. php_win32_get_random_bytes()
c. nice() Windows implementation
d. ZEND_ACC_CLONE
d. ZEND_ACC_CLONE removed
e. IS_TYPE_IMMUTABLE removed

2. Build system changes
a. Unix build system changes
Expand Down Expand Up @@ -32,6 +33,9 @@ PHP 7.2 INTERNALS UPGRADE NOTES

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

e. IS_TYPE_IMMUTABLE is removed, IS_TYPE_COPYABLE can be used instead
Z_IMMUTABLE() check function is still available

========================
2. Build system changes
========================
Expand Down

0 comments on commit b3b8627

Please sign in to comment.