php-src/sapi
Peter Kokot 7fda12218a
Autotools: Move Apache warning to SAPI's config.m4 (#14872)
This uses AC_CONFIG_COMMANDS macro to conditionally output the warning
message at the end of configure phase if non-threaded Apache
installation has been found and PHP is built without --enable-zts.

Variables set in the 2nd argument (init-cmds) are for the command
invocation scope as the first argument doesn't have any knowledge of
configure variables as described in the Autoconf docs.

This is moved as it is related only to apache2handler SAPI and also
now warning is displayed a bit nicer at the end of the configure phase
after files are generated. This also enables outputting warning when
using config.status script.
2024-07-08 17:17:33 +02:00
..
apache2handler Autotools: Move Apache warning to SAPI's config.m4 (#14872) 2024-07-08 17:17:33 +02:00
cgi Update http links to https and sync www.php.net URLs (#14854) 2024-07-07 04:23:08 +02:00
cli Update http links to https and sync www.php.net URLs (#14854) 2024-07-07 04:23:08 +02:00
embed Autotools: Simplify SAPI configure log check messages (#14764) 2024-07-02 08:11:10 +02:00
fpm [skip ci] Add link to FPM docs in FPM man page (#14853) 2024-07-08 14:59:45 +02:00
fuzzer Autotools: Sync PHP_ADD_MAKEFILE_FRAGMENT (#14766) 2024-07-03 13:15:13 +02:00
litespeed Autotools: Sync PHP_ADD_MAKEFILE_FRAGMENT (#14766) 2024-07-03 13:15:13 +02:00
phpdbg Autotools: Refactor phpdbg POSIX Threads checks (#14865) 2024-07-08 13:26:53 +02:00