From: Peter Kokot Date: Sun, 29 Jul 2018 19:32:35 +0000 (+0200) Subject: [ci skip] Document RETSIGTYPE X-Git-Tag: php-7.3.0beta1~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72551dd89e22d3b7ace6eb881409a73d448de353;p=php [ci skip] Document RETSIGTYPE --- diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index d5e3098641..31b51408e4 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -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 ========================