php-src/sapi
Peter Kokot 98bd66f99e
Simplify clock_gettime Autoconf check (#13537)
The clock_gettime() is found in libc on modern systems, except on
Solaris <= 10 and possible similar systems, it is in the rt library.

This checks if clock_gettime() exists in the libc, then it checks if rt
library has clock_gettime, prepends it to LIBS and defines the
HAVE_CLOCK_GETTIME symbol with the template from the AC_CHECK_FUNCS.

The ac_cv_func_clock_gettime is a cache variable set by AC_CHECK_FUNCS.
2024-02-28 08:17:37 +01:00
..
apache2handler Implement "support doc comments for internal classes and functions" (#13266) 2024-02-25 08:41:31 +01:00
cgi Implement "support doc comments for internal classes and functions" (#13266) 2024-02-25 08:41:31 +01:00
cli Cleanup temp file 2024-02-21 17:58:48 +01:00
embed Sync headers installation 2024-01-28 19:50:55 +01:00
fpm Simplify clock_gettime Autoconf check (#13537) 2024-02-28 08:17:37 +01:00
fuzzer Merge branch 'PHP-8.3' 2024-01-22 10:33:18 +03:00
litespeed Implement "support doc comments for internal classes and functions" (#13266) 2024-02-25 08:41:31 +01:00
phpdbg Drop zend_mm_set_custom_debug_handlers() (#13457) 2024-02-26 14:04:33 +01:00