php-src/main
Peter Kokot a700451706 Remove obsolescent AC_HEADER_STDC and memcpy check
Autoconf 2.59d (released in 2006) [1] started promoting several macros
as not relevant for newer systems anymore, including the `AC_HEADER_STDC`.

This macro checks if given system has C89 compliant header files such
as `<string.h>`, `<stdlib.h>`, `<stdarg.h>`, `<float.h>`,... and defines
the `STDC_HEADERS` symbol [2]. Case is that current systems should be
well supported with at least C89 standard headers [3].

Given headers are still additionally checked with the `AC_PROG_CC`
macro, yet not needed anyway.

Additionally, the HAVE_MEMCPY check has been removed. The memcpy
function is standardized by C89 and later.

Refs:
[1] http://git.savannah.gnu.org/cgit/autoconf.git/tree/NEWS
[2] https://www.gnu.org/software/autoconf/manual/autoconf-2.69/autoconf.html
[3] https://port70.net/~nsz/c/c89/c89-draft.html#4.1.2
2019-03-01 19:22:44 +01:00
..
streams Merge branch 'PHP-7.3' into PHP-7.4 2019-02-25 13:02:58 +01:00
alloca.c Remove local variables 2019-02-03 21:03:00 +01:00
build-defs.h.in Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
explicit_bzero.c Remove local variables 2019-02-03 21:03:00 +01:00
fastcgi.c Remove local variables 2019-02-03 21:03:00 +01:00
fastcgi.h Remove local variables 2019-02-03 21:03:00 +01:00
fopen_wrappers.c Remove local variables 2019-02-03 21:03:00 +01:00
fopen_wrappers.h Remove local variables 2019-02-03 21:03:00 +01:00
getopt.c Remove local variables 2019-02-03 21:03:00 +01:00
http_status_codes.h Remove local variables 2019-02-03 21:03:00 +01:00
internal_functions_win32.c Remove local variables 2019-02-03 21:03:00 +01:00
internal_functions.c.in Remove local variables 2019-02-03 21:03:00 +01:00
main.c Implement FR #77377 handle CTRL+C in Windows 2019-02-08 18:10:31 -08:00
mergesort.c Remove local variables 2019-02-03 21:03:00 +01:00
network.c Remove local variables 2019-02-03 21:03:00 +01:00
output.c Use TSRM macros 2019-02-12 17:40:29 +03:00
php_compat.h Remove local variables 2019-02-03 21:03:00 +01:00
php_content_types.c Remove local variables 2019-02-03 21:03:00 +01:00
php_content_types.h Remove local variables 2019-02-03 21:03:00 +01:00
php_getopt.h Remove local variables 2019-02-03 21:03:00 +01:00
php_globals.h Remove local variables 2019-02-03 21:03:00 +01:00
php_ini.c Remove local variables 2019-02-03 21:03:00 +01:00
php_ini.h Remove local variables 2019-02-03 21:03:00 +01:00
php_main.h Remove local variables 2019-02-03 21:03:00 +01:00
php_memory_streams.h Remove local variables 2019-02-03 21:03:00 +01:00
php_network.h Remove local variables 2019-02-03 21:03:00 +01:00
php_open_temporary_file.c Remove local variables 2019-02-03 21:03:00 +01:00
php_open_temporary_file.h Remove local variables 2019-02-03 21:03:00 +01:00
php_output.h Remove local variables 2019-02-03 21:03:00 +01:00
php_reentrancy.h Remove local variables 2019-02-03 21:03:00 +01:00
php_scandir.c Remove local variables 2019-02-03 21:03:00 +01:00
php_scandir.h Remove local variables 2019-02-03 21:03:00 +01:00
php_stdint.h Remove local variables 2019-02-03 21:03:00 +01:00
php_streams.h Remove local variables 2019-02-03 21:03:00 +01:00
php_syslog.c Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
php_syslog.h Remove local variables 2019-02-03 21:03:00 +01:00
php_ticks.c Remove local variables 2019-02-03 21:03:00 +01:00
php_ticks.h Remove local variables 2019-02-03 21:03:00 +01:00
php_variables.c Remove local variables 2019-02-03 21:03:00 +01:00
php_variables.h Remove local variables 2019-02-03 21:03:00 +01:00
php_version.h Prepare main branch for PHP 7.3.4 2019-02-19 13:06:40 +01:00
php.h Remove obsolescent AC_HEADER_STDC and memcpy check 2019-03-01 19:22:44 +01:00
reentrancy.c Remove local variables 2019-02-03 21:03:00 +01:00
rfc1867.c Remove local variables 2019-02-03 21:03:00 +01:00
rfc1867.h Remove local variables 2019-02-03 21:03:00 +01:00
SAPI.c Remove local variables 2019-02-03 21:03:00 +01:00
SAPI.h Remove local variables 2019-02-03 21:03:00 +01:00
snprintf.c Remove local variables 2019-02-03 21:03:00 +01:00
snprintf.h Remove unused PHP_AC_BROKEN_SPRINTF and AC_ZEND_BROKEN_SPRINTF 2019-02-23 22:26:47 +01:00
spprintf.c Remove local variables 2019-02-03 21:03:00 +01:00
spprintf.h Remove unused PHP_AC_BROKEN_SNPRINTF m4 macro 2019-02-27 21:20:30 +01:00
strlcat.c Remove local variables 2019-02-03 21:03:00 +01:00
strlcpy.c Remove local variables 2019-02-03 21:03:00 +01:00