From: Peter Kokot Date: Sun, 29 Jul 2018 12:44:56 +0000 (+0200) Subject: [ci skip] Note HAVE_ST_BLKSIZE and HAVE_ST_RDEV X-Git-Tag: php-7.3.0beta1~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=209f05a8782bb47f884c003dc150926425eb176c;p=php [ci skip] Note HAVE_ST_BLKSIZE and HAVE_ST_RDEV --- diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index fc7c6759e5..d5e3098641 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -26,6 +26,7 @@ PHP 7.3 INTERNALS UPGRADE NOTES w. zend_class_entry.iterator_funcs x. Class declaration opcodes (DECLARE_INHERITED_CLASS ...) y. zend_constant + z. HAVE_ST_BLKSIZE and HAVE_ST_RDEV 2. Build system changes a. Unix build system changes @@ -166,6 +167,9 @@ PHP 7.3 INTERNALS UPGRADE NOTES ZEND_CONTANT_FLAGS(), ZEND_CONSTANTS_MODULE_NUMBER() and ZEND_CONTANT_SET_FLAGS() macros. + 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. + ======================== 2. Build system changes ========================