Skip to content

Commit

Permalink
upgrading: doc about ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Jun 26, 2017
1 parent 85c3232 commit b6ee9dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions UPGRADING.INTERNALS
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ PHP 7.2 INTERNALS UPGRADE NOTES
d. ZEND_ACC_CLONE removed
e. IS_TYPE_IMMUTABLE removed
f. zend_arg_info.class_name removed
g. ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX changed

2. Build system changes
a. Unix build system changes
Expand Down Expand Up @@ -39,6 +40,10 @@ PHP 7.2 INTERNALS UPGRADE NOTES

f. zend_arg_info class_name member is removed, use ZEND_TYPE_NAME instead

g. ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX classname option is removed
use ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX for simple type
use ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX for object

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

0 comments on commit b6ee9dd

Please sign in to comment.