We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4884f1b commit 0280c64Copy full SHA for 0280c64
UPGRADING.INTERNALS
@@ -140,7 +140,8 @@ PHP 8.0 INTERNALS UPGRADE NOTES
140
s. The zend_fcall_info no_separation flag has been removed, and separation is
141
never allowed. If you wish to pass (or allow passing) arguments by
142
reference, explicitly create those arguments as references using
143
- ZEND_MAKE_REF.
+ ZEND_MAKE_REF. This removal also affects call_user_function_ex(), which
144
+ should be replaced by call_user_function().
145
146
t. The following ZEND_API function have changed signature:
147
1. Void in Zend Engine 4.0:
0 commit comments