From 0280c64a2eaada73b644a7423ec4d718be41cd5d Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 13 Jul 2020 11:31:18 +0200 Subject: [PATCH] Add upgrading note [ci skip] --- UPGRADING.INTERNALS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 6e2c8e57fd..08f62ba511 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -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: -- 2.50.1