]> granicus.if.org Git - php/commit
Remove C89 checks for signal.h and strerror
authorPeter Kokot <peterkokot@gmail.com>
Mon, 8 Jul 2019 10:46:51 +0000 (12:46 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Mon, 8 Jul 2019 10:46:51 +0000 (12:46 +0200)
commit550c2aa89b97b07582773f22b9a52466d8584ab8
treebcbab917777846f9c57a5565e75576a86ec4df5c
parentf002761e08b928f17b16fb7bf7885294f4128415
Remove C89 checks for signal.h and strerror

These are part of the C89 and on today's systems not needed to be
checked anymore. This removes symbols HAVE_SIGNAL and HAVE_STRERROR.

- http://port70.net/~nsz/c/c89/c89-draft.html
- locale.h is also part of C89 but will be removed per request in PHP 8
configure.ac
win32/build/config.w32.h.in