php-src/sapi
Peter Kokot 16e218a596
Autotools: Obsolete PHP_TEST_BUILD, PHP_BUILD_THREAD_SAFE, and PHP_DEF_HAVE (#15802)
The PHP_BUILD_THREAD_SAFE macro is a simple wrapper around setting the
enable_zts variable and can't be used in PHP extensions realistically.

The PHP_TEST_BUILD macro might produce warnings on certain compiler
configurations and default AC_* macros like AC_LINK_IFELSE,
AC_CHECK_LIB, or AC_CHECK_FUNC are better suited for such checks. Also,
a quick browse through the open-source PHP extensions doesn't find
usages of this macro except in imap extension where patch is was already
sent:
https://github.com/php/pecl-mail-imap/pull/11

PHP_DEF_HAVE is a wrapper around AC_DEFINE and using AC_DEFINE_UNQUOTED
and AS_TR_CPP are better suited for this task where also help text can
be passed. Usages in the open source PHP extensions have been checked and
patches sent where found.
2024-09-08 21:09:48 +02:00
..
apache2handler Autotools: Obsolete PHP_TEST_BUILD, PHP_BUILD_THREAD_SAFE, and PHP_DEF_HAVE (#15802) 2024-09-08 21:09:48 +02:00
cgi Autotools: Replace uname with host_alias for finding Solaris (#15770) 2024-09-06 08:44:10 +02:00
cli Remove Travis artefacts (#15714) 2024-09-04 01:15:10 +02:00
embed Autotools: Fix PHP_EMBED_TYPE variable substitution (#15414) 2024-08-15 11:42:47 +02:00
fpm Remove Travis artefacts (#15714) 2024-09-04 01:15:10 +02:00
fuzzer Autotools: Sync CS in sapi/fuzzer (#15417) 2024-08-15 11:38:34 +02:00
litespeed Autotools: Sync CS in sapi/litespeed (#15409) 2024-08-14 21:38:36 +02:00
phpdbg [RFC] Convert exit (and die) from language constructs to functions (#13483) 2024-08-14 12:44:12 +01:00