Clean headers checks
authorPeter Kokot <peterkokot@gmail.com>
Sun, 23 Jun 2019 20:04:03 +0000 (22:04 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Thu, 27 Jun 2019 00:45:09 +0000 (02:45 +0200)
commit2079b09854ba1b7990641450ab9a69a141f7718a
tree92454c17c99037b9665d13da7008f0c24b534f5e
parent83b99527dfb624b2b87d358ba729528bac3c7aab
Clean headers checks

Some headers were checked multiple times in the main configure.ac file
and in the bundled extensions or SAPIs themselves. Also many of these
checks are then used accross other extensions or SAPIs so a central
configure.ac makes most sense for these checks.
Zend/Zend.m4
configure.ac
ext/date/config0.m4
ext/opcache/config.m4
ext/sockets/config.m4
ext/standard/config.m4
sapi/fpm/config.m4