We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c68661 commit 3cf91caCopy full SHA for 3cf91ca
ext/standard/config.m4
@@ -345,7 +345,7 @@ dnl
345
346
PHP_CHECK_FUNC(res_search, resolv, socket)
347
348
-AC_CHECK_FUNCS([posix_spawn_file_actions_addchdir_np])
+AC_CHECK_FUNCS([posix_spawn_file_actions_addchdir_np elf_aux_info])
349
350
dnl
351
dnl Obsolete check for strptime() declaration. The strptime, where available,
ext/standard/crc32.c
@@ -28,7 +28,7 @@
28
# include <asm/hwcap.h>
29
# elif defined(__APPLE__)
30
# include <sys/sysctl.h>
31
-# elif defined(__FreeBSD__)
+# elif defined(HAVE_ELF_AUX_INFO)
32
# include <sys/auxv.h>
33
34
static unsigned long getauxval(unsigned long key) {
0 commit comments