From: Remi Collet Date: Sun, 25 Jun 2017 06:32:03 +0000 (+0200) Subject: note about IS_TYPE_IMMUTABLE X-Git-Tag: php-7.2.0alpha3~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3b86271066ac9b4f1827f11aa2873e88a2e0a75;p=php note about IS_TYPE_IMMUTABLE --- diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index e182839f2a..9e533862d6 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -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 @@ -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 ========================