From 2ff26bdf7370fff79d743c390e23cd9f477c855d Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Thu, 28 Jun 2018 12:52:16 +0200 Subject: [PATCH] [ci skip] Document new typedef zif_handler --- UPGRADING.INTERNALS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index e7973c11b0..d110589b02 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -20,6 +20,7 @@ PHP 7.3 INTERNALS UPGRADE NOTES q. sapi_cli_single_write() r. php_url s. zend_function.reserved[] + t. zif_handler 2. Build system changes a. Unix build system changes @@ -134,6 +135,9 @@ PHP 7.3 INTERNALS UPGRADE NOTES ZEND_ACC_FAKE_CLOSURE flags use reserved[0] for internal purpose. Third party extensions must not modify reserved[] fields of these functions. + t. For internal functions the typedef zif_handler has been introduced. It is + recommended to use this from now on, instead of defining own handler types. + ======================== 2. Build system changes ======================== -- 2.40.0