Skip to content

Commit 0280c64

Browse files
committed
Add upgrading note
[ci skip]
1 parent 4884f1b commit 0280c64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

UPGRADING.INTERNALS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ PHP 8.0 INTERNALS UPGRADE NOTES
140140
s. The zend_fcall_info no_separation flag has been removed, and separation is
141141
never allowed. If you wish to pass (or allow passing) arguments by
142142
reference, explicitly create those arguments as references using
143-
ZEND_MAKE_REF.
143+
ZEND_MAKE_REF. This removal also affects call_user_function_ex(), which
144+
should be replaced by call_user_function().
144145

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

0 commit comments

Comments
 (0)