Skip to content

Commit 1514a6b

Browse files
committed
UPGRADING.INTERNALS
1 parent 79d4e84 commit 1514a6b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

UPGRADING.INTERNALS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ PHP 8.6 INTERNALS UPGRADE NOTES
5252
. zend_function.arg_info is now always a zend_arg_info*. Before, it was a
5353
zend_internal_arg_info on internal functions, unless the
5454
ZEND_ACC_USER_ARG_INFO flag was set.
55+
. Added zend_ast_call_get_args() to fetch the argument node from any call
56+
node.
5557

5658
========================
5759
2. Build system changes

0 commit comments

Comments
 (0)