]> granicus.if.org Git - php/commitdiff
[ci skip] Note HAVE_ST_BLKSIZE and HAVE_ST_RDEV
authorPeter Kokot <peterkokot@gmail.com>
Sun, 29 Jul 2018 12:44:56 +0000 (14:44 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Sun, 29 Jul 2018 12:44:56 +0000 (14:44 +0200)
UPGRADING.INTERNALS

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