From 72551dd89e22d3b7ace6eb881409a73d448de353 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 29 Jul 2018 21:32:35 +0200 Subject: [PATCH] [ci skip] Document RETSIGTYPE --- UPGRADING.INTERNALS | 4 ++++ 1 file changed, 4 insertions(+) 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 ======================== -- 2.40.0