We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c30c0 commit b3b8627Copy full SHA for b3b8627
UPGRADING.INTERNALS
@@ -4,7 +4,8 @@ PHP 7.2 INTERNALS UPGRADE NOTES
4
a. Path related functions
5
b. php_win32_get_random_bytes()
6
c. nice() Windows implementation
7
- d. ZEND_ACC_CLONE
+ d. ZEND_ACC_CLONE removed
8
+ e. IS_TYPE_IMMUTABLE removed
9
10
2. Build system changes
11
a. Unix build system changes
@@ -32,6 +33,9 @@ PHP 7.2 INTERNALS UPGRADE NOTES
32
33
34
d. ZEND_ACC_CLONE is removed, but was not used in previous versions
35
36
+ e. IS_TYPE_IMMUTABLE is removed, IS_TYPE_COPYABLE can be used instead
37
+ Z_IMMUTABLE() check function is still available
38
+
39
========================
40
41
0 commit comments