php-src/sapi
Peter Kokot 50b9ef8d94 Remove not needed checking for <errno.h>
Header `<errno.h>` is part of the standard C89 headers [1] and on
current systems checking is not need anymore since PHP requires at
least C89. This is noted also by Autoconf itself in the docs and
code [2].

The Autoconf check defined the `HAVE_ERRNO_H` symbol when building PHP
with sockets extension or fpm sapi. This symbol is not utilized across
the PHP source code except in the current version of bundled GD library
which has worked ok so far also with sockets extension or fpm sapi
disabled anyway.

Refs:
[1] https://port70.net/~nsz/c/c89/c89-draft.html#4.1.2
[2] https://git.savannah.gnu.org/cgit/autoconf.git/tree/lib/autoconf/headers.m4
2018-09-09 10:19:04 +02:00
..
apache2handler Trim trailing whitespaces in build files 2018-07-29 03:43:45 +02:00
cgi Make more tests run on Linux 2018-08-28 21:20:00 -03:00
cli Make PHP development tools files and scripts executable 2018-08-29 20:58:17 +02:00
embed Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
fpm Remove not needed checking for <errno.h> 2018-09-09 10:19:04 +02:00
litespeed Fix some misspellings 2018-08-12 16:15:45 +02:00
phpdbg Make PHP development tools files and scripts executable 2018-08-29 20:58:17 +02:00
tests Merge branch 'PHP-5.6' 2015-08-11 01:42:25 +02:00