php-src/docs
Peter Kokot eb76a83008
Remove PHP atomic includes and PHP_DEFINE M4 macro (#13372)
PHP_DEFINE was introduced with the PHP 5 build system
9d9d39a0de and then refactored via
350de12bc2.

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
2024-02-11 22:14:46 +01:00
..
input-filter.md Remove unnecessary usage of CONST_CS 2022-11-28 17:12:07 +01:00
mailinglist-rules.md [skip-ci] Improve documentation for better clarity to readers (#7066) 2021-05-29 05:17:51 +01:00
output-api.md [skip-ci] Improve documentation for better clarity to readers (#7066) 2021-05-29 05:17:51 +01:00
parameter-parsing-api.md Zend: Add ZPP F type check for callables that do not free trampolines 2023-10-10 13:44:21 +01:00
release-process.md [ci skip] PHP 8.0 is EOL 2024-01-09 01:46:59 +01:00
self-contained-extensions.md [skip-ci] Improve documentation for better clarity to readers (#7066) 2021-05-29 05:17:51 +01:00
streams.md [skip-ci] Improve documentation for better clarity to readers (#7066) 2021-05-29 05:17:51 +01:00
unix-build-system.md Remove PHP atomic includes and PHP_DEFINE M4 macro (#13372) 2024-02-11 22:14:46 +01:00