1
0
mirror of https://github.com/php/php-src.git synced 2026-04-15 03:51:07 +02:00

Add upgrading note

[ci skip]
This commit is contained in:
Nikita Popov
2020-07-13 11:31:18 +02:00
parent 4884f1be85
commit 0280c64a2e

View File

@@ -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: