php-src/ext/standard
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
..
html_tables Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
tests Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
array.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
assert.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
base64.c Fix typos in code comments 2018-07-25 11:57:11 +02:00
base64.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
basic_functions.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
basic_functions.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
browscap.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
config.m4 Fix typo in config.m4 2018-07-29 06:10:16 +02:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
crc32.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
crc32.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
credits_ext.h Trailing whitespaces on ext/* 2018-01-04 02:38:32 -02:00
credits_sapi.h Trailing whitespaces on ext/* 2018-01-04 02:38:32 -02:00
credits.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
credits.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
crypt_blowfish.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
crypt_blowfish.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
crypt_freesec.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
crypt_freesec.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
crypt_sha256.c Reuse new alignment macros 2018-03-19 14:38:41 +01:00
crypt_sha512.c Reuse new alignment macros 2018-03-19 14:38:41 +01:00
crypt.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
css.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
css.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
cyr_convert.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
cyr_convert.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
datetime.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
datetime.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
dir.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
dl.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
dl.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
dns_win32.c Fixed incorrrecr zval_dtor() usage to replace value of argument passed by reference, that may lead to memory leaks. 2018-07-05 10:57:49 +03:00
dns.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
exec.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
exec.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
file.c Replace obsolete AC_STRUCT_ST_BLKSIZE and AC_STRUCT_ST_RDEV 2018-07-29 13:59:40 +02:00
file.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
filestat.c Replace obsolete AC_STRUCT_ST_BLKSIZE and AC_STRUCT_ST_RDEV 2018-07-29 13:59:40 +02:00
filters.c Remove extra semicolons 2018-07-25 21:47:04 -03:00
flock_compat.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
flock_compat.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
formatted_print.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
fsock.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
fsock.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
ftok.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
ftp_fopen_wrapper.c Replace obsolete AC_STRUCT_ST_BLKSIZE and AC_STRUCT_ST_RDEV 2018-07-29 13:59:40 +02:00
head.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
head.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
hrtime.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
hrtime.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
html_tables.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
html.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
html.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
http_fopen_wrapper.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
http.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
image.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
incomplete_class.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
info.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
info.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
iptc.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
lcg.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
levenshtein.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
link_win32.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
link.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
mail.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
Makefile.frag
Makefile.frag.w32 fragment targets have to match the generated ones 2017-01-04 12:18:55 +01:00
math.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
md5.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
md5.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
metaphone.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
microtime.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
microtime.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
mt_rand.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
net.c Avoid useless checks, using zend_string_efree(), in cases where the string is known to be a temporary allocated zend_string. 2018-05-08 17:30:15 +03:00
pack.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
pack.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
pageinfo.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
pageinfo.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
password.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_array.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_assert.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_browscap.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_crypt_r.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_crypt_r.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_crypt.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_dir.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_dns.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_ext_syslog.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_filestat.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_fopen_wrapper.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_fopen_wrappers.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_ftok.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_http.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_image.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_incomplete_class.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_iptc.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_lcg.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_link.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_mail.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_math.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_metaphone.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_mt_rand.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_net.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_password.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_rand.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_random.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_smart_string_public.h year++ 2018-01-02 12:57:58 +08:00
php_smart_string.h year++ 2018-01-02 12:57:58 +08:00
php_standard.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_string.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_type.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_uuencode.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_var.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_versioning.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
proc_open.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
proc_open.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
quot_print.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
quot_print.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
rand.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
random.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
scanf.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
scanf.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
sha1.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
sha1.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
soundex.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
streamsfuncs.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
streamsfuncs.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
string.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
strnatcmp.c Fix out-of bounds access 2018-07-06 19:02:19 +02:00
syslog.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
type.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
uniqid.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
uniqid.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
url_scanner_ex.c Regenerate scanners using re2c version >= 1.0.0 (newer version, at least, produce less code) 2018-07-25 12:49:03 +03:00
url_scanner_ex.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
url_scanner_ex.re Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
url.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
url.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
user_filters.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
uuencode.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
var_unserializer.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
var_unserializer.re Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
var.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
versioning.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
winver.h