php-src/main
Peter Kokot d2184efb7b Replace obsolete AC_STRUCT_ST_BLKSIZE and AC_STRUCT_ST_RDEV
Autoconf 2.50 released in 2001 has made several macros obsolete. Instead
of the AC_STRUCT_ST_BLKSIZE and AC_STRUCT_ST_RDEV the new
AC_CHECK_MEMBERS should be used.

When checking for the presence of stat struct members st_blkzize and
st_rdev the new AC_CHECK_MEMBERS macro defines new constants
HAVE_STRUCT_STAT_ST_BLKSIZE and HAVE_STRUCT_STAT_ST_RDEV.

Old constants HAVE_ST_BLKSIZE and HAVE_ST_RDEV need to be replaced
respectively in PHP code (this patch) and in PHP extenstions if they use
them.

PHP 5.4 to 7.1 require Autoconf 2.59+ version, PHP 7.2 and above require
2.64+ version, and the PHP 7.2 phpize script requires 2.59+ version which
are all greater than above mentioned 2.50 version.
2018-07-29 13:59:40 +02:00
..
streams Replace obsolete AC_STRUCT_ST_BLKSIZE and AC_STRUCT_ST_RDEV 2018-07-29 13:59:40 +02:00
alloca.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
build-defs.h.in Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
explicit_bzero.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
fastcgi.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
fastcgi.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
fopen_wrappers.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
fopen_wrappers.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
getopt.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
http_status_codes.h Remove old SVN keywords substitutions 2018-06-16 13:04:30 +02:00
internal_functions_win32.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
internal_functions.c.in Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
main.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
mergesort.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
network.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
output.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_compat.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_content_types.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_content_types.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_getopt.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_globals.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_ini.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_ini.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_main.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_memory_streams.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_network.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_open_temporary_file.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_open_temporary_file.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_output.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_reentrancy.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_scandir.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_scandir.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_sprintf.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_stdint.h year++ 2018-01-02 12:57:58 +08:00
php_streams.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_syslog.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_syslog.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_ticks.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_ticks.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_variables.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_variables.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_version.h next is 7.2.5 2018-03-13 12:49:25 +01:00
php.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
reentrancy.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
rfc1867.c Fix typos in code comments 2018-07-25 11:57:11 +02:00
rfc1867.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
SAPI.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
SAPI.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
snprintf.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
snprintf.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spprintf.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spprintf.h year++ 2018-01-02 12:57:58 +08:00
strlcat.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
strlcpy.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00