From: Remi Collet Date: Sun, 25 Jun 2017 06:41:11 +0000 (+0200) Subject: not about zend_arg_info.class_name X-Git-Tag: php-7.2.0alpha3~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ed8ff509001b35e0cb971a1d6a294345c5d7673;p=php not about zend_arg_info.class_name --- diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 9e533862d6..b3db7fbf3f 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -6,6 +6,7 @@ PHP 7.2 INTERNALS UPGRADE NOTES c. nice() Windows implementation d. ZEND_ACC_CLONE removed e. IS_TYPE_IMMUTABLE removed + f. zend_arg_info.class_name removed 2. Build system changes a. Unix build system changes @@ -36,6 +37,8 @@ PHP 7.2 INTERNALS UPGRADE NOTES e. IS_TYPE_IMMUTABLE is removed, IS_TYPE_COPYABLE can be used instead Z_IMMUTABLE() check function is still available + f. zend_arg_info class_name member is removed, use ZEND_TYPE_NAME instead + ======================== 2. Build system changes ========================