]> granicus.if.org Git - php/commit
Replace HAVE_ST_BLOCKS with HAVE_STRUCT_STAT_ST_BLOCKS
authorPeter Kokot <peterkokot@gmail.com>
Thu, 23 Aug 2018 22:33:02 +0000 (00:33 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Fri, 24 Aug 2018 16:33:23 +0000 (18:33 +0200)
commit3ceecaa9a014c0990c49bd2db1dc16db01254e4b
tree3026fc21729cd80310b499fa9900f13006d63c64
parent6136a20544a3f8a116bb38e404dadd500006b134
Replace HAVE_ST_BLOCKS with HAVE_STRUCT_STAT_ST_BLOCKS

Since Autoconf 2.50+ macro AC_STRUCT_ST_BLOCKS defines the new
HAVE_STRUCT_STAT_ST_BLOCKS symbol and has deprecated the previous
HAVE_ST_BLOCKS.

PHP 5.3 required Autoconf 2.13 (released in 1999) or newer, since PHP
5.4 the autoconf 2.59 (released in 2003) or newer was required, and
since PHP 7.2, autoconf 2.64 (released in 2008) or newer is required.
ext/phar/func_interceptors.c
ext/standard/file.c
ext/standard/filestat.c
ext/standard/ftp_fopen_wrapper.c
main/streams/userspace.c
win32/build/config.w32.h.in