]> granicus.if.org Git - php/commitdiff
[ci skip] Document new typedef zif_handler
authorChristoph M. Becker <cmbecker69@gmx.de>
Thu, 28 Jun 2018 10:52:16 +0000 (12:52 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Thu, 28 Jun 2018 10:52:36 +0000 (12:52 +0200)
UPGRADING.INTERNALS

index e7973c11b0847885459425e428d9559d933fe1af..d110589b02529fa6c656c71fecd383074702ccb2 100644 (file)
@@ -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
 ========================