]> granicus.if.org Git - php/commitdiff
Add upgrading note
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 13 Jul 2020 09:31:18 +0000 (11:31 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 13 Jul 2020 09:47:25 +0000 (11:47 +0200)
[ci skip]

UPGRADING.INTERNALS

index 6e2c8e57fdc61000d86944ddc0129c965aa1a574..08f62ba511d898ecddfd42ab9db82d5972b80065 100644 (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: