]> granicus.if.org Git - php/commitdiff
not about zend_arg_info.class_name
authorRemi Collet <remi@php.net>
Sun, 25 Jun 2017 06:41:11 +0000 (08:41 +0200)
committerRemi Collet <remi@php.net>
Sun, 25 Jun 2017 06:41:11 +0000 (08:41 +0200)
UPGRADING.INTERNALS

index 9e533862d6a68449a07ae5d6a5f60858b75c2c5c..b3db7fbf3f496091e6f1b1f045eedcb799cf121b 100644 (file)
@@ -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
 ========================