]> granicus.if.org Git - php/commitdiff
[ci skip] Document RETSIGTYPE
authorPeter Kokot <peterkokot@gmail.com>
Sun, 29 Jul 2018 19:32:35 +0000 (21:32 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Sun, 29 Jul 2018 19:32:35 +0000 (21:32 +0200)
UPGRADING.INTERNALS

index d5e3098641369db6018991103532ad2e28c81f7d..31b51408e480ff49690ea3171f305e8484cfb935 100644 (file)
@@ -27,6 +27,7 @@ PHP 7.3 INTERNALS UPGRADE NOTES
   x. Class declaration opcodes (DECLARE_INHERITED_CLASS ...)
   y. zend_constant
   z. HAVE_ST_BLKSIZE and HAVE_ST_RDEV
+  aa. RETSIGTYPE
 
 2. Build system changes
   a. Unix build system changes
@@ -170,6 +171,9 @@ PHP 7.3 INTERNALS UPGRADE NOTES
  z. HAVE_ST_BLKSIZE must be replaced with HAVE_STRUCT_STAT_ST_BLKSIZE and
     HAVE_ST_RDEV must be replaced with HAVE_STRUCT_STAT_ST_RDEV.
 
+ aa. RETSIGTYPE has been removed from the generated php_config.h and should be
+    replaced with void.
+
 ========================
 2. Build system changes
 ========================