mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
PHP_DEFINE was introduced with the PHP 5 build system9d9d39a0deand then refactored via350de12bc2. This was once used to put defined constants into a single file to have more fine-graned dependencies (atomic includes). Since no known PHP extension is using this and it makes very little sense to use this, this M4 macro can be removed in favor of the Autoconf native way using AC_DEFINE and the usual included files php_config.h and config.h. - Generated unused include directory removed - Remove include dir from DEFS - Remove also include dir from PDO checks