Skip to content

Commit

Permalink
Add upgrading note
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
nikic committed Jul 13, 2020
1 parent 4884f1b commit 0280c64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion UPGRADING.INTERNALS
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ PHP 8.0 INTERNALS UPGRADE NOTES
s. The zend_fcall_info no_separation flag has been removed, and separation is
never allowed. If you wish to pass (or allow passing) arguments by
reference, explicitly create those arguments as references using
ZEND_MAKE_REF.
ZEND_MAKE_REF. This removal also affects call_user_function_ex(), which
should be replaced by call_user_function().

t. The following ZEND_API function have changed signature:
1. Void in Zend Engine 4.0:
Expand Down

0 comments on commit 0280c64

Please sign in to comment.