This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by PHP configure 8.2.8, which was generated by GNU Autoconf 2.71. Invocation command line was $ ./configure --prefix=/usr/local/php_apache --with-config-file-path=/usr/local/php_apache/etc --with-apxs2=/usr/local/httpd2.4.57/bin/apxs --with-zlib-dir --with-freetype-dir --enable-mbstring --with-libxml-dir=/usr --enable-xmlreader --enable-xmlwriter --enable-soap --enable-calendar --with-curl --with-zlib --with-gd --with-pdo-mysql --with-mysqli --with-mysql-sock --enable-mysqlnd --disable-rpath --enable-inline-optimization --with-bz2 --with-zlib --enable-sockets --enable-sysvsem --enable-sysvshm --enable-pcntl --enable-mbregex --enable-exif --enable-bcmath --with-mhash --enable-zip --with-pcre-regex --with-jpeg-dir=/usr --with-png-dir=/usr --with-openssl --enable-ftp --with-kerberos --with-gettext --with-xmlrpc --with-xsl --disable-fileinfo ## --------- ## ## Platform. ## ## --------- ## hostname = wordpress uname -m = x86_64 uname -r = 3.10.0-1160.88.1.el7.x86_64 uname -s = Linux uname -v = #1 SMP Tue Mar 7 15:41:52 UTC 2023 /usr/bin/uname -p = x86_64 /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/sbin/ PATH: /usr/local/bin/ PATH: /usr/sbin/ PATH: /usr/bin/ PATH: /root/bin/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:3896: looking for aux files: config.guess config.sub configure:3909: trying ./build/ configure:3938: ./build/config.guess found configure:3938: ./build/config.sub found configure:4055: checking for grep that handles long lines and -e configure:4119: result: /usr/bin/grep configure:4124: checking for egrep configure:4192: result: /usr/bin/grep -E configure:4197: checking for a sed that does not truncate output configure:4267: result: /usr/bin/sed configure:4353: checking build system type configure:4368: result: x86_64-pc-linux-gnu configure:4388: checking host system type configure:4402: result: x86_64-pc-linux-gnu configure:4422: checking target system type configure:4436: result: x86_64-pc-linux-gnu configure:4600: checking for pkg-config configure:4623: found /usr/bin/pkg-config configure:4635: result: /usr/bin/pkg-config configure:4660: checking pkg-config is at least version 0.9.0 configure:4663: result: yes configure:4739: checking for cc configure:4760: found /usr/bin/cc configure:4771: result: cc configure:4802: checking for C compiler version configure:4811: cc --version >&5 cc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44) Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:4822: $? = 0 configure:4811: cc -v >&5 Using built-in specs. COLLECT_GCC=cc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Thread model: posix gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) configure:4822: $? = 0 configure:4811: cc -V >&5 cc: error: unrecognized command line option '-V' cc: fatal error: no input files compilation terminated. configure:4822: $? = 4 configure:4811: cc -qversion >&5 cc: error: unrecognized command line option '-qversion' cc: fatal error: no input files compilation terminated. configure:4822: $? = 4 configure:4811: cc -version >&5 cc: error: unrecognized command line option '-version' cc: fatal error: no input files compilation terminated. configure:4822: $? = 4 configure:4842: checking whether the C compiler works configure:4864: cc conftest.c >&5 configure:4868: $? = 0 configure:4918: result: yes configure:4921: checking for C compiler default output file name configure:4923: result: a.out configure:4929: checking for suffix of executables configure:4936: cc -o conftest conftest.c >&5 configure:4940: $? = 0 configure:4963: result: configure:4985: checking whether we are cross compiling configure:4993: cc -o conftest conftest.c >&5 configure:4997: $? = 0 configure:5004: ./conftest configure:5008: $? = 0 configure:5023: result: no configure:5028: checking for suffix of object files configure:5051: cc -c conftest.c >&5 configure:5055: $? = 0 configure:5077: result: o configure:5081: checking whether the compiler supports GNU C configure:5101: cc -c conftest.c >&5 configure:5101: $? = 0 configure:5111: result: yes configure:5122: checking whether cc accepts -g configure:5143: cc -c -g conftest.c >&5 configure:5143: $? = 0 configure:5187: result: yes configure:5207: checking for cc option to enable C11 features configure:5222: cc -c -g -O2 conftest.c >&5 conftest.c:61:3: error: #error "Compiler does not advertise C99 conformance" # error "Compiler does not advertise C99 conformance" ^ conftest.c:116:29: error: expected ';', ',' or ')' before 'text' test_restrict (ccp restrict text) ^ conftest.c:165:3: error: #error "Compiler does not advertise C11 conformance" # error "Compiler does not advertise C11 conformance" ^ conftest.c:196:12: error: 'syntax' undeclared here (not in a function) #define u8 syntax error! ^ conftest.c:197:29: note: in expansion of macro 'u8' char const utf8_literal[] = u8"happens to be ASCII" "another string"; ^ conftest.c:196:19: error: expected ',' or ';' before 'error' #define u8 syntax error! ^ conftest.c:197:29: note: in expansion of macro 'u8' char const utf8_literal[] = u8"happens to be ASCII" "another string"; ^ conftest.c: In function 'main': conftest.c:230:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' char *restrict newvar = "Another string"; ^ conftest.c:230:18: error: 'newvar' undeclared (first use in this function) conftest.c:230:18: note: each undeclared identifier is reported only once for each function it appears in conftest.c:240:3: error: 'for' loop initial declarations are only allowed in C99 mode for (int i = 0; i < ia->datasize; ++i) ^ conftest.c:240:3: note: use option -std=c99 or -std=gnu99 to compile your code configure:5222: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | /* end confdefs.h. */ | | /* Does the compiler advertise C89 conformance? | Do not test the value of __STDC__, because some compilers set it to 0 | while being otherwise adequately conformant. */ | #if !defined __STDC__ | # error "Compiler does not advertise C89 conformance" | #endif | | #include | #include | struct stat; | /* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */ | struct buf { int x; }; | struct buf * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not \xHH hex character constants. | These do not provoke an error unfortunately, instead are silently treated | as an "x". The following induces an error, until -std is added to get | proper ANSI mode. Curiously \x00 != x always comes out true, for an | array size at least. It is necessary to write \x00 == 0 to get something | that is true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int), | int, int); | | // Does the compiler advertise C99 conformance? | #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L | # error "Compiler does not advertise C99 conformance" | #endif | | #include | extern int puts (const char *); | extern int printf (const char *, ...); | extern int dprintf (int, const char *, ...); | extern void *malloc (size_t); | | // Check varargs macros. These examples are taken from C99 6.10.3.5. | // dprintf is used instead of fprintf to avoid needing to declare | // FILE and stderr. | #define debug(...) dprintf (2, __VA_ARGS__) | #define showlist(...) puts (#__VA_ARGS__) | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | static void | test_varargs_macros (void) | { | int x = 1234; | int y = 5678; | debug ("Flag"); | debug ("X = %d\n", x); | showlist (The first, second, and third items.); | report (x>y, "x is %d but y is %d", x, y); | } | | // Check long long types. | #define BIG64 18446744073709551615ull | #define BIG32 4294967295ul | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | #if !BIG_OK | #error "your preprocessor is broken" | #endif | #if BIG_OK | #else | #error "your preprocessor is broken" | #endif | static long long int bignum = -9223372036854775807LL; | static unsigned long long int ubignum = BIG64; | | struct incomplete_array | { | int datasize; | double data[]; | }; | | struct named_init { | int number; | const wchar_t *name; | double average; | }; | | typedef const char *ccp; | | static inline int | test_restrict (ccp restrict text) | { | // See if C++-style comments work. | // Iterate through items via the restricted pointer. | // Also check for declarations in for loops. | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | continue; | return 0; | } | | // Check varargs and va_copy. | static bool | test_varargs (const char *format, ...) | { | va_list args; | va_start (args, format); | va_list args_copy; | va_copy (args_copy, args); | | const char *str = ""; | int number = 0; | float fnumber = 0; | | while (*format) | { | switch (*format++) | { | case 's': // string | str = va_arg (args_copy, const char *); | break; | case 'd': // int | number = va_arg (args_copy, int); | break; | case 'f': // float | fnumber = va_arg (args_copy, double); | break; | default: | break; | } | } | va_end (args_copy); | va_end (args); | | return *str && number && fnumber; | } | | | // Does the compiler advertise C11 conformance? | #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L | # error "Compiler does not advertise C11 conformance" | #endif | | // Check _Alignas. | char _Alignas (double) aligned_as_double; | char _Alignas (0) no_special_alignment; | extern char aligned_as_int; | char _Alignas (0) _Alignas (int) aligned_as_int; | | // Check _Alignof. | enum | { | int_alignment = _Alignof (int), | int_array_alignment = _Alignof (int[100]), | char_alignment = _Alignof (char) | }; | _Static_assert (0 < -_Alignof (int), "_Alignof is signed"); | | // Check _Noreturn. | int _Noreturn does_not_return (void) { for (;;) continue; } | | // Check _Static_assert. | struct test_static_assert | { | int x; | _Static_assert (sizeof (int) <= sizeof (long int), | "_Static_assert does not work in struct"); | long int y; | }; | | // Check UTF-8 literals. | #define u8 syntax error! | char const utf8_literal[] = u8"happens to be ASCII" "another string"; | | // Check duplicate typedefs. | typedef long *long_ptr; | typedef long int *long_ptr; | typedef long_ptr long_ptr; | | // Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1. | struct anonymous | { | union { | struct { int i; int j; }; | struct { int k; long int l; } w; | }; | int m; | } v1; | | | int | main (int argc, char **argv) | { | int ok = 0; | | ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]); | | | // Check bool. | _Bool success = false; | success |= (argc != 0); | | // Check restrict. | if (test_restrict ("String literal") == 0) | success = true; | char *restrict newvar = "Another string"; | | // Check varargs. | success &= test_varargs ("s, d' f .", "string", 65, 34.234); | test_varargs_macros (); | | // Check flexible array members. | struct incomplete_array *ia = | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | ia->datasize = 10; | for (int i = 0; i < ia->datasize; ++i) | ia->data[i] = i * 1.234; | | // Check named initializers. | struct named_init ni = { | .number = 34, | .name = L"Test wide string", | .average = 543.34343, | }; | | ni.number = 58; | | int dynamic_array[ni.number]; | dynamic_array[0] = argv[0][0]; | dynamic_array[ni.number - 1] = 543; | | // work around unused variable warnings | ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | || dynamic_array[ni.number - 1] != 543); | | | _Static_assert ((offsetof (struct anonymous, i) | == offsetof (struct anonymous, w.k)), | "Anonymous union alignment botch"); | v1.i = 2; | v1.w.k = 5; | ok |= v1.i != 5; | | return ok; | } | configure:5222: cc -std=gnu11 -c -g -O2 conftest.c >&5 configure:5222: $? = 0 configure:5243: result: -std=gnu11 configure:5356: checking how to run the C preprocessor configure:5382: cc -std=gnu11 -E conftest.c configure:5382: $? = 0 configure:5397: cc -std=gnu11 -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:5397: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | /* end confdefs.h. */ | #include configure:5424: result: cc -std=gnu11 -E configure:5438: cc -std=gnu11 -E conftest.c configure:5438: $? = 0 configure:5453: cc -std=gnu11 -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:5453: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | /* end confdefs.h. */ | #include configure:5486: checking for icc configure:5496: result: no configure:5510: checking for suncc configure:5520: result: no configure:5540: checking how to run the C preprocessor configure:5608: result: cc -std=gnu11 -E configure:5622: cc -std=gnu11 -E conftest.c configure:5622: $? = 0 configure:5637: cc -std=gnu11 -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:5637: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | /* end confdefs.h. */ | #include configure:5671: checking for stdio.h configure:5671: cc -std=gnu11 -c -g -O2 conftest.c >&5 configure:5671: $? = 0 configure:5671: result: yes configure:5671: checking for stdlib.h configure:5671: cc -std=gnu11 -c -g -O2 conftest.c >&5 configure:5671: $? = 0 configure:5671: result: yes configure:5671: checking for string.h configure:5671: cc -std=gnu11 -c -g -O2 conftest.c >&5 configure:5671: $? = 0 configure:5671: result: yes configure:5671: checking for inttypes.h configure:5671: cc -std=gnu11 -c -g -O2 conftest.c >&5 configure:5671: $? = 0 configure:5671: result: yes configure:5671: checking for stdint.h configure:5671: cc -std=gnu11 -c -g -O2 conftest.c >&5 configure:5671: $? = 0 configure:5671: result: yes configure:5671: checking for strings.h configure:5671: cc -std=gnu11 -c -g -O2 conftest.c >&5 configure:5671: $? = 0 configure:5671: result: yes configure:5671: checking for sys/stat.h configure:5671: cc -std=gnu11 -c -g -O2 conftest.c >&5 configure:5671: $? = 0 configure:5671: result: yes configure:5671: checking for sys/types.h configure:5671: cc -std=gnu11 -c -g -O2 conftest.c >&5 configure:5671: $? = 0 configure:5671: result: yes configure:5671: checking for unistd.h configure:5671: cc -std=gnu11 -c -g -O2 conftest.c >&5 configure:5671: $? = 0 configure:5671: result: yes configure:5671: checking for wchar.h configure:5671: cc -std=gnu11 -c -g -O2 conftest.c >&5 configure:5671: $? = 0 configure:5671: result: yes configure:5671: checking for minix/config.h configure:5671: cc -std=gnu11 -c -g -O2 conftest.c >&5 conftest.c:47:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:5671: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5671: result: no configure:5702: checking whether it is safe to define __EXTENSIONS__ configure:5721: cc -std=gnu11 -c -g -O2 conftest.c >&5 configure:5721: $? = 0 configure:5729: result: yes configure:5732: checking whether _XOPEN_SOURCE should be defined configure:5754: cc -std=gnu11 -c -g -O2 conftest.c >&5 configure:5754: $? = 0 configure:5781: result: no configure:5837: checking whether ln -s works configure:5841: result: yes configure:5909: checking for system library directory configure:5925: result: lib configure:5934: checking whether to enable runpaths configure:5949: result: no configure:5956: checking if compiler supports -Wl,-rpath, configure:5976: cc -std=gnu11 -o conftest -g -O2 conftest.c -Wl,-rpath,/usr/lib >&5 configure:5976: $? = 0 configure:5987: result: yes configure:6041: checking for gawk configure:6063: found /usr/bin/gawk configure:6074: result: gawk configure:6116: checking for bison configure:6137: found /usr/bin/bison configure:6148: result: bison configure:6161: checking for bison version configure:6204: result: 3.0.4 (ok) configure:6229: checking for re2c configure:6264: result: no configure:6326: checking for php configure:6347: found /usr/bin/php configure:6358: result: php configure:6368: checking for php version configure:6383: result: 8.0.28 (ok) configure:6395: checking whether to enable computed goto gcc extension with re2c configure:6410: result: no configure:6479: checking whether C compiler accepts -fvisibility=hidden configure:6499: cc -std=gnu11 -c -g -O2 -fvisibility=hidden conftest.c >&5 configure:6499: $? = 0 configure:6508: result: yes configure:6535: checking whether to force non-PIC code in shared modules configure:6549: result: no configure:6554: checking whether we are using musl libc configure:6564: result: no configure:6569: checking whether to use -D_GNU_SOURCE cflag configure:6572: result: yes configure:6584: checking whether /dev/urandom exists configure:6590: result: yes configure:6606: checking for global register variables support configure:6657: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5 configure:6657: $? = 0 configure:6676: result: yes configure:6679: checking whether __cpuid_count is available configure:6702: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5 configure:6702: $? = 0 configure:6715: result: yes configure:6726: checking for pthreads_cflags configure:6757: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -kthread -D_GNU_SOURCE conftest.c >&5 cc: error: unrecognized command line option '-kthread' configure:6757: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | /* end confdefs.h. */ | | #include | #include | | void *thread_routine(void *data) { | return data; | } | | int main() { | pthread_t thd; | pthread_mutexattr_t mattr; | int data = 1; | pthread_mutexattr_init(&mattr); | return pthread_create(&thd, NULL, thread_routine, &data); | } configure:6757: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE conftest.c >&5 configure:6757: $? = 0 configure:6779: result: -pthread configure:6782: checking for pthreads_lib configure:6813: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lpthread >&5 configure:6813: $? = 0 configure:6835: result: pthread configure:6906: result: configure:6908: result: Configuring SAPI modules configure:6942: checking for Apache 2 handler module support via DSO through APXS configure:7577: result: yes configure:7612: checking for setproctitle configure:7612: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5 /tmp/ccWJy3ID.o: In function `main': /root/php-8.2.8/conftest.c:66: undefined reference to `setproctitle' collect2: error: ld returned 1 exit status configure:7612: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | /* end confdefs.h. */ | /* Define setproctitle to an innocuous variant, in case declares setproctitle. | For example, HP-UX 11i declares gettimeofday. */ | #define setproctitle innocuous_setproctitle | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char setproctitle (); below. */ | | #include | #undef setproctitle | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char setproctitle (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_setproctitle || defined __stub___setproctitle | choke me | #endif | | int | main (void) | { | return setproctitle (); | ; | return 0; | } configure:7612: result: no configure:7620: checking for sys/pstat.h configure:7620: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5 conftest.c:67:23: fatal error: sys/pstat.h: No such file or directory #include ^ compilation terminated. configure:7620: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:7620: result: no configure:7628: checking for PS_STRINGS configure:7648: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5 conftest.c:39:29: fatal error: machine/vmparam.h: No such file or directory #include ^ compilation terminated. configure:7648: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | /* end confdefs.h. */ | #include | #include | | int | main (void) | { | PS_STRINGS->ps_nargvstr = 1; | PS_STRINGS->ps_argvstr = "foo"; | ; | return 0; | } configure:7657: result: no configure:7665: checking for CLI build configure:7827: result: yes configure:7855: checking for embedded SAPI library support configure:8062: result: no configure:8121: checking for FPM build configure:10110: result: no configure:10117: checking for clang fuzzer SAPI configure:11296: result: no configure:11302: checking for LiteSpeed support configure:11475: result: no configure:11484: checking for phpdbg support configure:11520: result: yes configure:11529: checking for phpdbg debug build configure:11544: result: no configure:11553: checking for phpdbg readline support configure:11568: result: no configure:11575: checking whether termios.h defines TIOCGWINSZ configure:11600: result: no configure:11604: checking whether sys/ioctl.h defines TIOCGWINSZ configure:11629: result: yes configure:11656: checking for phpdbg and readline integration configure:11671: result: disabled configure:11675: checking for userfaultfd faulting on write-protected memory support configure:11690: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5 conftest.c:45:7: error: #error userfaults on write-protected memory not supported # error userfaults on write-protected memory not supported ^ configure:11690: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | /* end confdefs.h. */ | | #include | #ifndef UFFDIO_WRITEPROTECT_MODE_WP | # error userfaults on write-protected memory not supported | #endif | configure:11698: result: no configure:12030: checking for CGI build configure:12033: result: yes configure:12036: checking for sun_len in sys/un.h configure:12052: result: no configure:12058: checking whether cross-process locking is required by accept() configure:12069: result: no configure:12222: checking for chosen SAPI module configure:12224: result: apache2handler configure:12227: checking for executable SAPI binaries configure:12230: result: cli phpdbg cgi configure:12281: result: configure:12283: result: Running system checks configure:12291: checking for sendmail configure:12315: found /usr/sbin/sendmail configure:12328: result: /usr/sbin/sendmail configure:12342: checking whether system uses EBCDIC configure:12363: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5 configure:12363: $? = 0 configure:12363: ./conftest configure:12363: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | /* end confdefs.h. */ | | int main(void) { | return (unsigned char)'A' != (unsigned char)0xC1; | } | configure:12378: result: no configure:12385: checking whether byte ordering is bigendian configure:12413: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5 configure:12413: $? = 0 configure:12413: ./conftest configure:12413: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | /* end confdefs.h. */ | | int main(void) | { | short one = 1; | char *cp = (char *)&one; | | if (*cp == 0) { | return(0); | } else { | return(1); | } | } | configure:12425: result: no configure:12435: checking whether writing to stdout works configure:12473: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5 configure:12473: $? = 0 configure:12473: ./conftest configure:12473: $? = 0 configure:12489: result: yes configure:12543: checking for socket configure:12543: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5 configure:12543: $? = 0 configure:12543: result: yes configure:12856: checking for socketpair configure:12856: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5 configure:12856: $? = 0 configure:12856: result: yes configure:13169: checking for htonl configure:13169: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5 configure:13169: $? = 0 configure:13169: result: yes configure:13482: checking for gethostname configure:13482: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5 configure:13482: $? = 0 configure:13482: result: yes configure:13795: checking for gethostbyaddr configure:13795: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5 configure:13795: $? = 0 configure:13795: result: yes configure:14108: checking for dlopen configure:14108: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5 /tmp/cczZsuoG.o: In function `main': /root/php-8.2.8/conftest.c:75: undefined reference to `dlopen' collect2: error: ld returned 1 exit status configure:14108: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | /* end confdefs.h. */ | /* Define dlopen to an innocuous variant, in case declares dlopen. | For example, HP-UX 11i declares gettimeofday. */ | #define dlopen innocuous_dlopen | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dlopen (); below. */ | | #include | #undef dlopen | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dlopen (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_dlopen || defined __stub___dlopen | choke me | #endif | | int | main (void) | { | return dlopen (); | ; | return 0; | } configure:14108: result: no configure:14113: checking for __dlopen configure:14113: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread >&5 /tmp/ccBv8YON.o: In function `main': /root/php-8.2.8/conftest.c:75: undefined reference to `__dlopen' collect2: error: ld returned 1 exit status configure:14113: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | /* end confdefs.h. */ | /* Define __dlopen to an innocuous variant, in case declares __dlopen. | For example, HP-UX 11i declares gettimeofday. */ | #define __dlopen innocuous___dlopen | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __dlopen (); below. */ | | #include | #undef __dlopen | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char __dlopen (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub___dlopen || defined __stub_____dlopen | choke me | #endif | | int | main (void) | { | return __dlopen (); | ; | return 0; | } configure:14113: result: no configure:14137: checking for dlopen in -ldl configure:14160: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -ldl -lpthread >&5 configure:14160: $? = 0 configure:14170: result: yes configure:14236: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lpthread -ldl >&5 configure:14236: $? = 0 configure:14236: ./conftest configure:14236: $? = 0 configure:14421: checking for dlsym configure:14421: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -ldl -lpthread >&5 configure:14421: $? = 0 configure:14421: result: yes configure:14734: checking for sin in -lm configure:14757: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 conftest.c:56:6: warning: conflicting types for built-in function 'sin' [enabled by default] char sin (); ^ configure:14757: $? = 0 configure:14767: result: yes configure:14843: checking for inet_aton configure:14843: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:14843: $? = 0 configure:14843: result: yes configure:15153: checking for stdint.h configure:15153: result: yes configure:15176: checking for dirent.h configure:15176: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:15176: $? = 0 configure:15176: result: yes configure:15199: checking for sys/param.h configure:15199: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:15199: $? = 0 configure:15199: result: yes configure:15222: checking for sys/types.h configure:15222: result: yes configure:15245: checking for sys/time.h configure:15245: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:15245: $? = 0 configure:15245: result: yes configure:15268: checking for netinet/in.h configure:15268: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:15268: $? = 0 configure:15268: result: yes configure:15291: checking for alloca.h configure:15291: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:15291: $? = 0 configure:15291: result: yes configure:15314: checking for arpa/inet.h configure:15314: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:15314: $? = 0 configure:15314: result: yes configure:15337: checking for arpa/nameser.h configure:15337: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:15337: $? = 0 configure:15337: result: yes configure:15360: checking for crypt.h configure:15360: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:15360: $? = 0 configure:15360: result: yes configure:15383: checking for dns.h configure:15383: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c:82:17: fatal error: dns.h: No such file or directory #include ^ compilation terminated. configure:15383: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_PARAM_H | #include | #endif | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_TIME_H | #include | #endif | #ifdef HAVE_NETINET_IN_H | #include | #endif | #ifdef HAVE_ARPA_NAMESER_H | #include | #endif | | | #include configure:15383: result: no configure:15406: checking for fcntl.h configure:15406: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:15406: $? = 0 configure:15406: result: yes configure:15429: checking for grp.h configure:15429: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:15429: $? = 0 configure:15429: result: yes configure:15452: checking for ieeefp.h configure:15452: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c:84:20: fatal error: ieeefp.h: No such file or directory #include ^ compilation terminated. configure:15452: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_PARAM_H | #include | #endif | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_TIME_H | #include | #endif | #ifdef HAVE_NETINET_IN_H | #include | #endif | #ifdef HAVE_ARPA_NAMESER_H | #include | #endif | | | #include configure:15452: result: no configure:15475: checking for langinfo.h configure:15475: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:15475: $? = 0 configure:15475: result: yes configure:15498: checking for linux/filter.h configure:15498: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:15498: $? = 0 configure:15498: result: yes configure:15521: checking for linux/sock_diag.h configure:15521: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:15521: $? = 0 configure:15521: result: yes configure:15544: checking for malloc.h configure:15544: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:15544: $? = 0 configure:15544: result: yes configure:15567: checking for os/signpost.h configure:15567: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c:88:25: fatal error: os/signpost.h: No such file or directory #include ^ compilation terminated. configure:15567: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_PARAM_H | #include | #endif | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_TIME_H | #include | #endif | #ifdef HAVE_NETINET_IN_H | #include | #endif | #ifdef HAVE_ARPA_NAMESER_H | #include | #endif | | | #include configure:15567: result: no configure:15590: checking for poll.h configure:15590: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:15590: $? = 0 configure:15590: result: yes configure:15613: checking for pty.h configure:15613: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:15613: $? = 0 configure:15613: result: yes configure:15636: checking for pwd.h configure:15636: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:15636: $? = 0 configure:15636: result: yes configure:15659: checking for resolv.h configure:15659: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:15659: $? = 0 configure:15659: result: yes configure:15682: checking for strings.h configure:15682: result: yes configure:15705: checking for syslog.h configure:15705: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:15705: $? = 0 configure:15705: result: yes configure:15728: checking for sysexits.h configure:15728: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:15728: $? = 0 configure:15728: result: yes configure:15751: checking for sys/ioctl.h configure:15751: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:15751: $? = 0 configure:15751: result: yes configure:15774: checking for sys/file.h configure:15774: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:15774: $? = 0 configure:15774: result: yes configure:15797: checking for sys/mman.h configure:15797: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:15797: $? = 0 configure:15797: result: yes configure:15820: checking for sys/mount.h configure:15820: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:15820: $? = 0 configure:15820: result: yes configure:15843: checking for sys/poll.h configure:15843: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:15843: $? = 0 configure:15843: result: yes configure:15866: checking for sys/resource.h configure:15866: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:15866: $? = 0 configure:15866: result: yes configure:15889: checking for sys/select.h configure:15889: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:15889: $? = 0 configure:15889: result: yes configure:15912: checking for sys/socket.h configure:15912: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:15912: $? = 0 configure:15912: result: yes configure:15935: checking for sys/stat.h configure:15935: result: yes configure:15958: checking for sys/statfs.h configure:15958: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:15958: $? = 0 configure:15958: result: yes configure:15981: checking for sys/statvfs.h configure:15981: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:15981: $? = 0 configure:15981: result: yes configure:16004: checking for sys/vfs.h configure:16004: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:16004: $? = 0 configure:16004: result: yes configure:16027: checking for sys/sysexits.h configure:16027: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c:107:26: fatal error: sys/sysexits.h: No such file or directory #include ^ compilation terminated. configure:16027: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_PARAM_H | #include | #endif | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_TIME_H | #include | #endif | #ifdef HAVE_NETINET_IN_H | #include | #endif | #ifdef HAVE_ARPA_NAMESER_H | #include | #endif | | | #include configure:16027: result: no configure:16050: checking for sys/uio.h configure:16050: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:16050: $? = 0 configure:16050: result: yes configure:16073: checking for sys/wait.h configure:16073: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:16073: $? = 0 configure:16073: result: yes configure:16096: checking for sys/loadavg.h configure:16096: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c:109:25: fatal error: sys/loadavg.h: No such file or directory #include ^ compilation terminated. configure:16096: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_PARAM_H | #include | #endif | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_TIME_H | #include | #endif | #ifdef HAVE_NETINET_IN_H | #include | #endif | #ifdef HAVE_ARPA_NAMESER_H | #include | #endif | | | #include configure:16096: result: no configure:16119: checking for unistd.h configure:16119: result: yes configure:16142: checking for unix.h configure:16142: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c:110:18: fatal error: unix.h: No such file or directory #include ^ compilation terminated. configure:16142: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_PARAM_H | #include | #endif | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_TIME_H | #include | #endif | #ifdef HAVE_NETINET_IN_H | #include | #endif | #ifdef HAVE_ARPA_NAMESER_H | #include | #endif | | | #include configure:16142: result: no configure:16165: checking for utime.h configure:16165: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:16165: $? = 0 configure:16165: result: yes configure:16188: checking for sys/utsname.h configure:16188: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:16188: $? = 0 configure:16188: result: yes configure:16211: checking for sys/ipc.h configure:16211: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:16211: $? = 0 configure:16211: result: yes configure:16234: checking for dlfcn.h configure:16234: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:16234: $? = 0 configure:16234: result: yes configure:16257: checking for tmmintrin.h configure:16257: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 In file included from conftest.c:114:0: /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/tmmintrin.h:31:3: error: #error "SSSE3 instruction set not enabled" # error "SSSE3 instruction set not enabled" ^ configure:16257: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_PARAM_H | #include | #endif | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_TIME_H | #include | #endif | #ifdef HAVE_NETINET_IN_H | #include | #endif | #ifdef HAVE_ARPA_NAMESER_H | #include | #endif | | | #include configure:16257: result: no configure:16280: checking for nmmintrin.h configure:16280: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 In file included from conftest.c:114:0: /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/nmmintrin.h:31:3: error: #error "SSE4.2 instruction set not enabled" # error "SSE4.2 instruction set not enabled" ^ configure:16280: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_PARAM_H | #include | #endif | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_TIME_H | #include | #endif | #ifdef HAVE_NETINET_IN_H | #include | #endif | #ifdef HAVE_ARPA_NAMESER_H | #include | #endif | | | #include configure:16280: result: no configure:16303: checking for wmmintrin.h configure:16303: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 In file included from conftest.c:114:0: /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/wmmintrin.h:34:3: error: #error "AES/PCLMUL instructions not enabled" # error "AES/PCLMUL instructions not enabled" ^ configure:16303: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_PARAM_H | #include | #endif | #ifdef HAVE_SYS_TYPES_H | #include | #endif | #ifdef HAVE_SYS_TIME_H | #include | #endif | #ifdef HAVE_NETINET_IN_H | #include | #endif | #ifdef HAVE_ARPA_NAMESER_H | #include | #endif | | | #include configure:16303: result: no configure:16326: checking for immintrin.h configure:16326: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:16326: $? = 0 configure:16326: result: yes configure:16352: checking for fopencookie configure:16352: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:16352: $? = 0 configure:16352: result: yes configure:16374: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c:98:0: warning: "_GNU_SOURCE" redefined [enabled by default] #define _GNU_SOURCE ^ conftest.c:21:0: note: this is the location of the previous definition #define _GNU_SOURCE 1 ^ configure:16374: $? = 0 configure:16430: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 conftest.c:98:0: warning: "_GNU_SOURCE" redefined [enabled by default] #define _GNU_SOURCE ^ conftest.c:21:0: note: this is the location of the previous definition #define _GNU_SOURCE 1 ^ configure:16430: $? = 0 configure:16430: ./conftest configure:16430: $? = 0 configure:16488: checking for broken getcwd configure:16499: result: no configure:16505: checking for broken gcc optimize-strlen configure:16538: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:16538: $? = 0 configure:16538: ./conftest configure:16538: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | /* end confdefs.h. */ | | #include | #include | #include | struct s | { | int i; | char c[1]; | }; | int main() | { | struct s *s = malloc(sizeof(struct s) + 3); | s->i = 3; | strcpy(s->c, "foo"); | return strlen(s->c+1) == 2; | } | configure:16553: result: no configure:16562: checking whether struct tm is in sys/time.h or time.h configure:16583: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:16583: $? = 0 configure:16591: result: time.h configure:16599: checking for cc -std=gnu11 options needed to detect all undeclared functions configure:16621: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c: In function 'main': conftest.c:104:8: error: 'strchr' undeclared (first use in this function) (void) strchr; ^ conftest.c:104:8: note: each undeclared identifier is reported only once for each function it appears in configure:16621: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | /* end confdefs.h. */ | | int | main (void) | { | (void) strchr; | ; | return 0; | } configure:16648: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:16648: $? = 0 configure:16665: result: none needed configure:16679: checking for struct tm.tm_zone configure:16679: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:16679: $? = 0 configure:16679: result: yes configure:16747: checking for missing declarations of reentrant functions configure:16760: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:16760: $? = 0 configure:16784: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:16784: $? = 0 configure:16808: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:16808: $? = 0 configure:16832: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:16832: $? = 0 configure:16856: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:16856: $? = 0 configure:16869: result: done configure:16873: checking for fclose declaration configure:16886: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:16886: $? = 0 configure:16892: result: ok configure:16907: checking for struct flock configure:16927: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:16927: $? = 0 configure:16940: result: yes configure:16949: checking for socklen_t configure:16949: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:16949: $? = 0 configure:16949: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c: In function 'main': conftest.c:116:24: error: expected expression before ')' token if (sizeof ((socklen_t))) ^ configure:16949: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_SOCKET_H | # include | #endif | | | int | main (void) | { | if (sizeof ((socklen_t))) | return 0; | ; | return 0; | } configure:16949: result: yes configure:16968: checking size of intmax_t configure:17007: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:17007: $? = 0 configure:17007: ./conftest configure:17007: $? = 0 configure:17038: result: 8 configure:17042: checking size of ssize_t configure:17081: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:17081: $? = 0 configure:17081: ./conftest configure:17081: $? = 0 configure:17112: result: 8 configure:17116: checking size of ptrdiff_t configure:17155: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:17155: $? = 0 configure:17155: ./conftest configure:17155: $? = 0 configure:17186: result: 8 configure:17195: checking size of short configure:17201: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:17201: $? = 0 configure:17201: ./conftest configure:17201: $? = 0 configure:17216: result: 2 configure:17228: checking size of int configure:17234: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:17234: $? = 0 configure:17234: ./conftest configure:17234: $? = 0 configure:17249: result: 4 configure:17261: checking size of long configure:17267: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:17267: $? = 0 configure:17267: ./conftest configure:17267: $? = 0 configure:17282: result: 8 configure:17294: checking size of long long configure:17300: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:17300: $? = 0 configure:17300: ./conftest configure:17300: $? = 0 configure:17315: result: 8 configure:17327: checking size of size_t configure:17333: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:17333: $? = 0 configure:17333: ./conftest configure:17333: $? = 0 configure:17348: result: 8 configure:17360: checking size of off_t configure:17366: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:17366: $? = 0 configure:17366: ./conftest configure:17366: $? = 0 configure:17381: result: 8 configure:17389: checking for int8_t configure:17389: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:17389: $? = 0 configure:17389: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c: In function 'main': conftest.c:127:21: error: expected expression before ')' token if (sizeof ((int8_t))) ^ configure:17389: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | /* end confdefs.h. */ | | #include | #if HAVE_SYS_TYPES_H | # include | #endif | | | int | main (void) | { | if (sizeof ((int8_t))) | return 0; | ; | return 0; | } configure:17389: result: yes configure:17407: checking for int16_t configure:17407: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:17407: $? = 0 configure:17407: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c: In function 'main': conftest.c:128:22: error: expected expression before ')' token if (sizeof ((int16_t))) ^ configure:17407: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | /* end confdefs.h. */ | | #include | #if HAVE_SYS_TYPES_H | # include | #endif | | | int | main (void) | { | if (sizeof ((int16_t))) | return 0; | ; | return 0; | } configure:17407: result: yes configure:17425: checking for int32_t configure:17425: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:17425: $? = 0 configure:17425: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c: In function 'main': conftest.c:129:22: error: expected expression before ')' token if (sizeof ((int32_t))) ^ configure:17425: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | /* end confdefs.h. */ | | #include | #if HAVE_SYS_TYPES_H | # include | #endif | | | int | main (void) | { | if (sizeof ((int32_t))) | return 0; | ; | return 0; | } configure:17425: result: yes configure:17443: checking for int64_t configure:17443: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:17443: $? = 0 configure:17443: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c: In function 'main': conftest.c:130:22: error: expected expression before ')' token if (sizeof ((int64_t))) ^ configure:17443: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | /* end confdefs.h. */ | | #include | #if HAVE_SYS_TYPES_H | # include | #endif | | | int | main (void) | { | if (sizeof ((int64_t))) | return 0; | ; | return 0; | } configure:17443: result: yes configure:17461: checking for uint8_t configure:17461: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:17461: $? = 0 configure:17461: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c: In function 'main': conftest.c:131:22: error: expected expression before ')' token if (sizeof ((uint8_t))) ^ configure:17461: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | /* end confdefs.h. */ | | #include | #if HAVE_SYS_TYPES_H | # include | #endif | | | int | main (void) | { | if (sizeof ((uint8_t))) | return 0; | ; | return 0; | } configure:17461: result: yes configure:17479: checking for uint16_t configure:17479: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:17479: $? = 0 configure:17479: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c: In function 'main': conftest.c:132:23: error: expected expression before ')' token if (sizeof ((uint16_t))) ^ configure:17479: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | /* end confdefs.h. */ | | #include | #if HAVE_SYS_TYPES_H | # include | #endif | | | int | main (void) | { | if (sizeof ((uint16_t))) | return 0; | ; | return 0; | } configure:17479: result: yes configure:17497: checking for uint32_t configure:17497: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:17497: $? = 0 configure:17497: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c: In function 'main': conftest.c:133:23: error: expected expression before ')' token if (sizeof ((uint32_t))) ^ configure:17497: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | /* end confdefs.h. */ | | #include | #if HAVE_SYS_TYPES_H | # include | #endif | | | int | main (void) | { | if (sizeof ((uint32_t))) | return 0; | ; | return 0; | } configure:17497: result: yes configure:17515: checking for uint64_t configure:17515: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:17515: $? = 0 configure:17515: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c: In function 'main': conftest.c:134:23: error: expected expression before ')' token if (sizeof ((uint64_t))) ^ configure:17515: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | /* end confdefs.h. */ | | #include | #if HAVE_SYS_TYPES_H | # include | #endif | | | int | main (void) | { | if (sizeof ((uint64_t))) | return 0; | ; | return 0; | } configure:17515: result: yes configure:17537: checking for __builtin_expect configure:17553: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:17553: $? = 0 configure:17557: result: yes configure:17575: checking for __builtin_clz configure:17591: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:17591: $? = 0 configure:17595: result: yes configure:17613: checking for __builtin_clzl configure:17629: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:17629: $? = 0 configure:17633: result: yes configure:17651: checking for __builtin_clzll configure:17667: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:17667: $? = 0 configure:17671: result: yes configure:17689: checking for __builtin_ctzl configure:17705: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:17705: $? = 0 configure:17709: result: yes configure:17727: checking for __builtin_ctzll configure:17743: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:17743: $? = 0 configure:17747: result: yes configure:17765: checking for __builtin_smull_overflow configure:17782: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 conftest.c: In function 'main': conftest.c:137:5: warning: implicit declaration of function '__builtin_smull_overflow' [-Wimplicit-function-declaration] return __builtin_smull_overflow(3, 7, &tmpvar); ^ /tmp/ccjbEcMZ.o: In function `main': /root/php-8.2.8/conftest.c:137: undefined reference to `__builtin_smull_overflow' collect2: error: ld returned 1 exit status configure:17782: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | /* end confdefs.h. */ | | int | main (void) | { | | long tmpvar; | return __builtin_smull_overflow(3, 7, &tmpvar); | | ; | return 0; | } configure:17792: result: no configure:17804: checking for __builtin_smulll_overflow configure:17821: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 conftest.c: In function 'main': conftest.c:138:5: warning: implicit declaration of function '__builtin_smulll_overflow' [-Wimplicit-function-declaration] return __builtin_smulll_overflow(3, 7, &tmpvar); ^ /tmp/ccBNGTj5.o: In function `main': /root/php-8.2.8/conftest.c:138: undefined reference to `__builtin_smulll_overflow' collect2: error: ld returned 1 exit status configure:17821: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | /* end confdefs.h. */ | | int | main (void) | { | | long long tmpvar; | return __builtin_smulll_overflow(3, 7, &tmpvar); | | ; | return 0; | } configure:17831: result: no configure:17843: checking for __builtin_saddl_overflow configure:17860: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 conftest.c: In function 'main': conftest.c:139:5: warning: implicit declaration of function '__builtin_saddl_overflow' [-Wimplicit-function-declaration] return __builtin_saddl_overflow(3, 7, &tmpvar); ^ /tmp/cczaGOqa.o: In function `main': /root/php-8.2.8/conftest.c:139: undefined reference to `__builtin_saddl_overflow' collect2: error: ld returned 1 exit status configure:17860: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | /* end confdefs.h. */ | | int | main (void) | { | | long tmpvar; | return __builtin_saddl_overflow(3, 7, &tmpvar); | | ; | return 0; | } configure:17870: result: no configure:17882: checking for __builtin_saddll_overflow configure:17899: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 conftest.c: In function 'main': conftest.c:140:5: warning: implicit declaration of function '__builtin_saddll_overflow' [-Wimplicit-function-declaration] return __builtin_saddll_overflow(3, 7, &tmpvar); ^ /tmp/ccgfdOs3.o: In function `main': /root/php-8.2.8/conftest.c:140: undefined reference to `__builtin_saddll_overflow' collect2: error: ld returned 1 exit status configure:17899: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | /* end confdefs.h. */ | | int | main (void) | { | | long long tmpvar; | return __builtin_saddll_overflow(3, 7, &tmpvar); | | ; | return 0; | } configure:17909: result: no configure:17921: checking for __builtin_ssubl_overflow configure:17938: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 conftest.c: In function 'main': conftest.c:141:5: warning: implicit declaration of function '__builtin_ssubl_overflow' [-Wimplicit-function-declaration] return __builtin_ssubl_overflow(3, 7, &tmpvar); ^ /tmp/ccOMAV38.o: In function `main': /root/php-8.2.8/conftest.c:141: undefined reference to `__builtin_ssubl_overflow' collect2: error: ld returned 1 exit status configure:17938: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | /* end confdefs.h. */ | | int | main (void) | { | | long tmpvar; | return __builtin_ssubl_overflow(3, 7, &tmpvar); | | ; | return 0; | } configure:17948: result: no configure:17960: checking for __builtin_ssubll_overflow configure:17977: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 conftest.c: In function 'main': conftest.c:142:5: warning: implicit declaration of function '__builtin_ssubll_overflow' [-Wimplicit-function-declaration] return __builtin_ssubll_overflow(3, 7, &tmpvar); ^ /tmp/ccAKrUIe.o: In function `main': /root/php-8.2.8/conftest.c:142: undefined reference to `__builtin_ssubll_overflow' collect2: error: ld returned 1 exit status configure:17977: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | /* end confdefs.h. */ | | int | main (void) | { | | long long tmpvar; | return __builtin_ssubll_overflow(3, 7, &tmpvar); | | ; | return 0; | } configure:17987: result: no configure:17999: checking for __builtin_cpu_init configure:18015: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18015: $? = 0 configure:18019: result: yes configure:18037: checking for __builtin_cpu_supports configure:18053: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18053: $? = 0 configure:18057: result: yes configure:18075: checking whether the compiler supports __alignof__ configure:18096: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:18096: $? = 0 configure:18108: result: yes configure:18116: checking for struct tm.tm_gmtoff configure:18116: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:18116: $? = 0 configure:18116: result: yes configure:18126: checking for struct stat.st_blksize configure:18126: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:18126: $? = 0 configure:18126: result: yes configure:18134: checking for struct stat.st_rdev configure:18134: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:18134: $? = 0 configure:18134: result: yes configure:18144: checking for struct stat.st_blocks configure:18144: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:18144: $? = 0 configure:18144: result: yes configure:18165: checking for size_t configure:18165: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:18165: $? = 0 configure:18165: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c: In function 'main': conftest.c:176:21: error: expected expression before ')' token if (sizeof ((size_t))) ^ configure:18165: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:18165: result: yes configure:18175: checking for uid_t in sys/types.h configure:18196: result: yes configure:18209: checking for struct sockaddr_storage configure:18227: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:18227: $? = 0 configure:18236: result: yes configure:18243: checking for field sa_len in struct sockaddr configure:18262: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c: In function 'main': conftest.c:151:44: error: 'struct sockaddr' has no member named 'sa_len' static struct sockaddr sa; int n = (int) sa.sa_len; return n; ^ configure:18262: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | /* end confdefs.h. */ | #include | #include | int | main (void) | { | static struct sockaddr sa; int n = (int) sa.sa_len; return n; | ; | return 0; | } configure:18271: result: no configure:18288: checking for __attribute__((ifunc)) configure:18312: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18312: $? = 0 configure:18327: result: yes configure:18342: checking for __attribute__((target)) configure:18364: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18364: $? = 0 configure:18379: result: yes configure:18394: checking for IPv6 support configure:18413: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18413: $? = 0 configure:18422: result: yes configure:18426: checking for alphasort configure:18426: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18426: $? = 0 configure:18426: result: yes configure:18432: checking for asctime_r configure:18432: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18432: $? = 0 configure:18432: result: yes configure:18438: checking for chroot configure:18438: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18438: $? = 0 configure:18438: result: yes configure:18444: checking for ctime_r configure:18444: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18444: $? = 0 configure:18444: result: yes configure:18450: checking for explicit_memset configure:18450: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 /tmp/ccXCkFTb.o: In function `main': /root/php-8.2.8/conftest.c:179: undefined reference to `explicit_memset' collect2: error: ld returned 1 exit status configure:18450: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | /* end confdefs.h. */ | /* Define explicit_memset to an innocuous variant, in case declares explicit_memset. | For example, HP-UX 11i declares gettimeofday. */ | #define explicit_memset innocuous_explicit_memset | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char explicit_memset (); below. */ | | #include | #undef explicit_memset | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char explicit_memset (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_explicit_memset || defined __stub___explicit_memset | choke me | #endif | | int | main (void) | { | return explicit_memset (); | ; | return 0; | } configure:18450: result: no configure:18456: checking for fdatasync configure:18456: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18456: $? = 0 configure:18456: result: yes configure:18462: checking for flock configure:18462: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18462: $? = 0 configure:18462: result: yes configure:18468: checking for ftok configure:18468: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18468: $? = 0 configure:18468: result: yes configure:18474: checking for funopen configure:18474: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 /tmp/ccfVlRht.o: In function `main': /root/php-8.2.8/conftest.c:182: undefined reference to `funopen' collect2: error: ld returned 1 exit status configure:18474: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | /* end confdefs.h. */ | /* Define funopen to an innocuous variant, in case declares funopen. | For example, HP-UX 11i declares gettimeofday. */ | #define funopen innocuous_funopen | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char funopen (); below. */ | | #include | #undef funopen | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char funopen (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_funopen || defined __stub___funopen | choke me | #endif | | int | main (void) | { | return funopen (); | ; | return 0; | } configure:18474: result: no configure:18480: checking for gai_strerror configure:18480: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18480: $? = 0 configure:18480: result: yes configure:18486: checking for getcwd configure:18486: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18486: $? = 0 configure:18486: result: yes configure:18492: checking for getloadavg configure:18492: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18492: $? = 0 configure:18492: result: yes configure:18498: checking for getlogin configure:18498: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18498: $? = 0 configure:18498: result: yes configure:18504: checking for getprotobyname configure:18504: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18504: $? = 0 configure:18504: result: yes configure:18510: checking for getprotobynumber configure:18510: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18510: $? = 0 configure:18510: result: yes configure:18516: checking for getservbyname configure:18516: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18516: $? = 0 configure:18516: result: yes configure:18522: checking for getservbyport configure:18522: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18522: $? = 0 configure:18522: result: yes configure:18528: checking for getrusage configure:18528: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18528: $? = 0 configure:18528: result: yes configure:18534: checking for gettimeofday configure:18534: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18534: $? = 0 configure:18534: result: yes configure:18540: checking for gmtime_r configure:18540: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18540: $? = 0 configure:18540: result: yes configure:18546: checking for getpwnam_r configure:18546: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18546: $? = 0 configure:18546: result: yes configure:18552: checking for getgrnam_r configure:18552: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18552: $? = 0 configure:18552: result: yes configure:18558: checking for getpwuid_r configure:18558: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18558: $? = 0 configure:18558: result: yes configure:18564: checking for getwd configure:18564: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 /tmp/ccCv2oJp.o: In function `main': /root/php-8.2.8/conftest.c:196: warning: the `getwd' function is dangerous and should not be used. configure:18564: $? = 0 configure:18564: result: yes configure:18570: checking for glob configure:18570: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18570: $? = 0 configure:18570: result: yes configure:18576: checking for inet_ntoa configure:18576: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18576: $? = 0 configure:18576: result: yes configure:18582: checking for inet_ntop configure:18582: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18582: $? = 0 configure:18582: result: yes configure:18588: checking for inet_pton configure:18588: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18588: $? = 0 configure:18588: result: yes configure:18594: checking for localtime_r configure:18594: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18594: $? = 0 configure:18594: result: yes configure:18600: checking for lchown configure:18600: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18600: $? = 0 configure:18600: result: yes configure:18606: checking for memcntl configure:18606: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 /tmp/ccyoHVmT.o: In function `main': /root/php-8.2.8/conftest.c:203: undefined reference to `memcntl' collect2: error: ld returned 1 exit status configure:18606: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | /* end confdefs.h. */ | /* Define memcntl to an innocuous variant, in case declares memcntl. | For example, HP-UX 11i declares gettimeofday. */ | #define memcntl innocuous_memcntl | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char memcntl (); below. */ | | #include | #undef memcntl | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char memcntl (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_memcntl || defined __stub___memcntl | choke me | #endif | | int | main (void) | { | return memcntl (); | ; | return 0; | } configure:18606: result: no configure:18612: checking for memmove configure:18612: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 conftest.c:192:6: warning: conflicting types for built-in function 'memmove' [enabled by default] char memmove (); ^ configure:18612: $? = 0 configure:18612: result: yes configure:18618: checking for mkstemp configure:18618: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18618: $? = 0 configure:18618: result: yes configure:18624: checking for mmap configure:18624: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18624: $? = 0 configure:18624: result: yes configure:18630: checking for nice configure:18630: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18630: $? = 0 configure:18630: result: yes configure:18636: checking for nl_langinfo configure:18636: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18636: $? = 0 configure:18636: result: yes configure:18642: checking for poll configure:18642: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18642: $? = 0 configure:18642: result: yes configure:18648: checking for pthread_jit_write_protect_np configure:18648: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 /tmp/ccuzuXPm.o: In function `main': /root/php-8.2.8/conftest.c:209: undefined reference to `pthread_jit_write_protect_np' collect2: error: ld returned 1 exit status configure:18648: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | /* end confdefs.h. */ | /* Define pthread_jit_write_protect_np to an innocuous variant, in case declares pthread_jit_write_protect_np. | For example, HP-UX 11i declares gettimeofday. */ | #define pthread_jit_write_protect_np innocuous_pthread_jit_write_protect_np | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pthread_jit_write_protect_np (); below. */ | | #include | #undef pthread_jit_write_protect_np | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pthread_jit_write_protect_np (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_pthread_jit_write_protect_np || defined __stub___pthread_jit_write_protect_np | choke me | #endif | | int | main (void) | { | return pthread_jit_write_protect_np (); | ; | return 0; | } configure:18648: result: no configure:18654: checking for putenv configure:18654: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18654: $? = 0 configure:18654: result: yes configure:18660: checking for scandir configure:18660: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18660: $? = 0 configure:18660: result: yes configure:18666: checking for setitimer configure:18666: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18666: $? = 0 configure:18666: result: yes configure:18672: checking for setenv configure:18672: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18672: $? = 0 configure:18672: result: yes configure:18678: checking for shutdown configure:18678: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18678: $? = 0 configure:18678: result: yes configure:18684: checking for sigprocmask configure:18684: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18684: $? = 0 configure:18684: result: yes configure:18690: checking for statfs configure:18690: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18690: $? = 0 configure:18690: result: yes configure:18696: checking for statvfs configure:18696: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18696: $? = 0 configure:18696: result: yes configure:18702: checking for std_syslog configure:18702: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 /tmp/ccr8frFQ.o: In function `main': /root/php-8.2.8/conftest.c:217: undefined reference to `std_syslog' collect2: error: ld returned 1 exit status configure:18702: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | /* end confdefs.h. */ | /* Define std_syslog to an innocuous variant, in case declares std_syslog. | For example, HP-UX 11i declares gettimeofday. */ | #define std_syslog innocuous_std_syslog | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char std_syslog (); below. */ | | #include | #undef std_syslog | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char std_syslog (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_std_syslog || defined __stub___std_syslog | choke me | #endif | | int | main (void) | { | return std_syslog (); | ; | return 0; | } configure:18702: result: no configure:18708: checking for strcasecmp configure:18708: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 conftest.c:206:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default] char strcasecmp (); ^ configure:18708: $? = 0 configure:18708: result: yes configure:18714: checking for strnlen configure:18714: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18714: $? = 0 configure:18714: result: yes configure:18720: checking for strptime configure:18720: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18720: $? = 0 configure:18720: result: yes configure:18726: checking for strtok_r configure:18726: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18726: $? = 0 configure:18726: result: yes configure:18732: checking for symlink configure:18732: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18732: $? = 0 configure:18732: result: yes configure:18738: checking for tzset configure:18738: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18738: $? = 0 configure:18738: result: yes configure:18744: checking for unsetenv configure:18744: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18744: $? = 0 configure:18744: result: yes configure:18750: checking for usleep configure:18750: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18750: $? = 0 configure:18750: result: yes configure:18756: checking for utime configure:18756: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18756: $? = 0 configure:18756: result: yes configure:18762: checking for vasprintf configure:18762: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18762: $? = 0 configure:18762: result: yes configure:18768: checking for asprintf configure:18768: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18768: $? = 0 configure:18768: result: yes configure:18774: checking for nanosleep configure:18774: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18774: $? = 0 configure:18774: result: yes configure:18780: checking for memmem configure:18780: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18780: $? = 0 configure:18780: result: yes configure:18786: checking for memrchr configure:18786: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18786: $? = 0 configure:18786: result: yes configure:18792: checking for strerror_r configure:18792: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread >&5 configure:18792: $? = 0 configure:18792: result: yes configure:18808: checking how many arguments gethostbyname_r() takes configure:18844: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c: In function 'main': conftest.c:211:13: error: too few arguments to function 'gethostbyname_r' (void)gethostbyname_r(name) /* ; */ ^ In file included from conftest.c:205:0: /usr/include/netdb.h:179:12: note: declared here extern int gethostbyname_r (const char *__restrict __name, ^ configure:18844: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | /* end confdefs.h. */ | #include | int | main (void) | { | | char *name = "www.gnu.org"; | (void)gethostbyname_r(name) /* ; */ | | ; | return 0; | } configure:18875: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:18875: $? = 0 configure:18978: result: six configure:19014: checking for nanosleep in -lrt configure:19037: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lm -ldl -lpthread >&5 configure:19037: $? = 0 configure:19047: result: yes configure:19113: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lm -ldl -lpthread -lrt >&5 configure:19113: $? = 0 configure:19113: ./conftest configure:19113: $? = 0 configure:19157: checking for setsockopt in -lnetwork configure:19180: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lnetwork -lrt -lm -ldl -lpthread >&5 /usr/bin/ld: cannot find -lnetwork collect2: error: ld returned 1 exit status configure:19180: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char setsockopt (); | int | main (void) | { | return setsockopt (); | ; | return 0; | } configure:19190: result: no configure:19197: checking for __setsockopt in -lnetwork configure:19220: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lnetwork -lrt -lm -ldl -lpthread >&5 /usr/bin/ld: cannot find -lnetwork collect2: error: ld returned 1 exit status configure:19220: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char __setsockopt (); | int | main (void) | { | return __setsockopt (); | ; | return 0; | } configure:19230: result: no configure:19295: checking for getaddrinfo configure:19312: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lm -ldl -lpthread >&5 configure:19312: $? = 0 configure:19370: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lm -ldl -lpthread >&5 configure:19370: $? = 0 configure:19370: ./conftest configure:19370: $? = 0 configure:19386: result: yes configure:19394: checking for copy_file_range configure:19427: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lm -ldl -lpthread >&5 conftest.c: In function 'main': conftest.c:219:1: warning: implicit declaration of function 'copy_file_range' [-Wimplicit-function-declaration] (void)copy_file_range(-1, 0, -1, 0, 0, 0); ^ conftest.c:221:2: error: #error "kernel too old" #error "kernel too old" ^ configure:19427: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | /* end confdefs.h. */ | | #ifdef __linux__ | #ifndef _GNU_SOURCE | #define _GNU_SOURCE | #endif | #include | #include | | int main(void) { | (void)copy_file_range(-1, 0, -1, 0, 0, 0); | #if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0) | #error "kernel too old" | #else | return 0; | #endif | } | #else | #error "unsupported platform" | #endif | configure:19439: result: no configure:19448: checking for strlcat configure:19448: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lm -ldl -lpthread >&5 /tmp/ccGapz7h.o: In function `main': /root/php-8.2.8/conftest.c:237: undefined reference to `strlcat' collect2: error: ld returned 1 exit status configure:19448: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | /* end confdefs.h. */ | /* Define strlcat to an innocuous variant, in case declares strlcat. | For example, HP-UX 11i declares gettimeofday. */ | #define strlcat innocuous_strlcat | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strlcat (); below. */ | | #include | #undef strlcat | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char strlcat (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_strlcat || defined __stub___strlcat | choke me | #endif | | int | main (void) | { | return strlcat (); | ; | return 0; | } configure:19448: result: no configure:19461: checking for strlcpy configure:19461: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lm -ldl -lpthread >&5 /tmp/ccC04GHm.o: In function `main': /root/php-8.2.8/conftest.c:237: undefined reference to `strlcpy' collect2: error: ld returned 1 exit status configure:19461: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | /* end confdefs.h. */ | /* Define strlcpy to an innocuous variant, in case declares strlcpy. | For example, HP-UX 11i declares gettimeofday. */ | #define strlcpy innocuous_strlcpy | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strlcpy (); below. */ | | #include | #undef strlcpy | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char strlcpy (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_strlcpy || defined __stub___strlcpy | choke me | #endif | | int | main (void) | { | return strlcpy (); | ; | return 0; | } configure:19461: result: no configure:19474: checking for explicit_bzero configure:19474: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lm -ldl -lpthread >&5 /tmp/ccsesOMs.o: In function `main': /root/php-8.2.8/conftest.c:237: undefined reference to `explicit_bzero' collect2: error: ld returned 1 exit status configure:19474: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | /* end confdefs.h. */ | /* Define explicit_bzero to an innocuous variant, in case declares explicit_bzero. | For example, HP-UX 11i declares gettimeofday. */ | #define explicit_bzero innocuous_explicit_bzero | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char explicit_bzero (); below. */ | | #include | #undef explicit_bzero | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char explicit_bzero (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_explicit_bzero || defined __stub___explicit_bzero | choke me | #endif | | int | main (void) | { | return explicit_bzero (); | ; | return 0; | } configure:19474: result: no configure:19487: checking for getopt configure:19487: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lm -ldl -lpthread >&5 configure:19487: $? = 0 configure:19487: result: yes configure:19503: checking for working alloca.h configure:19521: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lm -ldl -lpthread >&5 configure:19521: $? = 0 configure:19530: result: yes configure:19538: checking for alloca configure:19583: result: yes configure:19651: checking for type of reentrant time-related functions configure:19682: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lm -ldl -lpthread >&5 conftest.c: In function 'main': conftest.c:222:3: warning: assignment makes integer from pointer without a cast [enabled by default] s = gmtime_r(&old, &t); ^ conftest.c:223:1: error: too many arguments to function 'asctime_r' r = (int) asctime_r(&t, buf, 26); ^ In file included from conftest.c:214:0: /usr/include/time.h:272:14: note: declared here extern char *asctime_r (const struct tm *__restrict __tp, ^ conftest.c:223:5: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] r = (int) asctime_r(&t, buf, 26); ^ configure:19682: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | /* end confdefs.h. */ | | #include | | int main() { | char buf[27]; | struct tm t; | time_t old = 0; | int r, s; | | s = gmtime_r(&old, &t); | r = (int) asctime_r(&t, buf, 26); | if (r == s && s == 0) return (0); | return (1); | } | configure:19711: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lm -ldl -lpthread >&5 conftest.c: In function 'main': conftest.c:221:3: error: too many arguments to function 'asctime_r' p = asctime_r(&t, buf, 26); ^ In file included from conftest.c:214:0: /usr/include/time.h:272:14: note: declared here extern char *asctime_r (const struct tm *__restrict __tp, ^ configure:19711: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | /* end confdefs.h. */ | | #include | int main() { | struct tm t, *s; | time_t old = 0; | char buf[27], *p; | | s = gmtime_r(&old, &t); | p = asctime_r(&t, buf, 26); | if (p == buf && s == &t) return (0); | return (1); | } | configure:19733: result: POSIX configure:19745: checking for in_addr_t configure:19770: result: yes configure:19779: checking for aarch64 CRC32 API configure:19796: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lm -ldl -lpthread >&5 conftest.c:213:22: fatal error: arm_acle.h: No such file or directory #include ^ compilation terminated. configure:19796: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | /* end confdefs.h. */ | #include | int | main (void) | { | __crc32d(0, 0); | ; | return 0; | } configure:19805: result: no configure:19813: checking for asm goto configure:19859: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lm -ldl -lpthread >&5 configure:19859: $? = 0 configure:19859: ./conftest configure:19859: $? = 0 configure:19870: result: yes configure:19882: checking whether to enable valgrind support configure:19898: result: yes configure:19907: checking for valgrind configure:19914: $PKG_CONFIG --exists --print-errors "valgrind" Package valgrind was not found in the pkg-config search path. Perhaps you should add the directory containing `valgrind.pc' to the PKG_CONFIG_PATH environment variable No package 'valgrind' found configure:19917: $? = 1 configure:19931: $PKG_CONFIG --exists --print-errors "valgrind" Package valgrind was not found in the pkg-config search path. Perhaps you should add the directory containing `valgrind.pc' to the PKG_CONFIG_PATH environment variable No package 'valgrind' found configure:19934: $? = 1 configure:19948: result: no No package 'valgrind' found configure:20033: checking for openpty configure:20033: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lm -ldl -lpthread >&5 /tmp/cc3kIECJ.o: In function `main': /root/php-8.2.8/conftest.c:241: undefined reference to `openpty' collect2: error: ld returned 1 exit status configure:20033: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | /* end confdefs.h. */ | /* Define openpty to an innocuous variant, in case declares openpty. | For example, HP-UX 11i declares gettimeofday. */ | #define openpty innocuous_openpty | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char openpty (); below. */ | | #include | #undef openpty | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char openpty (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_openpty || defined __stub___openpty | choke me | #endif | | int | main (void) | { | return openpty (); | ; | return 0; | } configure:20033: result: no configure:20038: checking for __openpty configure:20038: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lm -ldl -lpthread >&5 /tmp/ccVA8ioO.o: In function `main': /root/php-8.2.8/conftest.c:241: undefined reference to `__openpty' collect2: error: ld returned 1 exit status configure:20038: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | /* end confdefs.h. */ | /* Define __openpty to an innocuous variant, in case declares __openpty. | For example, HP-UX 11i declares gettimeofday. */ | #define __openpty innocuous___openpty | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __openpty (); below. */ | | #include | #undef __openpty | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char __openpty (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub___openpty || defined __stub_____openpty | choke me | #endif | | int | main (void) | { | return __openpty (); | ; | return 0; | } configure:20038: result: no configure:20062: checking for openpty in -lutil configure:20085: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lutil -lrt -lm -ldl -lpthread >&5 configure:20085: $? = 0 configure:20095: result: yes configure:20161: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lm -ldl -lpthread -lutil >&5 configure:20161: $? = 0 configure:20161: ./conftest configure:20161: $? = 0 configure:20343: result: configure:20345: result: General settings configure:20361: checking whether to include gcov symbols configure:20376: result: no configure:20419: checking whether to include debugging symbols configure:20434: result: no configure:20468: checking whether to enable debug assertions in release mode configure:20483: result: no configure:20515: checking whether to dlopen extensions with RTLD_NOW instead of RTLD_LAZY configure:20530: result: no configure:20545: checking layout of installed files configure:20561: result: PHP configure:20579: checking path to configuration file configure:20595: result: /usr/local/php_apache/etc configure:20612: checking where to scan for configuration files configure:20640: result: configure:20648: checking whether to enable PHP's own SIGCHLD handler configure:20663: result: no configure:20682: checking whether to explicitly link against libgcc configure:20697: result: no configure:20760: checking whether to enable short tags by default configure:20775: result: yes configure:20794: checking whether to enable dmalloc configure:20809: result: no configure:20880: checking whether to enable IPv6 support configure:20895: result: yes configure:20910: checking whether to enable DTrace support configure:20925: result: no configure:21054: checking how big to make fd sets configure:21087: result: using system default configure:21187: result: configure:21189: result: Configuring extensions configure:21203: checking for io.h configure:21203: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c:248:16: fatal error: io.h: No such file or directory #include ^ compilation terminated. configure:21203: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:21203: result: no configure:21211: checking for strtoll configure:21211: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lutil -lrt -lm -ldl -lpthread >&5 configure:21211: $? = 0 configure:21211: result: yes configure:21217: checking for atoll configure:21217: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lutil -lrt -lm -ldl -lpthread >&5 configure:21217: $? = 0 configure:21217: result: yes configure:21602: checking whether to build with LIBXML support configure:21639: result: yes configure:21652: checking for libxml-2.0 >= 2.9.0 configure:21659: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.9.0" configure:21662: $? = 0 configure:21676: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.9.0" configure:21679: $? = 0 configure:21737: result: yes configure:22173: checking for OpenSSL support configure:22210: result: yes configure:22219: checking for Kerberos support configure:22235: result: yes configure:22244: checking whether to use system default cipher list instead of hardcoded value configure:22260: result: no configure:22529: checking for krb5-gssapi krb5 configure:22536: $PKG_CONFIG --exists --print-errors "krb5-gssapi krb5" configure:22539: $? = 0 configure:22553: $PKG_CONFIG --exists --print-errors "krb5-gssapi krb5" configure:22556: $? = 0 configure:22614: result: yes configure:22765: checking for openssl >= 1.0.2 configure:22772: $PKG_CONFIG --exists --print-errors "openssl >= 1.0.2" configure:22775: $? = 0 configure:22789: $PKG_CONFIG --exists --print-errors "openssl >= 1.0.2" configure:22792: $? = 0 configure:22850: result: yes configure:23006: checking for RAND_egd configure:23006: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto >&5 configure:23006: $? = 0 configure:23006: result: yes configure:23624: checking for PCRE library to use configure:23626: result: bundled configure:23643: checking whether to enable PCRE JIT functionality configure:23649: result: yes configure:23652: checking whether Intel CET is enabled configure:23668: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c:233:13: error: #error CET is not enabled # error CET is not enabled ^ configure:23668: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | /* end confdefs.h. */ | | | #ifndef __CET__ | # error CET is not enabled | #endif | configure:23684: result: no configure:23988: checking whether to enable the SQLite3 extension configure:24025: result: yes configure:24034: checking for sqlite3 >= 3.7.7 configure:24041: $PKG_CONFIG --exists --print-errors "sqlite3 >= 3.7.7" configure:24044: $? = 0 configure:24058: $PKG_CONFIG --exists --print-errors "sqlite3 >= 3.7.7" configure:24061: $? = 0 configure:24119: result: yes configure:24372: checking for sqlite3_errstr in -lsqlite3 configure:24395: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lsqlite3 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 >&5 configure:24395: $? = 0 configure:24405: result: yes configure:24533: checking for sqlite3_expanded_sql in -lsqlite3 configure:24556: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lsqlite3 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 >&5 /tmp/cc6E298M.o: In function `main': /root/php-8.2.8/conftest.c:240: undefined reference to `sqlite3_expanded_sql' collect2: error: ld returned 1 exit status configure:24556: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char sqlite3_expanded_sql (); | int | main (void) | { | return sqlite3_expanded_sql (); | ; | return 0; | } configure:24566: result: no configure:24695: checking for sqlite3_load_extension in -lsqlite3 configure:24718: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lsqlite3 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 >&5 configure:24718: $? = 0 configure:24728: result: yes configure:25015: checking for ZLIB support configure:25052: result: yes configure:25061: checking for zlib >= 1.2.0.4 configure:25068: $PKG_CONFIG --exists --print-errors "zlib >= 1.2.0.4" configure:25071: $? = 0 configure:25085: $PKG_CONFIG --exists --print-errors "zlib >= 1.2.0.4" configure:25088: $? = 0 configure:25146: result: yes configure:25561: checking whether to enable bc style precision math functions configure:25597: result: yes configure:25891: checking for BZip2 support configure:25928: result: yes configure:25938: checking for BZip2 in default path configure:25943: result: found in /usr configure:26063: checking for BZ2_bzerror in -lbz2 configure:26086: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz >&5 configure:26086: $? = 0 configure:26096: result: yes configure:26515: checking whether to enable calendar conversion support configure:26551: result: yes configure:26824: checking whether to enable ctype functions configure:26860: result: yes configure:27133: checking for cURL support configure:27170: result: yes configure:27179: checking for libcurl >= 7.29.0 configure:27186: $PKG_CONFIG --exists --print-errors "libcurl >= 7.29.0" configure:27189: $? = 0 configure:27203: $PKG_CONFIG --exists --print-errors "libcurl >= 7.29.0" configure:27206: $? = 0 configure:27264: result: yes configure:27273: $PKG_CONFIG --exists --print-errors "libcurl" configure:27276: $? = 0 configure:27433: checking for SSL support in libcurl configure:27438: result: yes configure:27452: checking for libcurl linked against old openssl configure:27491: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT -lcurl conftest.c -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl >&5 configure:27491: $? = 0 configure:27491: ./conftest configure:27491: $? = 2 configure: program exited with status 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | /* end confdefs.h. */ | | #include | #include | | int main(int argc, char *argv[]) | { | curl_version_info_data *data = curl_version_info(CURLVERSION_NOW); | | if (data && data->ssl_version && *data->ssl_version) { | const char *ptr = data->ssl_version; | | while(*ptr == ' ') ++ptr; | if (strncasecmp(ptr, "OpenSSL/1.1", sizeof("OpenSSL/1.1")-1) == 0) { | /* New OpenSSL version */ | return 3; | } | if (strncasecmp(ptr, "OpenSSL", sizeof("OpenSSL")-1) == 0) { | /* Old OpenSSL version */ | return 0; | } | /* Different SSL library */ | return 2; | } | /* No SSL support */ | return 1; | } | configure:27740: result: no configure:27862: checking for curl_easy_perform in -lcurl configure:27885: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT -lcurl conftest.c -lcurl -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl >&5 configure:27885: $? = 0 configure:27895: result: yes configure:28802: checking for QDBM support configure:28813: result: no configure:29145: checking for GDBM support configure:29156: result: no configure:29474: checking for NDBM support configure:29485: result: no configure:29830: checking for TCADB support configure:29841: result: no configure:30186: checking for LMDB support configure:30197: result: no configure:30519: checking for Berkeley DB4 support configure:30530: result: no configure:30841: checking for Berkeley DB3 support configure:30852: result: no configure:31163: checking for Berkeley DB2 support configure:31174: result: no configure:31402: checking for DB1 support configure:31413: result: no configure:31771: checking for DBM support configure:31782: result: no configure:32181: checking for CDB support configure:32192: result: no configure:32212: checking for INI File support configure:32223: result: no configure:32243: checking for FlatFile support configure:32254: result: no configure:32260: checking whether to enable DBA interface configure:32547: result: no configure:32557: checking whether to enable dl-test extension configure:32593: result: no configure:32863: checking whether to enable DOM support configure:32899: result: yes configure:32914: checking for libxml-2.0 >= 2.9.0 configure:32999: result: yes configure:33493: checking whether to build with Enchant support configure:33530: result: no configure:34587: checking whether to enable EXIF (metadata from images) support configure:34623: result: yes configure:34896: checking for FFI support configure:34933: result: no configure:35711: checking for fileinfo support configure:35747: result: no configure:36108: checking whether to enable input filter support configure:36144: result: yes configure:36455: checking whether to enable FTP support configure:36491: result: yes configure:36500: checking whether to explicitly enable FTP SSL support configure:36516: result: no configure:36790: checking for openssl >= 1.0.2 configure:36875: result: yes configure:37039: checking for GD support configure:37075: result: no configure:37084: checking for external libgd configure:37100: result: no configure:37110: checking for libavif configure:37126: result: no configure:37137: checking for libwebp configure:37153: result: no configure:37164: checking for libjpeg configure:37180: result: no configure:37190: checking for libXpm configure:37206: result: no configure:37215: checking for FreeType 2 configure:37231: result: no configure:37240: checking whether to enable JIS-mapped Japanese font support in GD configure:37255: result: no configure:41567: checking for GNU gettext support configure:41604: result: yes configure:41624: checking for bindtextdomain in -lintl configure:41647: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT -L/usr/lib conftest.c -lintl -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto >&5 /usr/bin/ld: cannot find -lintl collect2: error: ld returned 1 exit status configure:41647: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char bindtextdomain (); | int | main (void) | { | return bindtextdomain (); | ; | return 0; | } configure:41657: result: no configure:41666: checking for bindtextdomain in -lc configure:41689: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT -L/usr/lib conftest.c -lc -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto >&5 configure:41689: $? = 0 configure:41699: result: yes configure:42012: checking for ngettext in -lc configure:42035: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT -L/usr/lib conftest.c -lc -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto >&5 configure:42035: $? = 0 configure:42046: result: yes configure:42056: checking for dngettext in -lc configure:42079: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT -L/usr/lib conftest.c -lc -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto >&5 configure:42079: $? = 0 configure:42090: result: yes configure:42100: checking for dcngettext in -lc configure:42123: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT -L/usr/lib conftest.c -lc -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto >&5 configure:42123: $? = 0 configure:42134: result: yes configure:42144: checking for bind_textdomain_codeset in -lc configure:42167: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT -L/usr/lib conftest.c -lc -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto >&5 configure:42167: $? = 0 configure:42178: result: yes configure:42296: checking for GNU MP support configure:42333: result: no configure:43107: checking for mhash support configure:43144: result: yes configure:43172: checking size of long configure:43193: result: 8 configure:43201: checking if we're at 64-bit platform configure:43213: result: yes configure:43528: checking for iconv support configure:43565: result: yes configure:43580: checking for iconv configure:43580: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:43580: $? = 0 configure:43580: result: yes configure:44112: checking if iconv is glibc's configure:44125: cc -std=gnu11 -o conftest -I/root/php-8.2.8/ext/date/lib -I/usr/include/libxml2 -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto >&5 configure:44125: $? = 0 configure:44128: result: yes configure:44279: checking if iconv supports errno configure:44309: cc -std=gnu11 -o conftest -I/root/php-8.2.8/ext/date/lib -I/usr/include/libxml2 -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto >&5 configure:44309: $? = 0 configure:44309: ./conftest configure:44309: $? = 0 configure:44312: result: yes configure:44327: checking if iconv supports //IGNORE configure:44362: cc -std=gnu11 -o conftest -I/root/php-8.2.8/ext/date/lib -I/usr/include/libxml2 -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto >&5 configure:44362: $? = 0 configure:44362: ./conftest configure:44362: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | /* end confdefs.h. */ | | #include | #include | | int main() { | iconv_t cd = iconv_open( "UTF-8//IGNORE", "UTF-8" ); | if(cd == (iconv_t)-1) { | return 1; | } | char *in_p = "\xC3\xC3\xC3\xB8"; | size_t in_left = 4, out_left = 4096; | char *out = malloc(out_left); | char *out_p = out; | size_t result = iconv(cd, (char **) &in_p, &in_left, (char **) &out_p, &out_left); | if(result == (size_t)-1) { | return 1; | } | return 0; | } | configure:44373: result: no configure:44685: checking for IMAP support configure:44722: result: no configure:44731: checking for IMAP Kerberos support configure:44747: result: yes configure:44756: checking for IMAP SSL support configure:44772: result: no configure:46539: checking whether to enable internationalization support configure:46575: result: no configure:48652: checking for LDAP support configure:48689: result: no configure:48698: checking whether to build with LDAP Cyrus SASL support configure:48714: result: no configure:50159: checking whether to enable multibyte string support configure:50195: result: yes configure:50204: checking whether to enable multibyte regex support (requires oniguruma) configure:50219: result: yes configure:50239: checking for oniguruma configure:50246: $PKG_CONFIG --exists --print-errors "oniguruma" configure:50249: $? = 0 configure:50263: $PKG_CONFIG --exists --print-errors "oniguruma" configure:50266: $? = 0 configure:50324: result: yes configure:50568: checking if oniguruma has an invalid entry for KOI8 encoding configure:50585: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig >&5 conftest.c: In function 'main': conftest.c:263:8: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)(ONIG_ENCODING_KOI8 + 1); ^ /tmp/ccOSCOWi.o: In function `main': /root/php-8.2.8/conftest.c:267: undefined reference to `OnigEncodingKOI8' /root/php-8.2.8/conftest.c:267: undefined reference to `OnigEncodingKOI8' collect2: error: ld returned 1 exit status configure:50585: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | /* end confdefs.h. */ | | #include | | int | main (void) | { | | return (int)(ONIG_ENCODING_KOI8 + 1); | | ; | return 0; | } configure:50593: result: yes configure:51087: checking for MySQLi support configure:51124: result: yes configure:51133: checking for specified location of the MySQL UNIX socket configure:51149: result: yes configure:51163: checking for MySQL UNIX socket location configure:51195: result: /var/lib/mysql/mysql.sock configure:51555: checking for Oracle Database OCI8 support configure:51592: result: no configure:53297: checking for Adabas support configure:53454: result: no configure:53504: checking for SAP DB support configure:53591: result: no configure:53641: checking for Solid support configure:53732: result: no configure:53782: checking for IBM DB2 support configure:53850: result: no configure:53900: checking for Empress support configure:53929: result: no configure:53979: checking for Empress local access support configure:54024: result: no configure:54074: checking for a custom ODBC support configure:54092: result: no configure:54142: checking whether to build with iODBC support configure:54286: result: no configure:54336: checking for Easysoft ODBC-ODBC Bridge support configure:54354: result: no configure:54404: checking whether to build with unixODBC support configure:54560: result: no configure:54610: checking for DBMaker support configure:54734: result: no configure:55152: checking for any ODBC driver support configure:55154: result: no configure:55164: checking whether to enable Zend OPcache support configure:55200: result: yes configure:55209: checking whether to enable copying PHP CODE pages into HUGE PAGES configure:55224: result: yes configure:55233: checking whether to enable JIT configure:55248: result: yes configure:55309: checking for capstone >= 3.0.0 configure:55316: $PKG_CONFIG --exists --print-errors "capstone >= 3.0.0" Package capstone was not found in the pkg-config search path. Perhaps you should add the directory containing `capstone.pc' to the PKG_CONFIG_PATH environment variable No package 'capstone' found configure:55319: $? = 1 configure:55333: $PKG_CONFIG --exists --print-errors "capstone >= 3.0.0" Package capstone was not found in the pkg-config search path. Perhaps you should add the directory containing `capstone.pc' to the PKG_CONFIG_PATH environment variable No package 'capstone' found configure:55336: $? = 1 configure:55350: result: no No package 'capstone' found configure:55530: checking for opagent in default path configure:55541: result: not found configure:55844: checking for mprotect configure:55844: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig >&5 configure:55844: $? = 0 configure:55844: result: yes configure:55852: checking for sysvipc shared memory support configure:55926: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig >&5 configure:55926: $? = 0 configure:55926: ./conftest configure:55926: $? = 0 configure:55941: result: yes configure:55944: checking for mmap() using MAP_ANON shared memory support configure:56009: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig >&5 configure:56009: $? = 0 configure:56009: ./conftest configure:56009: $? = 0 configure:56024: result: yes configure:56032: checking for shm_open in -lrt configure:56055: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig >&5 configure:56055: $? = 0 configure:56065: result: yes configure:56131: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lrt >&5 configure:56131: $? = 0 configure:56131: ./conftest configure:56131: $? = 0 configure:56308: checking for mmap() using shm_open() shared memory support configure:56381: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig >&5 /tmp/ccPIpdVI.o: In function `main': /root/php-8.2.8/conftest.c:290: warning: the use of `mktemp' is dangerous, better use `mkstemp' configure:56381: $? = 0 configure:56381: ./conftest configure:56381: $? = 0 configure:56500: checking for shm_unlink in -lrt configure:56523: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig >&5 configure:56523: $? = 0 configure:56533: result: yes configure:56574: result: yes configure:56933: checking whether to enable pcntl support configure:56969: result: yes configure:56979: checking for fork configure:56979: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig >&5 conftest.c:285:6: warning: conflicting types for built-in function 'fork' [enabled by default] char fork (); ^ configure:56979: $? = 0 configure:56979: result: yes configure:56992: checking for waitpid configure:56992: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig >&5 configure:56992: $? = 0 configure:56992: result: yes configure:57005: checking for sigaction configure:57005: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig >&5 configure:57005: $? = 0 configure:57005: result: yes configure:57015: checking for getpriority configure:57015: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig >&5 configure:57015: $? = 0 configure:57015: result: yes configure:57021: checking for setpriority configure:57021: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig >&5 configure:57021: $? = 0 configure:57021: result: yes configure:57027: checking for wait3 configure:57027: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig >&5 configure:57027: $? = 0 configure:57027: result: yes configure:57033: checking for wait4 configure:57033: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig >&5 configure:57033: $? = 0 configure:57033: result: yes configure:57039: checking for sigwaitinfo configure:57039: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig >&5 configure:57039: $? = 0 configure:57039: result: yes configure:57045: checking for sigtimedwait configure:57045: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig >&5 configure:57045: $? = 0 configure:57045: result: yes configure:57051: checking for unshare configure:57051: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig >&5 configure:57051: $? = 0 configure:57051: result: yes configure:57057: checking for rfork configure:57057: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig >&5 /tmp/ccXc28qp.o: In function `main': /root/php-8.2.8/conftest.c:306: undefined reference to `rfork' collect2: error: ld returned 1 exit status configure:57057: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | /* end confdefs.h. */ | /* Define rfork to an innocuous variant, in case declares rfork. | For example, HP-UX 11i declares gettimeofday. */ | #define rfork innocuous_rfork | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char rfork (); below. */ | | #include | #undef rfork | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char rfork (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_rfork || defined __stub___rfork | choke me | #endif | | int | main (void) | { | return rfork (); | ; | return 0; | } configure:57057: result: no configure:57063: checking for forkx configure:57063: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig >&5 /tmp/ccbcUOBz.o: In function `main': /root/php-8.2.8/conftest.c:306: undefined reference to `forkx' collect2: error: ld returned 1 exit status configure:57063: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | /* end confdefs.h. */ | /* Define forkx to an innocuous variant, in case declares forkx. | For example, HP-UX 11i declares gettimeofday. */ | #define forkx innocuous_forkx | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char forkx (); below. */ | | #include | #undef forkx | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char forkx (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_forkx || defined __stub___forkx | choke me | #endif | | int | main (void) | { | return forkx (); | ; | return 0; | } configure:57063: result: no configure:57071: checking for siginfo_t configure:57091: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:57091: $? = 0 configure:57094: result: yes configure:57369: checking whether to enable PDO support configure:57405: result: yes configure:57724: checking for PDO_DBLIB support via FreeTDS configure:57761: result: no configure:58559: checking for Firebird support for PDO configure:58596: result: no configure:59742: checking for MySQL support for PDO configure:59779: result: yes configure:59789: checking for the location of libz configure:59805: result: yes configure:59813: checking for MySQL UNIX socket location configure:59845: result: /var/lib/mysql/mysql.sock configure:60144: checking for PDO includes configure:60160: result: /root/php-8.2.8/ext configure:60510: checking Oracle OCI support for PDO configure:60547: result: no configure:62270: checking for ODBC v3 support for PDO configure:62307: result: no configure:63410: checking for PostgreSQL support for PDO configure:63447: result: no configure:64020: checking for sqlite 3 support for PDO configure:64057: result: yes configure:64070: checking for PDO includes configure:64086: result: /root/php-8.2.8/ext configure:64097: checking for sqlite3 >= 3.7.7 configure:64182: result: yes configure:64435: checking for sqlite3_close_v2 in -lsqlite3 configure:64458: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lsqlite3 -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 >&5 configure:64458: $? = 0 configure:64468: result: yes configure:64596: checking for sqlite3_column_table_name in -lsqlite3 configure:64619: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lsqlite3 -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 >&5 configure:64619: $? = 0 configure:64629: result: yes configure:64938: checking for PostgreSQL support configure:64975: result: no configure:65580: checking for phar archive support configure:65616: result: yes configure:65878: checking for phar openssl support configure:65885: result: yes configure:65972: checking whether to enable POSIX-like functions configure:66008: result: yes configure:66274: checking for sys/mkdev.h configure:66274: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c:314:23: fatal error: sys/mkdev.h: No such file or directory #include ^ compilation terminated. configure:66274: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:66274: result: no configure:66280: checking for sys/sysmacros.h configure:66280: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:66280: $? = 0 configure:66280: result: yes configure:66288: checking for seteuid configure:66288: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 >&5 configure:66288: $? = 0 configure:66288: result: yes configure:66294: checking for setegid configure:66294: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 >&5 configure:66294: $? = 0 configure:66294: result: yes configure:66300: checking for setsid configure:66300: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 >&5 configure:66300: $? = 0 configure:66300: result: yes configure:66306: checking for getsid configure:66306: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 >&5 configure:66306: $? = 0 configure:66306: result: yes configure:66312: checking for getpgid configure:66312: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 >&5 configure:66312: $? = 0 configure:66312: result: yes configure:66318: checking for ctermid configure:66318: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 >&5 configure:66318: $? = 0 configure:66318: result: yes configure:66324: checking for mkfifo configure:66324: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 >&5 configure:66324: $? = 0 configure:66324: result: yes configure:66330: checking for mknod configure:66330: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 >&5 configure:66330: $? = 0 configure:66330: result: yes configure:66336: checking for setrlimit configure:66336: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 >&5 configure:66336: $? = 0 configure:66336: result: yes configure:66342: checking for getrlimit configure:66342: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 >&5 configure:66342: $? = 0 configure:66342: result: yes configure:66348: checking for getgroups configure:66348: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 >&5 configure:66348: $? = 0 configure:66348: result: yes configure:66354: checking for makedev configure:66354: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 >&5 /tmp/ccZiVVNd.o: In function `main': /root/php-8.2.8/conftest.c:325: undefined reference to `makedev' collect2: error: ld returned 1 exit status configure:66354: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | /* end confdefs.h. */ | /* Define makedev to an innocuous variant, in case declares makedev. | For example, HP-UX 11i declares gettimeofday. */ | #define makedev innocuous_makedev | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char makedev (); below. */ | | #include | #undef makedev | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char makedev (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_makedev || defined __stub___makedev | choke me | #endif | | int | main (void) | { | return makedev (); | ; | return 0; | } configure:66354: result: no configure:66360: checking for initgroups configure:66360: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 >&5 configure:66360: $? = 0 configure:66360: result: yes configure:66366: checking for getgrgid_r configure:66366: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 >&5 configure:66366: $? = 0 configure:66366: result: yes configure:66374: checking for working ttyname_r() implementation configure:66396: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 >&5 configure:66396: $? = 0 configure:66396: ./conftest configure:66396: $? = 0 configure:66399: result: yes configure:66416: checking for utsname.domainname configure:66439: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c:302:0: warning: "_GNU_SOURCE" redefined [enabled by default] #define _GNU_SOURCE ^ conftest.c:21:0: note: this is the location of the previous definition #define _GNU_SOURCE 1 ^ configure:66439: $? = 0 configure:66452: result: yes configure:66467: checking for PSPELL support configure:66504: result: no configure:67184: checking whether arc4random_buf is declared configure:67184: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c: In function 'main': conftest.c:337:10: error: 'arc4random_buf' undeclared (first use in this function) (void) arc4random_buf; ^ conftest.c:337:10: note: each undeclared identifier is reported only once for each function it appears in configure:67184: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main (void) | { | #ifndef arc4random_buf | #ifdef __cplusplus | (void) arc4random_buf; | #else | (void) arc4random_buf; | #endif | #endif | | ; | return 0; | } configure:67184: result: no configure:67194: checking for CommonCrypto/CommonRandom.h configure:67194: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c:305:27: fatal error: Availability.h: No such file or directory #include ^ compilation terminated. configure:67194: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | /* end confdefs.h. */ | | #include | #include | #include | | | #include configure:67194: result: no configure:67517: checking for libedit readline replacement configure:67554: result: no configure:67564: checking for readline support configure:67601: result: no configure:70416: checking whether to enable PHP sessions configure:70452: result: yes configure:70461: checking for mm support configure:70477: result: no configure:70485: checking whether pwrite works configure:70521: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 >&5 configure:70521: $? = 0 configure:70521: ./conftest configure:70521: $? = 0 configure:70587: result: yes configure:70602: checking whether pread works configure:70638: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 >&5 configure:70638: $? = 0 configure:70638: ./conftest configure:70638: $? = 0 configure:70706: result: yes configure:71211: checking whether to enable shmop support configure:71247: result: no configure:71520: checking whether to enable SimpleXML support configure:71556: result: yes configure:71571: checking for libxml-2.0 >= 2.9.0 configure:71656: result: yes configure:72133: checking for SNMP support configure:72170: result: no configure:73310: checking whether to enable SOAP support configure:73346: result: yes configure:73361: checking for libxml-2.0 >= 2.9.0 configure:73446: result: yes configure:73867: checking whether to enable sockets support configure:73903: result: yes configure:73910: checking for hstrerror configure:73910: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 >&5 configure:73910: $? = 0 configure:73910: result: yes configure:73916: checking for if_nametoindex configure:73916: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 >&5 configure:73916: $? = 0 configure:73916: result: yes configure:73922: checking for if_indextoname configure:73922: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 >&5 configure:73922: $? = 0 configure:73922: result: yes configure:73929: checking for netinet/tcp.h configure:73929: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:73929: $? = 0 configure:73929: result: yes configure:73935: checking for sys/un.h configure:73935: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:73935: $? = 0 configure:73935: result: yes configure:73941: checking for sys/sockio.h configure:73941: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c:343:24: fatal error: sys/sockio.h: No such file or directory #include ^ compilation terminated. configure:73941: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_STDIO_H | # include | #endif | #ifdef HAVE_STDLIB_H | # include | #endif | #ifdef HAVE_STRING_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:73941: result: no configure:73952: checking for field ss_family in struct sockaddr_storage configure:73974: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:73974: $? = 0 configure:73983: result: yes configure:73992: checking if getaddrinfo supports AI_V4MAPPED configure:74012: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:74012: $? = 0 configure:74021: result: yes configure:74030: checking if getaddrinfo supports AI_ALL configure:74050: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:74050: $? = 0 configure:74059: result: yes configure:74068: checking if getaddrinfo supports AI_IDN configure:74088: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:74088: $? = 0 configure:74097: result: yes configure:74106: checking if ancillary credentials uses ucred configure:74129: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:74129: $? = 0 configure:74138: result: yes configure:74147: checking if ancillary credentials uses cmsgcred configure:74167: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c: In function 'main': conftest.c:327:8: error: variable 'c' has initializer but incomplete type struct cmsgcred c = {0}; ^ conftest.c:327:8: warning: excess elements in struct initializer [enabled by default] conftest.c:327:8: warning: (near initialization for 'c') [enabled by default] conftest.c:327:17: error: storage size of 'c' isn't known struct cmsgcred c = {0}; ^ configure:74167: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | /* end confdefs.h. */ | | #include | | int | main (void) | { | struct cmsgcred c = {0}; | ; | return 0; | } configure:74176: result: no configure:74473: checking for sodium support configure:74510: result: no configure:75391: checking whether flush should be called explicitly after a buffered io configure:75446: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 >&5 /tmp/ccf35P9n.o: In function `main': /root/php-8.2.8/conftest.c:331: warning: the use of `tmpnam' is dangerous, better use `mkstemp' configure:75446: $? = 0 configure:75446: ./conftest configure:75446: $? = 0 configure:75461: result: no configure:75472: checking for external libcrypt or libxcrypt configure:75488: result: no configure:76410: checking whether the compiler supports aligned attribute configure:76431: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:76431: $? = 0 configure:76443: result: yes configure:76460: checking for working POSIX fnmatch configure:76495: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 >&5 configure:76495: $? = 0 configure:76495: ./conftest configure:76495: $? = 0 configure:76506: result: yes configure:76522: checking for fork configure:76522: result: yes configure:76539: checking if your OS can spawn processes with inherited handles configure:76542: result: yes configure:76585: checking for res_nsearch configure:76585: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 >&5 /tmp/ccswp2aF.o: In function `main': /root/php-8.2.8/conftest.c:353: undefined reference to `res_nsearch' collect2: error: ld returned 1 exit status configure:76585: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | #define PHP_USE_PHP_CRYPT_R 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_FNMATCH 1 | #define HAVE_FORK 1 | #define PHP_CAN_SUPPORT_PROC_OPEN 1 | /* end confdefs.h. */ | /* Define res_nsearch to an innocuous variant, in case declares res_nsearch. | For example, HP-UX 11i declares gettimeofday. */ | #define res_nsearch innocuous_res_nsearch | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char res_nsearch (); below. */ | | #include | #undef res_nsearch | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char res_nsearch (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_res_nsearch || defined __stub___res_nsearch | choke me | #endif | | int | main (void) | { | return res_nsearch (); | ; | return 0; | } configure:76585: result: no configure:76590: checking for __res_nsearch configure:76590: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 >&5 /usr/bin/ld: /tmp/ccu9KleP.o: undefined reference to symbol '__res_nsearch@@GLIBC_2.2.5' //usr/lib64/libresolv.so.2: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status configure:76590: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | #define PHP_USE_PHP_CRYPT_R 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_FNMATCH 1 | #define HAVE_FORK 1 | #define PHP_CAN_SUPPORT_PROC_OPEN 1 | /* end confdefs.h. */ | /* Define __res_nsearch to an innocuous variant, in case declares __res_nsearch. | For example, HP-UX 11i declares gettimeofday. */ | #define __res_nsearch innocuous___res_nsearch | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __res_nsearch (); below. */ | | #include | #undef __res_nsearch | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char __res_nsearch (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub___res_nsearch || defined __stub_____res_nsearch | choke me | #endif | | int | main (void) | { | return __res_nsearch (); | ; | return 0; | } configure:76590: result: no configure:76614: checking for res_nsearch in -lresolv configure:76637: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lresolv -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 >&5 /tmp/ccKuatbW.o: In function `main': /root/php-8.2.8/conftest.c:334: undefined reference to `res_nsearch' collect2: error: ld returned 1 exit status configure:76637: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | #define PHP_USE_PHP_CRYPT_R 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_FNMATCH 1 | #define HAVE_FORK 1 | #define PHP_CAN_SUPPORT_PROC_OPEN 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char res_nsearch (); | int | main (void) | { | return res_nsearch (); | ; | return 0; | } configure:76647: result: no configure:76654: checking for __res_nsearch in -lresolv configure:76677: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lresolv -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 >&5 configure:76677: $? = 0 configure:76687: result: yes configure:76713: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 -lresolv >&5 configure:76713: $? = 0 configure:76713: ./conftest configure:76713: $? = 0 configure:77037: checking for res_ndestroy configure:77037: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lresolv -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 >&5 /tmp/ccC5oIXp.o: In function `main': /root/php-8.2.8/conftest.c:355: undefined reference to `res_ndestroy' collect2: error: ld returned 1 exit status configure:77037: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | #define PHP_USE_PHP_CRYPT_R 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_FNMATCH 1 | #define HAVE_FORK 1 | #define PHP_CAN_SUPPORT_PROC_OPEN 1 | #define HAVE_RES_NSEARCH 1 | #define HAVE_LIBRESOLV 1 | /* end confdefs.h. */ | /* Define res_ndestroy to an innocuous variant, in case declares res_ndestroy. | For example, HP-UX 11i declares gettimeofday. */ | #define res_ndestroy innocuous_res_ndestroy | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char res_ndestroy (); below. */ | | #include | #undef res_ndestroy | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char res_ndestroy (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_res_ndestroy || defined __stub___res_ndestroy | choke me | #endif | | int | main (void) | { | return res_ndestroy (); | ; | return 0; | } configure:77037: result: no configure:77042: checking for __res_ndestroy configure:77042: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lresolv -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 >&5 /tmp/cczhglRs.o: In function `main': /root/php-8.2.8/conftest.c:355: undefined reference to `__res_ndestroy' collect2: error: ld returned 1 exit status configure:77042: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | #define PHP_USE_PHP_CRYPT_R 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_FNMATCH 1 | #define HAVE_FORK 1 | #define PHP_CAN_SUPPORT_PROC_OPEN 1 | #define HAVE_RES_NSEARCH 1 | #define HAVE_LIBRESOLV 1 | /* end confdefs.h. */ | /* Define __res_ndestroy to an innocuous variant, in case declares __res_ndestroy. | For example, HP-UX 11i declares gettimeofday. */ | #define __res_ndestroy innocuous___res_ndestroy | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __res_ndestroy (); below. */ | | #include | #undef __res_ndestroy | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char __res_ndestroy (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub___res_ndestroy || defined __stub_____res_ndestroy | choke me | #endif | | int | main (void) | { | return __res_ndestroy (); | ; | return 0; | } configure:77042: result: no configure:77066: checking for res_ndestroy in -lresolv configure:77089: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lresolv -lresolv -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 >&5 /tmp/ccBZEpTD.o: In function `main': /root/php-8.2.8/conftest.c:336: undefined reference to `res_ndestroy' collect2: error: ld returned 1 exit status configure:77089: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | #define PHP_USE_PHP_CRYPT_R 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_FNMATCH 1 | #define HAVE_FORK 1 | #define PHP_CAN_SUPPORT_PROC_OPEN 1 | #define HAVE_RES_NSEARCH 1 | #define HAVE_LIBRESOLV 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char res_ndestroy (); | int | main (void) | { | return res_ndestroy (); | ; | return 0; | } configure:77099: result: no configure:77106: checking for __res_ndestroy in -lresolv configure:77129: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lresolv -lresolv -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 >&5 /tmp/ccFrxRMN.o: In function `main': /root/php-8.2.8/conftest.c:336: undefined reference to `__res_ndestroy' collect2: error: ld returned 1 exit status configure:77129: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | #define PHP_USE_PHP_CRYPT_R 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_FNMATCH 1 | #define HAVE_FORK 1 | #define PHP_CAN_SUPPORT_PROC_OPEN 1 | #define HAVE_RES_NSEARCH 1 | #define HAVE_LIBRESOLV 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char __res_ndestroy (); | int | main (void) | { | return __res_ndestroy (); | ; | return 0; | } configure:77139: result: no configure:77202: checking for res_ndestroy in -lbind configure:77225: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lbind -lresolv -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 >&5 /usr/bin/ld: cannot find -lbind collect2: error: ld returned 1 exit status configure:77225: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | #define PHP_USE_PHP_CRYPT_R 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_FNMATCH 1 | #define HAVE_FORK 1 | #define PHP_CAN_SUPPORT_PROC_OPEN 1 | #define HAVE_RES_NSEARCH 1 | #define HAVE_LIBRESOLV 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char res_ndestroy (); | int | main (void) | { | return res_ndestroy (); | ; | return 0; | } configure:77235: result: no configure:77242: checking for __res_ndestroy in -lbind configure:77265: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lbind -lresolv -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 >&5 /usr/bin/ld: cannot find -lbind collect2: error: ld returned 1 exit status configure:77265: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | #define PHP_USE_PHP_CRYPT_R 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_FNMATCH 1 | #define HAVE_FORK 1 | #define PHP_CAN_SUPPORT_PROC_OPEN 1 | #define HAVE_RES_NSEARCH 1 | #define HAVE_LIBRESOLV 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char __res_ndestroy (); | int | main (void) | { | return __res_ndestroy (); | ; | return 0; | } configure:77275: result: no configure:77338: checking for res_ndestroy in -lsocket configure:77361: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lsocket -lresolv -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 >&5 /usr/bin/ld: cannot find -lsocket collect2: error: ld returned 1 exit status configure:77361: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | #define PHP_USE_PHP_CRYPT_R 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_FNMATCH 1 | #define HAVE_FORK 1 | #define PHP_CAN_SUPPORT_PROC_OPEN 1 | #define HAVE_RES_NSEARCH 1 | #define HAVE_LIBRESOLV 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char res_ndestroy (); | int | main (void) | { | return res_ndestroy (); | ; | return 0; | } configure:77371: result: no configure:77378: checking for __res_ndestroy in -lsocket configure:77401: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lsocket -lresolv -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 >&5 /usr/bin/ld: cannot find -lsocket collect2: error: ld returned 1 exit status configure:77401: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | #define PHP_USE_PHP_CRYPT_R 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_FNMATCH 1 | #define HAVE_FORK 1 | #define PHP_CAN_SUPPORT_PROC_OPEN 1 | #define HAVE_RES_NSEARCH 1 | #define HAVE_LIBRESOLV 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char __res_ndestroy (); | int | main (void) | { | return __res_ndestroy (); | ; | return 0; | } configure:77411: result: no configure:77489: checking for dns_search configure:77489: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lresolv -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 >&5 /tmp/ccfxBJu9.o: In function `main': /root/php-8.2.8/conftest.c:355: undefined reference to `dns_search' collect2: error: ld returned 1 exit status configure:77489: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | #define PHP_USE_PHP_CRYPT_R 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_FNMATCH 1 | #define HAVE_FORK 1 | #define PHP_CAN_SUPPORT_PROC_OPEN 1 | #define HAVE_RES_NSEARCH 1 | #define HAVE_LIBRESOLV 1 | /* end confdefs.h. */ | /* Define dns_search to an innocuous variant, in case declares dns_search. | For example, HP-UX 11i declares gettimeofday. */ | #define dns_search innocuous_dns_search | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dns_search (); below. */ | | #include | #undef dns_search | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dns_search (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_dns_search || defined __stub___dns_search | choke me | #endif | | int | main (void) | { | return dns_search (); | ; | return 0; | } configure:77489: result: no configure:77494: checking for __dns_search configure:77494: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lresolv -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 >&5 /tmp/ccJXqkij.o: In function `main': /root/php-8.2.8/conftest.c:355: undefined reference to `__dns_search' collect2: error: ld returned 1 exit status configure:77494: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | #define PHP_USE_PHP_CRYPT_R 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_FNMATCH 1 | #define HAVE_FORK 1 | #define PHP_CAN_SUPPORT_PROC_OPEN 1 | #define HAVE_RES_NSEARCH 1 | #define HAVE_LIBRESOLV 1 | /* end confdefs.h. */ | /* Define __dns_search to an innocuous variant, in case declares __dns_search. | For example, HP-UX 11i declares gettimeofday. */ | #define __dns_search innocuous___dns_search | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __dns_search (); below. */ | | #include | #undef __dns_search | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char __dns_search (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub___dns_search || defined __stub_____dns_search | choke me | #endif | | int | main (void) | { | return __dns_search (); | ; | return 0; | } configure:77494: result: no configure:77518: checking for dns_search in -lresolv configure:77541: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lresolv -lresolv -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 >&5 /tmp/ccpgDZlv.o: In function `main': /root/php-8.2.8/conftest.c:336: undefined reference to `dns_search' collect2: error: ld returned 1 exit status configure:77541: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | #define PHP_USE_PHP_CRYPT_R 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_FNMATCH 1 | #define HAVE_FORK 1 | #define PHP_CAN_SUPPORT_PROC_OPEN 1 | #define HAVE_RES_NSEARCH 1 | #define HAVE_LIBRESOLV 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char dns_search (); | int | main (void) | { | return dns_search (); | ; | return 0; | } configure:77551: result: no configure:77558: checking for __dns_search in -lresolv configure:77581: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lresolv -lresolv -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 >&5 /tmp/ccQwjQ7A.o: In function `main': /root/php-8.2.8/conftest.c:336: undefined reference to `__dns_search' collect2: error: ld returned 1 exit status configure:77581: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | #define PHP_USE_PHP_CRYPT_R 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_FNMATCH 1 | #define HAVE_FORK 1 | #define PHP_CAN_SUPPORT_PROC_OPEN 1 | #define HAVE_RES_NSEARCH 1 | #define HAVE_LIBRESOLV 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char __dns_search (); | int | main (void) | { | return __dns_search (); | ; | return 0; | } configure:77591: result: no configure:77654: checking for dns_search in -lbind configure:77677: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lbind -lresolv -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 >&5 /usr/bin/ld: cannot find -lbind collect2: error: ld returned 1 exit status configure:77677: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | #define PHP_USE_PHP_CRYPT_R 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_FNMATCH 1 | #define HAVE_FORK 1 | #define PHP_CAN_SUPPORT_PROC_OPEN 1 | #define HAVE_RES_NSEARCH 1 | #define HAVE_LIBRESOLV 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char dns_search (); | int | main (void) | { | return dns_search (); | ; | return 0; | } configure:77687: result: no configure:77694: checking for __dns_search in -lbind configure:77717: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lbind -lresolv -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 >&5 /usr/bin/ld: cannot find -lbind collect2: error: ld returned 1 exit status configure:77717: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | #define PHP_USE_PHP_CRYPT_R 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_FNMATCH 1 | #define HAVE_FORK 1 | #define PHP_CAN_SUPPORT_PROC_OPEN 1 | #define HAVE_RES_NSEARCH 1 | #define HAVE_LIBRESOLV 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char __dns_search (); | int | main (void) | { | return __dns_search (); | ; | return 0; | } configure:77727: result: no configure:77790: checking for dns_search in -lsocket configure:77813: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lsocket -lresolv -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 >&5 /usr/bin/ld: cannot find -lsocket collect2: error: ld returned 1 exit status configure:77813: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | #define PHP_USE_PHP_CRYPT_R 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_FNMATCH 1 | #define HAVE_FORK 1 | #define PHP_CAN_SUPPORT_PROC_OPEN 1 | #define HAVE_RES_NSEARCH 1 | #define HAVE_LIBRESOLV 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char dns_search (); | int | main (void) | { | return dns_search (); | ; | return 0; | } configure:77823: result: no configure:77830: checking for __dns_search in -lsocket configure:77853: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lsocket -lresolv -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 >&5 /usr/bin/ld: cannot find -lsocket collect2: error: ld returned 1 exit status configure:77853: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | #define PHP_USE_PHP_CRYPT_R 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_FNMATCH 1 | #define HAVE_FORK 1 | #define PHP_CAN_SUPPORT_PROC_OPEN 1 | #define HAVE_RES_NSEARCH 1 | #define HAVE_LIBRESOLV 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | char __dns_search (); | int | main (void) | { | return __dns_search (); | ; | return 0; | } configure:77863: result: no configure:77941: checking for dn_expand configure:77941: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lresolv -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 >&5 /tmp/cca921b1.o: In function `main': /root/php-8.2.8/conftest.c:355: undefined reference to `dn_expand' collect2: error: ld returned 1 exit status configure:77941: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | #define PHP_USE_PHP_CRYPT_R 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_FNMATCH 1 | #define HAVE_FORK 1 | #define PHP_CAN_SUPPORT_PROC_OPEN 1 | #define HAVE_RES_NSEARCH 1 | #define HAVE_LIBRESOLV 1 | /* end confdefs.h. */ | /* Define dn_expand to an innocuous variant, in case declares dn_expand. | For example, HP-UX 11i declares gettimeofday. */ | #define dn_expand innocuous_dn_expand | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dn_expand (); below. */ | | #include | #undef dn_expand | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dn_expand (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_dn_expand || defined __stub___dn_expand | choke me | #endif | | int | main (void) | { | return dn_expand (); | ; | return 0; | } configure:77941: result: no configure:77946: checking for __dn_expand configure:77946: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lresolv -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 >&5 configure:77946: $? = 0 configure:77946: result: yes configure:78393: checking for dn_skipname configure:78393: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lresolv -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 >&5 /tmp/ccwNf1Rr.o: In function `main': /root/php-8.2.8/conftest.c:356: undefined reference to `dn_skipname' collect2: error: ld returned 1 exit status configure:78393: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | #define PHP_USE_PHP_CRYPT_R 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_FNMATCH 1 | #define HAVE_FORK 1 | #define PHP_CAN_SUPPORT_PROC_OPEN 1 | #define HAVE_RES_NSEARCH 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_DN_EXPAND 1 | /* end confdefs.h. */ | /* Define dn_skipname to an innocuous variant, in case declares dn_skipname. | For example, HP-UX 11i declares gettimeofday. */ | #define dn_skipname innocuous_dn_skipname | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dn_skipname (); below. */ | | #include | #undef dn_skipname | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dn_skipname (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_dn_skipname || defined __stub___dn_skipname | choke me | #endif | | int | main (void) | { | return dn_skipname (); | ; | return 0; | } configure:78393: result: no configure:78398: checking for __dn_skipname configure:78398: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lresolv -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 >&5 configure:78398: $? = 0 configure:78398: result: yes configure:78847: checking for res_search configure:78847: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lresolv -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 >&5 /tmp/ccJFi73E.o: In function `main': /root/php-8.2.8/conftest.c:357: undefined reference to `res_search' collect2: error: ld returned 1 exit status configure:78847: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | #define PHP_USE_PHP_CRYPT_R 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_FNMATCH 1 | #define HAVE_FORK 1 | #define PHP_CAN_SUPPORT_PROC_OPEN 1 | #define HAVE_RES_NSEARCH 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_DN_EXPAND 1 | #define HAVE_DN_SKIPNAME 1 | /* end confdefs.h. */ | /* Define res_search to an innocuous variant, in case declares res_search. | For example, HP-UX 11i declares gettimeofday. */ | #define res_search innocuous_res_search | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char res_search (); below. */ | | #include | #undef res_search | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char res_search (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_res_search || defined __stub___res_search | choke me | #endif | | int | main (void) | { | return res_search (); | ; | return 0; | } configure:78847: result: no configure:78852: checking for __res_search configure:78852: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lresolv -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 >&5 configure:78852: $? = 0 configure:78852: result: yes configure:79295: checking whether strptime() declaration fails configure:79322: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c: In function 'main': conftest.c:342:5: error: conflicting types for 'strptime' int strptime(const char *s, const char *format, struct tm *tm); ^ In file included from conftest.c:332:0: /usr/include/time.h:213:14: note: previous declaration of 'strptime' was here extern char *strptime (const char *__restrict __s, ^ configure:79322: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | #define PHP_USE_PHP_CRYPT_R 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_FNMATCH 1 | #define HAVE_FORK 1 | #define PHP_CAN_SUPPORT_PROC_OPEN 1 | #define HAVE_RES_NSEARCH 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_DN_EXPAND 1 | #define HAVE_DN_SKIPNAME 1 | #define HAVE_RES_SEARCH 1 | /* end confdefs.h. */ | | #include | | int | main (void) | { | | #ifndef HAVE_STRPTIME | #error no strptime() on this platform | #else | /* use invalid strptime() declaration to see if it fails to compile */ | int strptime(const char *s, const char *format, struct tm *tm); | #endif | | ; | return 0; | } configure:79334: result: yes configure:79342: checking whether arc4random_buf is declared configure:79342: result: no configure:79352: checking for CommonCrypto/CommonRandom.h configure:79352: result: no configure:79368: checking for Argon2 support configure:79405: result: no configure:79630: checking for net/if.h configure:79630: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:79630: $? = 0 configure:79630: result: yes configure:79643: checking for usable getifaddrs configure:79664: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c -lresolv -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 >&5 configure:79664: $? = 0 configure:79676: result: yes configure:80020: checking whether to enable System V IPC support configure:80056: result: no configure:80339: checking whether to enable System V semaphore support configure:80375: result: yes configure:80640: checking for union semun configure:80661: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c: In function 'main': conftest.c:344:13: error: storage size of 'x' isn't known union semun x; ^ configure:80661: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | #define PHP_USE_PHP_CRYPT_R 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_FNMATCH 1 | #define HAVE_FORK 1 | #define PHP_CAN_SUPPORT_PROC_OPEN 1 | #define HAVE_RES_NSEARCH 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_DN_EXPAND 1 | #define HAVE_DN_SKIPNAME 1 | #define HAVE_RES_SEARCH 1 | #define HAVE_STRPTIME_DECL_FAILS 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_NET_IF_H 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_SYSVSEM 1 | /* end confdefs.h. */ | | #include | #include | #include | | int | main (void) | { | union semun x; | ; | return 0; | } configure:80674: result: no configure:80693: checking whether to enable System V shared memory support configure:80729: result: yes configure:81002: checking for TIDY support configure:81039: result: no configure:81978: checking whether to enable tokenizer support configure:82014: result: yes configure:82290: checking whether to enable XML support configure:82326: result: yes configure:82335: checking whether to build with expat support configure:82351: result: no configure:82368: checking for libxml-2.0 >= 2.9.0 configure:82453: result: yes configure:83152: checking whether to enable XMLReader support configure:83188: result: yes configure:83203: checking for libxml-2.0 >= 2.9.0 configure:83288: result: yes configure:83728: checking whether to enable XMLWriter support configure:83764: result: yes configure:83779: checking for libxml-2.0 >= 2.9.0 configure:83864: result: yes configure:84285: checking whether to build with XSL support configure:84322: result: yes configure:84340: checking for libxslt >= 1.1.0 configure:84347: $PKG_CONFIG --exists --print-errors "libxslt >= 1.1.0" configure:84350: $? = 0 configure:84364: $PKG_CONFIG --exists --print-errors "libxslt >= 1.1.0" configure:84367: $? = 0 configure:84425: result: yes configure:84572: checking for libexslt configure:84579: $PKG_CONFIG --exists --print-errors "libexslt" configure:84582: $? = 0 configure:84596: $PKG_CONFIG --exists --print-errors "libexslt" configure:84599: $? = 0 configure:84637: result: yes configure:85073: checking whether to enable zend-test extension configure:85109: result: no configure:85379: checking for zip archive read/write support configure:85416: result: no configure:86922: checking whether to enable mysqlnd configure:86958: result: yes configure:86967: checking whether to disable compressed protocol support in mysqlnd configure:86982: result: yes configure:87000: checking for zlib configure:87085: result: yes configure:87245: checking for openssl >= 1.0.2 configure:87330: result: yes configure:87777: checking linker support for -zcommon-page-size=2097152 configure:87789: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT -Wl,-zcommon-page-size=2097152 -Wl,-zmax-page-size=2097152 conftest.c -lresolv -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 -lxml2 -lxml2 -lxml2 -lxslt -lz -ldl -lm -lxml2 -lexslt -lxslt -lz -lm -lgcrypt -ldl -lgpg-error -lxml2 -lz -lssl -lcrypto >&5 configure:87789: $? = 0 configure:87789: ./conftest configure:87789: $? = 0 configure:87801: result: yes configure:87886: result: configure:87888: result: Configuring PEAR configure:87903: checking whether to install PEAR configure:87940: result: no configure:87997: result: configure:87999: result: Configuring Zend configure:88089: checking for fiber switching context configure:88140: result: x86_64_sysv_elf_gas configure:88167: checking for cpuid.h configure:88167: cc -std=gnu11 -c -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:88167: $? = 0 configure:88167: result: yes configure:88177: checking for getpid configure:88177: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:88177: $? = 0 configure:88177: result: yes configure:88183: checking for kill configure:88183: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:88183: $? = 0 configure:88183: result: yes configure:88189: checking for sigsetjmp configure:88189: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 /tmp/cceBYZvn.o: In function `main': /root/php-8.2.8/conftest.c:380: undefined reference to `sigsetjmp' collect2: error: ld returned 1 exit status configure:88189: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | #define PHP_USE_PHP_CRYPT_R 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_FNMATCH 1 | #define HAVE_FORK 1 | #define PHP_CAN_SUPPORT_PROC_OPEN 1 | #define HAVE_RES_NSEARCH 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_DN_EXPAND 1 | #define HAVE_DN_SKIPNAME 1 | #define HAVE_RES_SEARCH 1 | #define HAVE_STRPTIME_DECL_FAILS 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_NET_IF_H 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_SYSVSEM 1 | #define HAVE_SEMUN 0 | #define HAVE_SYSVSHM 1 | #define HAVE_LIBXML 1 | #define HAVE_XML 1 | #define HAVE_LIBXML 1 | #define HAVE_XMLREADER 1 | #define HAVE_LIBXML 1 | #define HAVE_XMLWRITER 1 | #define HAVE_XSL_EXSLT 1 | #define HAVE_XSL 1 | #define MYSQLND_COMPRESSION_ENABLED 1 | #define MYSQLND_SSL_SUPPORTED 1 | #define MYSQLND_HAVE_SSL 1 | #define ZEND_FIBER_ASM 1 | #define HAVE_CPUID_H 1 | #define HAVE_GETPID 1 | #define HAVE_KILL 1 | /* end confdefs.h. */ | /* Define sigsetjmp to an innocuous variant, in case declares sigsetjmp. | For example, HP-UX 11i declares gettimeofday. */ | #define sigsetjmp innocuous_sigsetjmp | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char sigsetjmp (); below. */ | | #include | #undef sigsetjmp | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char sigsetjmp (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_sigsetjmp || defined __stub___sigsetjmp | choke me | #endif | | int | main (void) | { | return sigsetjmp (); | ; | return 0; | } configure:88189: result: no configure:88198: checking for usable _FPU_SETCW configure:88224: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:88224: $? = 0 configure:88236: result: yes configure:88243: checking for usable fpsetprec configure:88268: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c:355:32: fatal error: machine/ieeefp.h: No such file or directory #include ^ compilation terminated. configure:88268: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | #define PHP_USE_PHP_CRYPT_R 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_FNMATCH 1 | #define HAVE_FORK 1 | #define PHP_CAN_SUPPORT_PROC_OPEN 1 | #define HAVE_RES_NSEARCH 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_DN_EXPAND 1 | #define HAVE_DN_SKIPNAME 1 | #define HAVE_RES_SEARCH 1 | #define HAVE_STRPTIME_DECL_FAILS 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_NET_IF_H 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_SYSVSEM 1 | #define HAVE_SEMUN 0 | #define HAVE_SYSVSHM 1 | #define HAVE_LIBXML 1 | #define HAVE_XML 1 | #define HAVE_LIBXML 1 | #define HAVE_XMLREADER 1 | #define HAVE_LIBXML 1 | #define HAVE_XMLWRITER 1 | #define HAVE_XSL_EXSLT 1 | #define HAVE_XSL 1 | #define MYSQLND_COMPRESSION_ENABLED 1 | #define MYSQLND_SSL_SUPPORTED 1 | #define MYSQLND_HAVE_SSL 1 | #define ZEND_FIBER_ASM 1 | #define HAVE_CPUID_H 1 | #define HAVE_GETPID 1 | #define HAVE_KILL 1 | #define HAVE__FPU_SETCW 1 | /* end confdefs.h. */ | | #include | | int | main (void) | { | | fp_prec_t fpu_oldprec; | volatile double result; | double a = 2877.0; | volatile double b = 1000000.0; | | fpu_oldprec = fpgetprec(); | fpsetprec(FP_PD); | result = a / b; | fpsetprec(fpu_oldprec); | | ; | return 0; | } configure:88283: result: no configure:88287: checking for usable _controlfp configure:88312: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c: In function 'main': conftest.c:366:5: warning: implicit declaration of function '_controlfp' [-Wimplicit-function-declaration] fpu_oldcw = _controlfp(0, 0); ^ conftest.c:367:16: error: '_PC_53' undeclared (first use in this function) _controlfp(_PC_53, _MCW_PC); ^ conftest.c:367:16: note: each undeclared identifier is reported only once for each function it appears in conftest.c:367:24: error: '_MCW_PC' undeclared (first use in this function) _controlfp(_PC_53, _MCW_PC); ^ configure:88312: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | #define PHP_USE_PHP_CRYPT_R 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_FNMATCH 1 | #define HAVE_FORK 1 | #define PHP_CAN_SUPPORT_PROC_OPEN 1 | #define HAVE_RES_NSEARCH 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_DN_EXPAND 1 | #define HAVE_DN_SKIPNAME 1 | #define HAVE_RES_SEARCH 1 | #define HAVE_STRPTIME_DECL_FAILS 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_NET_IF_H 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_SYSVSEM 1 | #define HAVE_SEMUN 0 | #define HAVE_SYSVSHM 1 | #define HAVE_LIBXML 1 | #define HAVE_XML 1 | #define HAVE_LIBXML 1 | #define HAVE_XMLREADER 1 | #define HAVE_LIBXML 1 | #define HAVE_XMLWRITER 1 | #define HAVE_XSL_EXSLT 1 | #define HAVE_XSL 1 | #define MYSQLND_COMPRESSION_ENABLED 1 | #define MYSQLND_SSL_SUPPORTED 1 | #define MYSQLND_HAVE_SSL 1 | #define ZEND_FIBER_ASM 1 | #define HAVE_CPUID_H 1 | #define HAVE_GETPID 1 | #define HAVE_KILL 1 | #define HAVE__FPU_SETCW 1 | /* end confdefs.h. */ | | #include | | int | main (void) | { | | unsigned int fpu_oldcw; | volatile double result; | double a = 2877.0; | volatile double b = 1000000.0; | | fpu_oldcw = _controlfp(0, 0); | _controlfp(_PC_53, _MCW_PC); | result = a / b; | _controlfp(fpu_oldcw, _MCW_PC); | | ; | return 0; | } configure:88327: result: no configure:88331: checking for usable _controlfp_s configure:88357: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c: In function 'main': conftest.c:366:5: warning: implicit declaration of function '_controlfp_s' [-Wimplicit-function-declaration] _controlfp_s(&fpu_cw, 0, 0); ^ conftest.c:368:27: error: '_PC_53' undeclared (first use in this function) _controlfp_s(&fpu_cw, _PC_53, _MCW_PC); ^ conftest.c:368:27: note: each undeclared identifier is reported only once for each function it appears in conftest.c:368:35: error: '_MCW_PC' undeclared (first use in this function) _controlfp_s(&fpu_cw, _PC_53, _MCW_PC); ^ configure:88357: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | #define PHP_USE_PHP_CRYPT_R 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_FNMATCH 1 | #define HAVE_FORK 1 | #define PHP_CAN_SUPPORT_PROC_OPEN 1 | #define HAVE_RES_NSEARCH 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_DN_EXPAND 1 | #define HAVE_DN_SKIPNAME 1 | #define HAVE_RES_SEARCH 1 | #define HAVE_STRPTIME_DECL_FAILS 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_NET_IF_H 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_SYSVSEM 1 | #define HAVE_SEMUN 0 | #define HAVE_SYSVSHM 1 | #define HAVE_LIBXML 1 | #define HAVE_XML 1 | #define HAVE_LIBXML 1 | #define HAVE_XMLREADER 1 | #define HAVE_LIBXML 1 | #define HAVE_XMLWRITER 1 | #define HAVE_XSL_EXSLT 1 | #define HAVE_XSL 1 | #define MYSQLND_COMPRESSION_ENABLED 1 | #define MYSQLND_SSL_SUPPORTED 1 | #define MYSQLND_HAVE_SSL 1 | #define ZEND_FIBER_ASM 1 | #define HAVE_CPUID_H 1 | #define HAVE_GETPID 1 | #define HAVE_KILL 1 | #define HAVE__FPU_SETCW 1 | /* end confdefs.h. */ | | #include | | int | main (void) | { | | unsigned int fpu_oldcw, fpu_cw; | volatile double result; | double a = 2877.0; | volatile double b = 1000000.0; | | _controlfp_s(&fpu_cw, 0, 0); | fpu_oldcw = fpu_cw; | _controlfp_s(&fpu_cw, _PC_53, _MCW_PC); | result = a / b; | _controlfp_s(&fpu_cw, fpu_oldcw, _MCW_PC); | | ; | return 0; | } configure:88372: result: no configure:88376: checking whether FPU control word can be manipulated by inline assembler configure:88404: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:88404: $? = 0 configure:88416: result: yes configure:88424: checking for dlfcn.h configure:88424: result: yes configure:88432: checking whether dlsym() requires a leading underscore in symbol names configure:88500: cc -std=gnu11 -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 /tmp/ccgyhwfJ.o: In function `main': /root/php-8.2.8/configure:88484: undefined reference to `dlopen' /root/php-8.2.8/configure:88489: undefined reference to `dlsym' /root/php-8.2.8/configure:88494: undefined reference to `dlerror' /root/php-8.2.8/configure:88490: undefined reference to `dlsym' collect2: error: ld returned 1 exit status configure:88503: $? = 1 configure:88527: result: no configure:88537: checking whether to enable thread-safety configure:88539: result: yes configure:88542: checking whether to enable Zend debugging configure:88544: result: no configure:88562: checking whether C compiler accepts -Wno-clobbered configure:88582: cc -std=gnu11 -c -Wall -Wextra -Wno-strict-aliasing -Wno-unused-parameter -Wno-sign-compare -g -O2 -fvisibility=hidden -pthread -Werror -Wno-clobbered -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:88582: $? = 0 configure:88591: result: yes configure:88600: checking whether C compiler accepts -Wimplicit-fallthrough=1 configure:88620: cc -std=gnu11 -c -Wno-clobbered -Wall -Wextra -Wno-strict-aliasing -Wno-unused-parameter -Wno-sign-compare -g -O2 -fvisibility=hidden -pthread -Werror -Wimplicit-fallthrough=1 -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 cc: error: unrecognized command line option '-Wimplicit-fallthrough=1' configure:88620: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | #define PHP_USE_PHP_CRYPT_R 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_FNMATCH 1 | #define HAVE_FORK 1 | #define PHP_CAN_SUPPORT_PROC_OPEN 1 | #define HAVE_RES_NSEARCH 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_DN_EXPAND 1 | #define HAVE_DN_SKIPNAME 1 | #define HAVE_RES_SEARCH 1 | #define HAVE_STRPTIME_DECL_FAILS 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_NET_IF_H 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_SYSVSEM 1 | #define HAVE_SEMUN 0 | #define HAVE_SYSVSHM 1 | #define HAVE_LIBXML 1 | #define HAVE_XML 1 | #define HAVE_LIBXML 1 | #define HAVE_XMLREADER 1 | #define HAVE_LIBXML 1 | #define HAVE_XMLWRITER 1 | #define HAVE_XSL_EXSLT 1 | #define HAVE_XSL 1 | #define MYSQLND_COMPRESSION_ENABLED 1 | #define MYSQLND_SSL_SUPPORTED 1 | #define MYSQLND_HAVE_SSL 1 | #define ZEND_FIBER_ASM 1 | #define HAVE_CPUID_H 1 | #define HAVE_GETPID 1 | #define HAVE_KILL 1 | #define HAVE__FPU_SETCW 1 | #define HAVE_FPU_INLINE_ASM_X86 1 | #define HAVE_DLFCN_H 1 | #define ZEND_DEBUG 0 | /* end confdefs.h. */ | | int | main (void) | { | | ; | return 0; | } configure:88629: result: no configure:88638: checking whether C compiler accepts -Wduplicated-cond configure:88658: cc -std=gnu11 -c -Wno-clobbered -Wall -Wextra -Wno-strict-aliasing -Wno-unused-parameter -Wno-sign-compare -g -O2 -fvisibility=hidden -pthread -Werror -Wduplicated-cond -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 cc: error: unrecognized command line option '-Wduplicated-cond' configure:88658: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | #define PHP_USE_PHP_CRYPT_R 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_FNMATCH 1 | #define HAVE_FORK 1 | #define PHP_CAN_SUPPORT_PROC_OPEN 1 | #define HAVE_RES_NSEARCH 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_DN_EXPAND 1 | #define HAVE_DN_SKIPNAME 1 | #define HAVE_RES_SEARCH 1 | #define HAVE_STRPTIME_DECL_FAILS 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_NET_IF_H 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_SYSVSEM 1 | #define HAVE_SEMUN 0 | #define HAVE_SYSVSHM 1 | #define HAVE_LIBXML 1 | #define HAVE_XML 1 | #define HAVE_LIBXML 1 | #define HAVE_XMLREADER 1 | #define HAVE_LIBXML 1 | #define HAVE_XMLWRITER 1 | #define HAVE_XSL_EXSLT 1 | #define HAVE_XSL 1 | #define MYSQLND_COMPRESSION_ENABLED 1 | #define MYSQLND_SSL_SUPPORTED 1 | #define MYSQLND_HAVE_SSL 1 | #define ZEND_FIBER_ASM 1 | #define HAVE_CPUID_H 1 | #define HAVE_GETPID 1 | #define HAVE_KILL 1 | #define HAVE__FPU_SETCW 1 | #define HAVE_FPU_INLINE_ASM_X86 1 | #define HAVE_DLFCN_H 1 | #define ZEND_DEBUG 0 | /* end confdefs.h. */ | | int | main (void) | { | | ; | return 0; | } configure:88667: result: no configure:88676: checking whether C compiler accepts -Wlogical-op configure:88696: cc -std=gnu11 -c -Wno-clobbered -Wall -Wextra -Wno-strict-aliasing -Wno-unused-parameter -Wno-sign-compare -g -O2 -fvisibility=hidden -pthread -Werror -Wlogical-op -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:88696: $? = 0 configure:88705: result: yes configure:88714: checking whether C compiler accepts -Wformat-truncation configure:88734: cc -std=gnu11 -c -Wlogical-op -Wno-clobbered -Wall -Wextra -Wno-strict-aliasing -Wno-unused-parameter -Wno-sign-compare -g -O2 -fvisibility=hidden -pthread -Werror -Wformat-truncation -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 cc: error: unrecognized command line option '-Wformat-truncation' configure:88734: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | #define PHP_USE_PHP_CRYPT_R 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_FNMATCH 1 | #define HAVE_FORK 1 | #define PHP_CAN_SUPPORT_PROC_OPEN 1 | #define HAVE_RES_NSEARCH 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_DN_EXPAND 1 | #define HAVE_DN_SKIPNAME 1 | #define HAVE_RES_SEARCH 1 | #define HAVE_STRPTIME_DECL_FAILS 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_NET_IF_H 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_SYSVSEM 1 | #define HAVE_SEMUN 0 | #define HAVE_SYSVSHM 1 | #define HAVE_LIBXML 1 | #define HAVE_XML 1 | #define HAVE_LIBXML 1 | #define HAVE_XMLREADER 1 | #define HAVE_LIBXML 1 | #define HAVE_XMLWRITER 1 | #define HAVE_XSL_EXSLT 1 | #define HAVE_XSL 1 | #define MYSQLND_COMPRESSION_ENABLED 1 | #define MYSQLND_SSL_SUPPORTED 1 | #define MYSQLND_HAVE_SSL 1 | #define ZEND_FIBER_ASM 1 | #define HAVE_CPUID_H 1 | #define HAVE_GETPID 1 | #define HAVE_KILL 1 | #define HAVE__FPU_SETCW 1 | #define HAVE_FPU_INLINE_ASM_X86 1 | #define HAVE_DLFCN_H 1 | #define ZEND_DEBUG 0 | /* end confdefs.h. */ | | int | main (void) | { | | ; | return 0; | } configure:88743: result: no configure:88752: checking whether C compiler accepts -Wstrict-prototypes configure:88772: cc -std=gnu11 -c -Wlogical-op -Wno-clobbered -Wall -Wextra -Wno-strict-aliasing -Wno-unused-parameter -Wno-sign-compare -g -O2 -fvisibility=hidden -pthread -Werror -Wstrict-prototypes -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:88772: $? = 0 configure:88781: result: yes configure:88790: checking whether C compiler accepts -fno-common configure:88810: cc -std=gnu11 -c -Wstrict-prototypes -Wlogical-op -Wno-clobbered -Wall -Wextra -Wno-strict-aliasing -Wno-unused-parameter -Wno-sign-compare -g -O2 -fvisibility=hidden -pthread -Werror -fno-common -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:88810: $? = 0 configure:88819: result: yes configure:88838: checking for inline configure:88855: cc -std=gnu11 -c -fno-common -Wstrict-prototypes -Wlogical-op -Wno-clobbered -Wall -Wextra -Wno-strict-aliasing -Wno-unused-parameter -Wno-sign-compare -g -O2 -fvisibility=hidden -pthread -DZTS -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:88855: $? = 0 configure:88864: result: inline configure:88883: checking target system is Darwin configure:88892: result: no configure:88896: checking for MM alignment and log values configure:88950: cc -std=gnu11 -o conftest -fno-common -Wstrict-prototypes -Wlogical-op -Wno-clobbered -Wall -Wextra -Wno-strict-aliasing -Wno-unused-parameter -Wno-sign-compare -g -O2 -fvisibility=hidden -pthread -DZTS -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c:374:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] int main() ^ configure:88950: $? = 0 configure:88950: ./conftest configure:88950: $? = 0 configure:88972: result: done configure:88975: checking for mremap configure:88975: cc -std=gnu11 -o conftest -fno-common -Wstrict-prototypes -Wlogical-op -Wno-clobbered -Wall -Wextra -Wno-strict-aliasing -Wno-unused-parameter -Wno-sign-compare -g -O2 -fvisibility=hidden -pthread -DZTS -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c:377:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char mremap (); ^ configure:88975: $? = 0 configure:88975: result: yes configure:88995: checking for sigaction configure:88995: result: yes configure:89014: checking whether to enable zend signal handling configure:89016: result: yes configure:89040: checking for timer_create configure:89040: cc -std=gnu11 -o conftest -fno-common -Wstrict-prototypes -Wlogical-op -Wno-clobbered -Wall -Wextra -Wno-strict-aliasing -Wno-unused-parameter -Wno-sign-compare -g -O2 -fvisibility=hidden -pthread -DZTS -DZEND_SIGNALS -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c:380:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char timer_create (); ^ /tmp/ccNdiQD8.o: In function `main': /root/php-8.2.8/conftest.c:391: undefined reference to `timer_create' collect2: error: ld returned 1 exit status configure:89040: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | #define PHP_USE_PHP_CRYPT_R 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_FNMATCH 1 | #define HAVE_FORK 1 | #define PHP_CAN_SUPPORT_PROC_OPEN 1 | #define HAVE_RES_NSEARCH 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_DN_EXPAND 1 | #define HAVE_DN_SKIPNAME 1 | #define HAVE_RES_SEARCH 1 | #define HAVE_STRPTIME_DECL_FAILS 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_NET_IF_H 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_SYSVSEM 1 | #define HAVE_SEMUN 0 | #define HAVE_SYSVSHM 1 | #define HAVE_LIBXML 1 | #define HAVE_XML 1 | #define HAVE_LIBXML 1 | #define HAVE_XMLREADER 1 | #define HAVE_LIBXML 1 | #define HAVE_XMLWRITER 1 | #define HAVE_XSL_EXSLT 1 | #define HAVE_XSL 1 | #define MYSQLND_COMPRESSION_ENABLED 1 | #define MYSQLND_SSL_SUPPORTED 1 | #define MYSQLND_HAVE_SSL 1 | #define ZEND_FIBER_ASM 1 | #define HAVE_CPUID_H 1 | #define HAVE_GETPID 1 | #define HAVE_KILL 1 | #define HAVE__FPU_SETCW 1 | #define HAVE_FPU_INLINE_ASM_X86 1 | #define HAVE_DLFCN_H 1 | #define ZEND_DEBUG 0 | #define ZTS 1 | #define ZEND_MM_ALIGNMENT (size_t)8 | #define ZEND_MM_ALIGNMENT_LOG2 (size_t)3 | #define ZEND_MM_NEED_EIGHT_BYTE_REALIGNMENT 0 | #define HAVE_MREMAP 1 | #define HAVE_SIGACTION 1 | #define ZEND_SIGNALS 1 | /* end confdefs.h. */ | /* Define timer_create to an innocuous variant, in case declares timer_create. | For example, HP-UX 11i declares gettimeofday. */ | #define timer_create innocuous_timer_create | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char timer_create (); below. */ | | #include | #undef timer_create | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char timer_create (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_timer_create || defined __stub___timer_create | choke me | #endif | | int | main (void) | { | return timer_create (); | ; | return 0; | } configure:89040: result: no configure:89045: checking for __timer_create configure:89045: cc -std=gnu11 -o conftest -fno-common -Wstrict-prototypes -Wlogical-op -Wno-clobbered -Wall -Wextra -Wno-strict-aliasing -Wno-unused-parameter -Wno-sign-compare -g -O2 -fvisibility=hidden -pthread -DZTS -DZEND_SIGNALS -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c:380:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char __timer_create (); ^ /tmp/ccdY7ACd.o: In function `main': /root/php-8.2.8/conftest.c:391: undefined reference to `__timer_create' collect2: error: ld returned 1 exit status configure:89045: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "PHP" | #define PACKAGE_TARNAME "php" | #define PACKAGE_VERSION "8.2.8" | #define PACKAGE_STRING "PHP 8.2.8" | #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" | #define PACKAGE_URL "https://www.php.net" | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define STDC_HEADERS 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _HPUX_ALT_XOPEN_SOCKET_API 1 | #define _NETBSD_SOURCE 1 | #define _OPENBSD_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define __EXTENSIONS__ 1 | #define HAVE_DEV_URANDOM 1 | #define HAVE_GCC_GLOBAL_REGS 1 | #define HAVE_CPUID_COUNT 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_PHPDBG 1 | #define PHPDBG_DEBUG 0 | #define PHP_WRITE_STDOUT 1 | #define HAVE_SOCKET 1 | #define HAVE_SOCKETPAIR 1 | #define HAVE_HTONL 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_GETHOSTBYADDR 1 | #define HAVE_DLOPEN 1 | #define HAVE_LIBDL 1 | #define HAVE_DLSYM 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBM 1 | #define HAVE_INET_ATON 1 | #define HAVE_STDINT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_ARPA_NAMESER_H 1 | #define HAVE_CRYPT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_GRP_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LINUX_FILTER_H 1 | #define HAVE_LINUX_SOCK_DIAG_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_POLL_H 1 | #define HAVE_PTY_H 1 | #define HAVE_PWD_H 1 | #define HAVE_RESOLV_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYSEXITS_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_MOUNT_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_SYS_STATVFS_H 1 | #define HAVE_SYS_VFS_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_IPC_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_IMMINTRIN_H 1 | #define HAVE_FOPENCOOKIE 1 | #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t | #define COOKIE_SEEKER_USES_OFF64_T 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define MISSING_FCLOSE_DECL 0 | #define HAVE_STRUCT_FLOCK 1 | #define HAVE_SOCKLEN_T 1 | #define SIZEOF_INTMAX_T 8 | #define HAVE_INTMAX_T 1 | #define SIZEOF_SSIZE_T 8 | #define HAVE_SSIZE_T 1 | #define SIZEOF_PTRDIFF_T 8 | #define HAVE_PTRDIFF_T 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_INT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_UINT64_T 1 | #define PHP_HAVE_BUILTIN_EXPECT 1 | #define PHP_HAVE_BUILTIN_CLZ 1 | #define PHP_HAVE_BUILTIN_CLZL 1 | #define PHP_HAVE_BUILTIN_CLZLL 1 | #define PHP_HAVE_BUILTIN_CTZL 1 | #define PHP_HAVE_BUILTIN_CTZLL 1 | #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 | #define PHP_HAVE_BUILTIN_CPU_INIT 1 | #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 | #define HAVE_ALIGNOF 1 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 | #define HAVE_STRUCT_STAT_ST_RDEV 1 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1 | #define HAVE_ST_BLOCKS 1 | #define HAVE_SOCKADDR_STORAGE 1 | #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 | #define HAVE_FUNC_ATTRIBUTE_TARGET 1 | #define HAVE_ALPHASORT 1 | #define HAVE_ASCTIME_R 1 | #define HAVE_CHROOT 1 | #define HAVE_CTIME_R 1 | #define HAVE_FDATASYNC 1 | #define HAVE_FLOCK 1 | #define HAVE_FTOK 1 | #define HAVE_GAI_STRERROR 1 | #define HAVE_GETCWD 1 | #define HAVE_GETLOADAVG 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETPROTOBYNAME 1 | #define HAVE_GETPROTOBYNUMBER 1 | #define HAVE_GETSERVBYNAME 1 | #define HAVE_GETSERVBYPORT 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_GETPWNAM_R 1 | #define HAVE_GETGRNAM_R 1 | #define HAVE_GETPWUID_R 1 | #define HAVE_GETWD 1 | #define HAVE_GLOB 1 | #define HAVE_INET_NTOA 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_PTON 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_LCHOWN 1 | #define HAVE_MEMMOVE 1 | #define HAVE_MKSTEMP 1 | #define HAVE_MMAP 1 | #define HAVE_NICE 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_POLL 1 | #define HAVE_PUTENV 1 | #define HAVE_SCANDIR 1 | #define HAVE_SETITIMER 1 | #define HAVE_SETENV 1 | #define HAVE_SHUTDOWN 1 | #define HAVE_SIGPROCMASK 1 | #define HAVE_STATFS 1 | #define HAVE_STATVFS 1 | #define HAVE_STRCASECMP 1 | #define HAVE_STRNLEN 1 | #define HAVE_STRPTIME 1 | #define HAVE_STRTOK_R 1 | #define HAVE_SYMLINK 1 | #define HAVE_TZSET 1 | #define HAVE_UNSETENV 1 | #define HAVE_USLEEP 1 | #define HAVE_UTIME 1 | #define HAVE_VASPRINTF 1 | #define HAVE_ASPRINTF 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_MEMMEM 1 | #define HAVE_MEMRCHR 1 | #define HAVE_STRERROR_R 1 | #define HAVE_GETHOSTBYNAME_R 1 | #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_LIBRT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_GETOPT 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_ASM_GOTO 1 | #define HAVE_OPENPTY 1 | #define HAVE_LIBUTIL 1 | #define ZTS 1 | #define PHP_SIGCHILD 0 | #define DEFAULT_SHORT_OPEN_TAG "1" | #define HAVE_IPV6 1 | #define HAVE_STRTOLL 1 | #define HAVE_ATOLL 1 | #define HAVE_TIMELIB_CONFIG_H 1 | #define HAVE_LIBXML 1 | #define HAVE_LIBXML 1 | #define HAVE_OPENSSL_EXT 1 | #define HAVE_RAND_EGD 1 | #define HAVE_BUNDLED_PCRE 1 | #define PCRE2_CODE_UNIT_WIDTH 8 | #define HAVE_PCRE_JIT_SUPPORT 1 | #define HAVE_SQLITE3 1 | #define HAVE_SQLITE3_ERRSTR 1 | #define HAVE_ZLIB 1 | #define HAVE_BCMATH 1 | #define HAVE_BZ2 1 | #define HAVE_CALENDAR 1 | #define HAVE_CTYPE 1 | #define HAVE_CURL 1 | #define HAVE_LIBXML 1 | #define HAVE_DOM 1 | #define HAVE_EXIF 1 | #define HAVE_FTP 1 | #define HAVE_FTP_SSL 1 | #define HAVE_LIBINTL 1 | #define HAVE_NGETTEXT 1 | #define HAVE_DNGETTEXT 1 | #define HAVE_DCNGETTEXT 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define PHP_MHASH_BC 1 | #define SIZEOF_LONG 8 | #define HAVE_ICONV 1 | #define HAVE_GLIBC_ICONV 1 | #define PHP_ICONV_IMPL "glibc" | #define ICONV_BROKEN_IGNORE 1 | #define HAVE_JSON 1 | #define HAVE_MBSTRING 1 | #define PHP_ONIG_BAD_KOI8_ENTRY 1 | #define HAVE_MBREGEX 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define ODBCVER 0x0350 | #define HAVE_HUGE_CODE_PAGES 1 | #define HAVE_JIT 1 | #define HAVE_MPROTECT 1 | #define HAVE_SHM_IPC 1 | #define HAVE_SHM_MMAP_ANON 1 | #define HAVE_SHM_OPEN 1 | #define HAVE_LIBRT 1 | #define HAVE_SHM_MMAP_POSIX 1 | #define COMPILE_DL_OPCACHE 1 | #define HAVE_FORK 1 | #define HAVE_WAITPID 1 | #define HAVE_SIGACTION 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_WAIT3 1 | #define HAVE_WAIT4 1 | #define HAVE_SIGWAITINFO 1 | #define HAVE_SIGTIMEDWAIT 1 | #define HAVE_UNSHARE 1 | #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" | #define PDO_USE_MYSQLND 1 | #define HAVE_PDO_SQLITELIB 1 | #define HAVE_SQLITE3_CLOSE_V2 1 | #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 | #define PHAR_HAVE_OPENSSL 1 | #define HAVE_POSIX 1 | #define HAVE_SYS_SYSMACROS_H 1 | #define HAVE_SETEUID 1 | #define HAVE_SETEGID 1 | #define HAVE_SETSID 1 | #define HAVE_GETSID 1 | #define HAVE_GETPGID 1 | #define HAVE_CTERMID 1 | #define HAVE_MKFIFO 1 | #define HAVE_MKNOD 1 | #define HAVE_SETRLIMIT 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_GETGROUPS 1 | #define HAVE_INITGROUPS 1 | #define HAVE_GETGRGID_R 1 | #define HAVE_TTYNAME_R 1 | #define HAVE_UTSNAME_DOMAINNAME 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_PWRITE 1 | #define HAVE_PREAD 1 | #define HAVE_PHP_SESSION 1 | #define HAVE_LIBXML 1 | #define HAVE_SIMPLEXML 1 | #define HAVE_LIBXML 1 | #define HAVE_SOAP 1 | #define HAVE_HSTRERROR 1 | #define HAVE_IF_NAMETOINDEX 1 | #define HAVE_IF_INDEXTONAME 1 | #define HAVE_NETINET_TCP_H 1 | #define HAVE_SYS_UN_H 1 | #define HAVE_SOCKETS 1 | #define HAVE_SA_SS_FAMILY 1 | #define HAVE_AI_V4MAPPED 1 | #define HAVE_AI_ALL 1 | #define HAVE_AI_IDN 1 | #define ANC_CREDS_UCRED 1 | #define PHP_USE_PHP_CRYPT_R 1 | #define HAVE_ATTRIBUTE_ALIGNED 1 | #define HAVE_FNMATCH 1 | #define HAVE_FORK 1 | #define PHP_CAN_SUPPORT_PROC_OPEN 1 | #define HAVE_RES_NSEARCH 1 | #define HAVE_LIBRESOLV 1 | #define HAVE_DN_EXPAND 1 | #define HAVE_DN_SKIPNAME 1 | #define HAVE_RES_SEARCH 1 | #define HAVE_STRPTIME_DECL_FAILS 1 | #define HAVE_DECL_ARC4RANDOM_BUF 0 | #define HAVE_NET_IF_H 1 | #define HAVE_GETIFADDRS 1 | #define HAVE_SYSVSEM 1 | #define HAVE_SEMUN 0 | #define HAVE_SYSVSHM 1 | #define HAVE_LIBXML 1 | #define HAVE_XML 1 | #define HAVE_LIBXML 1 | #define HAVE_XMLREADER 1 | #define HAVE_LIBXML 1 | #define HAVE_XMLWRITER 1 | #define HAVE_XSL_EXSLT 1 | #define HAVE_XSL 1 | #define MYSQLND_COMPRESSION_ENABLED 1 | #define MYSQLND_SSL_SUPPORTED 1 | #define MYSQLND_HAVE_SSL 1 | #define ZEND_FIBER_ASM 1 | #define HAVE_CPUID_H 1 | #define HAVE_GETPID 1 | #define HAVE_KILL 1 | #define HAVE__FPU_SETCW 1 | #define HAVE_FPU_INLINE_ASM_X86 1 | #define HAVE_DLFCN_H 1 | #define ZEND_DEBUG 0 | #define ZTS 1 | #define ZEND_MM_ALIGNMENT (size_t)8 | #define ZEND_MM_ALIGNMENT_LOG2 (size_t)3 | #define ZEND_MM_NEED_EIGHT_BYTE_REALIGNMENT 0 | #define HAVE_MREMAP 1 | #define HAVE_SIGACTION 1 | #define ZEND_SIGNALS 1 | /* end confdefs.h. */ | /* Define __timer_create to an innocuous variant, in case declares __timer_create. | For example, HP-UX 11i declares gettimeofday. */ | #define __timer_create innocuous___timer_create | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __timer_create (); below. */ | | #include | #undef __timer_create | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char __timer_create (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub___timer_create || defined __stub_____timer_create | choke me | #endif | | int | main (void) | { | return __timer_create (); | ; | return 0; | } configure:89045: result: no configure:89069: checking for timer_create in -lrt configure:89092: cc -std=gnu11 -o conftest -fno-common -Wstrict-prototypes -Wlogical-op -Wno-clobbered -Wall -Wextra -Wno-strict-aliasing -Wno-unused-parameter -Wno-sign-compare -g -O2 -fvisibility=hidden -pthread -DZTS -DZEND_SIGNALS -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt >&5 conftest.c:368:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] char timer_create (); ^ configure:89092: $? = 0 configure:89102: result: yes configure:89168: cc -std=gnu11 -o conftest -fno-common -Wstrict-prototypes -Wlogical-op -Wno-clobbered -Wall -Wextra -Wno-strict-aliasing -Wno-unused-parameter -Wno-sign-compare -g -O2 -fvisibility=hidden -pthread -DZTS -DZEND_SIGNALS -D_GNU_SOURCE -D_REENTRANT conftest.c -lrt >&5 conftest.c:364:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] int main() { return (0); } ^ configure:89168: $? = 0 configure:89168: ./conftest configure:89168: $? = 0 configure:89220: checking whether to enable zend max execution timers configure:89222: result: no configure:89247: result: configure:89249: result: Configuring TSRM configure:89255: checking for pthreads_cflags configure:89308: result: -pthread configure:89311: checking for pthreads_lib configure:89364: result: pthread configure:89380: checking for POSIX threads configure:89382: result: yes configure:90033: result: configure:90035: result: Configuring libtool configure:90118: checking for a sed that does not truncate output configure:90173: result: /usr/bin/sed configure:90188: checking for ld used by cc -std=gnu11 configure:90256: result: /usr/bin/ld configure:90263: checking if the linker (/usr/bin/ld) is GNU ld configure:90279: result: yes configure:90284: checking for /usr/bin/ld option to reload object files configure:90292: result: -r configure:90310: checking for BSD-compatible nm configure:90360: result: /usr/bin/nm -B configure:90364: checking how to recognize dependent libraries configure:90551: result: pass_all configure:90636: cc -std=gnu11 -c -fno-common -Wstrict-prototypes -Wlogical-op -Wno-clobbered -Wall -Wextra -Wno-strict-aliasing -Wno-unused-parameter -Wno-sign-compare -g -O2 -fvisibility=hidden -pthread -DZTS -DZEND_SIGNALS -D_GNU_SOURCE -D_REENTRANT -pthread conftest.c >&5 configure:90639: $? = 0 configure:90909: checking the maximum length of command line arguments configure:91022: result: 1572864 configure:91034: checking command to parse /usr/bin/nm -B output from cc -std=gnu11 object configure:91140: cc -std=gnu11 -c -fno-common -Wstrict-prototypes -Wlogical-op -Wno-clobbered -Wall -Wextra -Wno-strict-aliasing -Wno-unused-parameter -Wno-sign-compare -g -O2 -fvisibility=hidden -pthread -DZTS -DZEND_SIGNALS -D_GNU_SOURCE -D_REENTRANT -pthread conftest.c >&5 conftest.c:5:6: warning: function declaration isn't a prototype [-Wstrict-prototypes] void nm_test_func(){} ^ conftest.c:9:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] int main(){nm_test_var='a';nm_test_func();return(0);} ^ configure:91143: $? = 0 configure:91147: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:91150: $? = 0 configure:91202: cc -std=gnu11 -o conftest -fno-common -Wstrict-prototypes -Wlogical-op -Wno-clobbered -Wall -Wextra -Wno-strict-aliasing -Wno-unused-parameter -Wno-sign-compare -g -O2 -fvisibility=hidden -pthread -DZTS -DZEND_SIGNALS -D_GNU_SOURCE -D_REENTRANT -pthread conftest.c conftstm.o >&5 configure:91205: $? = 0 configure:91243: result: ok configure:91247: checking for objdir configure:91263: result: .libs configure:91360: checking for ar configure:91381: found /usr/bin/ar configure:91392: result: ar configure:91462: checking for ranlib configure:91483: found /usr/bin/ranlib configure:91494: result: ranlib configure:91564: checking for strip configure:91585: found /usr/bin/strip configure:91596: result: strip configure:92191: checking if cc -std=gnu11 supports -fno-rtti -fno-exceptions configure:92210: cc -std=gnu11 -c -fno-common -Wstrict-prototypes -Wlogical-op -Wno-clobbered -Wall -Wextra -Wno-strict-aliasing -Wno-unused-parameter -Wno-sign-compare -g -O2 -fvisibility=hidden -pthread -DZTS -DZEND_SIGNALS -D_GNU_SOURCE -D_REENTRANT -pthread -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] configure:92214: $? = 0 configure:92227: result: no configure:92242: checking for cc -std=gnu11 option to produce PIC configure:92482: result: -fPIC configure:92490: checking if cc -std=gnu11 PIC flag -fPIC works configure:92509: cc -std=gnu11 -c -fno-common -Wstrict-prototypes -Wlogical-op -Wno-clobbered -Wall -Wextra -Wno-strict-aliasing -Wno-unused-parameter -Wno-sign-compare -g -O2 -fvisibility=hidden -pthread -DZTS -DZEND_SIGNALS -D_GNU_SOURCE -D_REENTRANT -pthread -fPIC -DPIC conftest.c >&5 configure:92513: $? = 0 configure:92526: result: yes configure:92554: checking if cc -std=gnu11 static flag -static works configure:92583: result: no configure:92593: checking if cc -std=gnu11 supports -c -o file.o configure:92615: cc -std=gnu11 -c -fno-common -Wstrict-prototypes -Wlogical-op -Wno-clobbered -Wall -Wextra -Wno-strict-aliasing -Wno-unused-parameter -Wno-sign-compare -g -O2 -fvisibility=hidden -pthread -DZTS -DZEND_SIGNALS -D_GNU_SOURCE -D_REENTRANT -pthread -o out/conftest2.o conftest.c >&5 configure:92619: $? = 0 configure:92641: result: yes configure:92667: checking whether the cc -std=gnu11 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:93595: result: yes configure:93616: checking whether -lc should be explicitly linked in configure:93621: cc -std=gnu11 -c -fno-common -Wstrict-prototypes -Wlogical-op -Wno-clobbered -Wall -Wextra -Wno-strict-aliasing -Wno-unused-parameter -Wno-sign-compare -g -O2 -fvisibility=hidden -pthread -DZTS -DZEND_SIGNALS -D_GNU_SOURCE -D_REENTRANT -pthread conftest.c >&5 configure:93624: $? = 0 configure:93639: cc -std=gnu11 -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:93642: $? = 0 configure:93654: result: no configure:93662: checking dynamic linker characteristics configure:94271: result: GNU/Linux ld.so configure:94297: checking how to hardcode library paths into programs configure:94322: result: immediate configure:94336: checking whether stripping libraries is possible configure:94341: result: yes configure:94856: checking if libtool supports shared libraries configure:94858: result: yes configure:94861: checking whether to build shared libraries configure:94882: result: yes configure:94885: checking whether to build static libraries configure:94889: result: yes configure:94983: result: creating libtool configure:98496: result: configure:98498: result: Generating files configure:99119: patching main/php_config.h.in configure:99130: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by PHP config.status 8.2.8, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on wordpress config.status:1376: creating main/build-defs.h config.status:1376: creating scripts/phpize config.status:1376: creating scripts/man1/phpize.1 config.status:1376: creating scripts/php-config config.status:1376: creating scripts/man1/php-config.1 config.status:1376: creating sapi/cli/php.1 config.status:1376: creating sapi/phpdbg/phpdbg.1 config.status:1376: creating sapi/cgi/php-cgi.1 config.status:1376: creating ext/phar/phar.1 config.status:1376: creating ext/phar/phar.phar.1 config.status:1376: creating main/php_config.h config.status:1560: executing default commands configure:100365: WARNING: unrecognized options: --with-freetype-dir, --with-libxml-dir, --with-gd, --enable-inline-optimization, --enable-zip, --with-pcre-regex, --with-jpeg-dir, --with-png-dir, --with-xmlrpc ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv__asm_goto=yes ac_cv_alignof_exists=yes ac_cv_attribute_aligned=yes ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_bigendian_php=no ac_cv_c_compiler_gnu=yes ac_cv_c_inline=inline ac_cv_c_undeclared_builtin_options='none needed' ac_cv_cmsgcred=no ac_cv_common_page_size=yes ac_cv_copy_file_range=no ac_cv_cpuid_count_available=yes ac_cv_ebcdic=no ac_cv_env_ARGON2_CFLAGS_set= ac_cv_env_ARGON2_CFLAGS_value= ac_cv_env_ARGON2_LIBS_set= ac_cv_env_ARGON2_LIBS_value= ac_cv_env_AVIF_CFLAGS_set= ac_cv_env_AVIF_CFLAGS_value= ac_cv_env_AVIF_LIBS_set= ac_cv_env_AVIF_LIBS_value= ac_cv_env_CAPSTONE_CFLAGS_set= ac_cv_env_CAPSTONE_CFLAGS_value= ac_cv_env_CAPSTONE_LIBS_set= ac_cv_env_CAPSTONE_LIBS_value= ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CURL_CFLAGS_set= ac_cv_env_CURL_CFLAGS_value= ac_cv_env_CURL_FEATURES_set= ac_cv_env_CURL_FEATURES_value= ac_cv_env_CURL_LIBS_set= ac_cv_env_CURL_LIBS_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_EDIT_CFLAGS_set= ac_cv_env_EDIT_CFLAGS_value= ac_cv_env_EDIT_LIBS_set= ac_cv_env_EDIT_LIBS_value= ac_cv_env_ENCHANT2_CFLAGS_set= ac_cv_env_ENCHANT2_CFLAGS_value= ac_cv_env_ENCHANT2_LIBS_set= ac_cv_env_ENCHANT2_LIBS_value= ac_cv_env_ENCHANT_CFLAGS_set= ac_cv_env_ENCHANT_CFLAGS_value= ac_cv_env_ENCHANT_LIBS_set= ac_cv_env_ENCHANT_LIBS_value= ac_cv_env_EXPAT_CFLAGS_set= ac_cv_env_EXPAT_CFLAGS_value= ac_cv_env_EXPAT_LIBS_set= ac_cv_env_EXPAT_LIBS_value= ac_cv_env_EXSLT_CFLAGS_set= ac_cv_env_EXSLT_CFLAGS_value= ac_cv_env_EXSLT_LIBS_set= ac_cv_env_EXSLT_LIBS_value= ac_cv_env_FFI_CFLAGS_set= ac_cv_env_FFI_CFLAGS_value= ac_cv_env_FFI_LIBS_set= ac_cv_env_FFI_LIBS_value= ac_cv_env_FREETYPE2_CFLAGS_set= ac_cv_env_FREETYPE2_CFLAGS_value= ac_cv_env_FREETYPE2_LIBS_set= ac_cv_env_FREETYPE2_LIBS_value= ac_cv_env_GDLIB_CFLAGS_set= ac_cv_env_GDLIB_CFLAGS_value= ac_cv_env_GDLIB_LIBS_set= ac_cv_env_GDLIB_LIBS_value= ac_cv_env_ICU_CFLAGS_set= ac_cv_env_ICU_CFLAGS_value= ac_cv_env_ICU_LIBS_set= ac_cv_env_ICU_LIBS_value= ac_cv_env_JPEG_CFLAGS_set= ac_cv_env_JPEG_CFLAGS_value= ac_cv_env_JPEG_LIBS_set= ac_cv_env_JPEG_LIBS_value= ac_cv_env_KERBEROS_CFLAGS_set= ac_cv_env_KERBEROS_CFLAGS_value= ac_cv_env_KERBEROS_LIBS_set= ac_cv_env_KERBEROS_LIBS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBSODIUM_CFLAGS_set= ac_cv_env_LIBSODIUM_CFLAGS_value= ac_cv_env_LIBSODIUM_LIBS_set= ac_cv_env_LIBSODIUM_LIBS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LIBXML_CFLAGS_set= ac_cv_env_LIBXML_CFLAGS_value= ac_cv_env_LIBXML_LIBS_set= ac_cv_env_LIBXML_LIBS_value= ac_cv_env_LIBZIP_CFLAGS_set= ac_cv_env_LIBZIP_CFLAGS_value= ac_cv_env_LIBZIP_LIBS_set= ac_cv_env_LIBZIP_LIBS_value= ac_cv_env_ODBC_CFLAGS_set= ac_cv_env_ODBC_CFLAGS_value= ac_cv_env_ODBC_LIBS_set= ac_cv_env_ODBC_LIBS_value= ac_cv_env_ONIG_CFLAGS_set= ac_cv_env_ONIG_CFLAGS_value= ac_cv_env_ONIG_LIBS_set= ac_cv_env_ONIG_LIBS_value= ac_cv_env_OPENSSL_CFLAGS_set= ac_cv_env_OPENSSL_CFLAGS_value= ac_cv_env_OPENSSL_LIBS_set= ac_cv_env_OPENSSL_LIBS_value= ac_cv_env_PCRE2_CFLAGS_set= ac_cv_env_PCRE2_CFLAGS_value= ac_cv_env_PCRE2_LIBS_set= ac_cv_env_PCRE2_LIBS_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set= ac_cv_env_PKG_CONFIG_PATH_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_PNG_CFLAGS_set= ac_cv_env_PNG_CFLAGS_value= ac_cv_env_PNG_LIBS_set= ac_cv_env_PNG_LIBS_value= ac_cv_env_SASL_CFLAGS_set= ac_cv_env_SASL_CFLAGS_value= ac_cv_env_SASL_LIBS_set= ac_cv_env_SASL_LIBS_value= ac_cv_env_SQLITE_CFLAGS_set= ac_cv_env_SQLITE_CFLAGS_value= ac_cv_env_SQLITE_LIBS_set= ac_cv_env_SQLITE_LIBS_value= ac_cv_env_SYSTEMD_CFLAGS_set= ac_cv_env_SYSTEMD_CFLAGS_value= ac_cv_env_SYSTEMD_LIBS_set= ac_cv_env_SYSTEMD_LIBS_value= ac_cv_env_VALGRIND_CFLAGS_set= ac_cv_env_VALGRIND_CFLAGS_value= ac_cv_env_VALGRIND_LIBS_set= ac_cv_env_VALGRIND_LIBS_value= ac_cv_env_WEBP_CFLAGS_set= ac_cv_env_WEBP_CFLAGS_value= ac_cv_env_WEBP_LIBS_set= ac_cv_env_WEBP_LIBS_value= ac_cv_env_XPM_CFLAGS_set= ac_cv_env_XPM_CFLAGS_value= ac_cv_env_XPM_LIBS_set= ac_cv_env_XPM_LIBS_value= ac_cv_env_XSL_CFLAGS_set= ac_cv_env_XSL_CFLAGS_value= ac_cv_env_XSL_LIBS_set= ac_cv_env_XSL_LIBS_value= ac_cv_env_ZLIB_CFLAGS_set= ac_cv_env_ZLIB_CFLAGS_value= ac_cv_env_ZLIB_LIBS_set= ac_cv_env_ZLIB_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_flush_io=no ac_cv_func_RAND_egd=yes ac_cv_func___crc32d=no ac_cv_func___dlopen=no ac_cv_func___dn_expand=yes ac_cv_func___dn_skipname=yes ac_cv_func___dns_search=no ac_cv_func___openpty=no ac_cv_func___res_ndestroy=no ac_cv_func___res_nsearch=no ac_cv_func___res_search=yes ac_cv_func___timer_create=no ac_cv_func_alloca_works=yes ac_cv_func_alphasort=yes ac_cv_func_asctime_r=yes ac_cv_func_asprintf=yes ac_cv_func_atoll=yes ac_cv_func_chroot=yes ac_cv_func_ctermid=yes ac_cv_func_ctime_r=yes ac_cv_func_dlopen=yes ac_cv_func_dlsym=yes ac_cv_func_dn_expand=yes ac_cv_func_dn_skipname=yes ac_cv_func_dns_search=no ac_cv_func_explicit_bzero=no ac_cv_func_explicit_memset=no ac_cv_func_fdatasync=yes ac_cv_func_flock=yes ac_cv_func_fnmatch_works=yes ac_cv_func_fopencookie=yes ac_cv_func_fork=yes ac_cv_func_forkx=no ac_cv_func_ftok=yes ac_cv_func_funopen=no ac_cv_func_gai_strerror=yes ac_cv_func_getaddrinfo=yes ac_cv_func_getcwd=yes ac_cv_func_getgrgid_r=yes ac_cv_func_getgrnam_r=yes ac_cv_func_getgroups=yes ac_cv_func_gethostbyaddr=yes ac_cv_func_gethostname=yes ac_cv_func_getloadavg=yes ac_cv_func_getlogin=yes ac_cv_func_getopt=yes ac_cv_func_getpgid=yes ac_cv_func_getpid=yes ac_cv_func_getpriority=yes ac_cv_func_getprotobyname=yes ac_cv_func_getprotobynumber=yes ac_cv_func_getpwnam_r=yes ac_cv_func_getpwuid_r=yes ac_cv_func_getrlimit=yes ac_cv_func_getrusage=yes ac_cv_func_getservbyname=yes ac_cv_func_getservbyport=yes ac_cv_func_getsid=yes ac_cv_func_gettimeofday=yes ac_cv_func_getwd=yes ac_cv_func_glob=yes ac_cv_func_gmtime_r=yes ac_cv_func_hstrerror=yes ac_cv_func_htonl=yes ac_cv_func_iconv=yes ac_cv_func_if_indextoname=yes ac_cv_func_if_nametoindex=yes ac_cv_func_inet_aton=yes ac_cv_func_inet_ntoa=yes ac_cv_func_inet_ntop=yes ac_cv_func_inet_pton=yes ac_cv_func_initgroups=yes ac_cv_func_kill=yes ac_cv_func_lchown=yes ac_cv_func_localtime_r=yes ac_cv_func_makedev=no ac_cv_func_memcntl=no ac_cv_func_memmem=yes ac_cv_func_memmove=yes ac_cv_func_memrchr=yes ac_cv_func_mkfifo=yes ac_cv_func_mknod=yes ac_cv_func_mkstemp=yes ac_cv_func_mmap=yes ac_cv_func_mprotect=yes ac_cv_func_mremap=yes ac_cv_func_nanosleep=yes ac_cv_func_nice=yes ac_cv_func_nl_langinfo=yes ac_cv_func_openpty=yes ac_cv_func_poll=yes ac_cv_func_pthread_jit_write_protect_np=no ac_cv_func_putenv=yes ac_cv_func_res_ndestroy=no ac_cv_func_res_nsearch=yes ac_cv_func_res_search=yes ac_cv_func_rfork=no ac_cv_func_scandir=yes ac_cv_func_setegid=yes ac_cv_func_setenv=yes ac_cv_func_seteuid=yes ac_cv_func_setitimer=yes ac_cv_func_setpriority=yes ac_cv_func_setproctitle=no ac_cv_func_setrlimit=yes ac_cv_func_setsid=yes ac_cv_func_shm_open=yes ac_cv_func_shutdown=yes ac_cv_func_sigaction=yes ac_cv_func_sigprocmask=yes ac_cv_func_sigsetjmp=no ac_cv_func_sigtimedwait=yes ac_cv_func_sigwaitinfo=yes ac_cv_func_socket=yes ac_cv_func_socketpair=yes ac_cv_func_statfs=yes ac_cv_func_statvfs=yes ac_cv_func_std_syslog=no ac_cv_func_strcasecmp=yes ac_cv_func_strerror_r=yes ac_cv_func_strlcat=no ac_cv_func_strlcpy=no ac_cv_func_strnlen=yes ac_cv_func_strptime=yes ac_cv_func_strtok_r=yes ac_cv_func_strtoll=yes ac_cv_func_symlink=yes ac_cv_func_timer_create=yes ac_cv_func_tzset=yes ac_cv_func_unsetenv=yes ac_cv_func_unshare=yes ac_cv_func_usleep=yes ac_cv_func_utime=yes ac_cv_func_vasprintf=yes ac_cv_func_wait3=yes ac_cv_func_wait4=yes ac_cv_func_waitpid=yes ac_cv_func_which_gethostbyname_r=six ac_cv_gai_ai_all=yes ac_cv_gai_ai_idn=yes ac_cv_gai_ai_v4mapped=yes ac_cv_have_broken_gcc_strlen_opt=no ac_cv_have_decl_arc4random_buf=no ac_cv_have_pcre2_intel_cet=no ac_cv_have_utsname_domainname=yes ac_cv_header_CommonCrypto_CommonRandom_h=no ac_cv_header_alloca_h=yes ac_cv_header_arpa_inet_h=yes ac_cv_header_arpa_nameser_h=yes ac_cv_header_cpuid_h=yes ac_cv_header_crypt_h=yes ac_cv_header_dirent_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_dns_h=no ac_cv_header_fcntl_h=yes ac_cv_header_grp_h=yes ac_cv_header_ieeefp_h=no ac_cv_header_immintrin_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_io_h=no ac_cv_header_langinfo_h=yes ac_cv_header_linux_filter_h=yes ac_cv_header_linux_sock_diag_h=yes ac_cv_header_malloc_h=yes ac_cv_header_minix_config_h=no ac_cv_header_net_if_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_netinet_tcp_h=yes ac_cv_header_nmmintrin_h=no ac_cv_header_os_signpost_h=no ac_cv_header_poll_h=yes ac_cv_header_pty_h=yes ac_cv_header_pwd_h=yes ac_cv_header_resolv_h=yes ac_cv_header_stdint_h=yes ac_cv_header_stdio_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_file_h=yes ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_ipc_h=yes ac_cv_header_sys_loadavg_h=no ac_cv_header_sys_mkdev_h=no ac_cv_header_sys_mman_h=yes ac_cv_header_sys_mount_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_poll_h=yes ac_cv_header_sys_pstat_h=no ac_cv_header_sys_resource_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_sockio_h=no ac_cv_header_sys_stat_h=yes ac_cv_header_sys_statfs_h=yes ac_cv_header_sys_statvfs_h=yes ac_cv_header_sys_sysexits_h=no ac_cv_header_sys_sysmacros_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_uio_h=yes ac_cv_header_sys_un_h=yes ac_cv_header_sys_utsname_h=yes ac_cv_header_sys_vfs_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_sysexits_h=yes ac_cv_header_syslog_h=yes ac_cv_header_tmmintrin_h=no ac_cv_header_unistd_h=yes ac_cv_header_unix_h=no ac_cv_header_utime_h=yes ac_cv_header_wchar_h=yes ac_cv_header_wmmintrin_h=no ac_cv_host=x86_64-pc-linux-gnu ac_cv_ipv6_support=yes ac_cv_lib_bind___dns_search=no ac_cv_lib_bind___res_ndestroy=no ac_cv_lib_bind_dns_search=no ac_cv_lib_bind_res_ndestroy=no ac_cv_lib_bz2_BZ2_bzerror=yes ac_cv_lib_c_bind_textdomain_codeset=yes ac_cv_lib_c_bindtextdomain=yes ac_cv_lib_c_dcngettext=yes ac_cv_lib_c_dngettext=yes ac_cv_lib_c_ngettext=yes ac_cv_lib_curl_curl_easy_perform=yes ac_cv_lib_dl_dlopen=yes ac_cv_lib_intl_bindtextdomain=no ac_cv_lib_m_sin=yes ac_cv_lib_network___setsockopt=no ac_cv_lib_network_setsockopt=no ac_cv_lib_resolv___dns_search=no ac_cv_lib_resolv___res_ndestroy=no ac_cv_lib_resolv___res_nsearch=yes ac_cv_lib_resolv_dns_search=no ac_cv_lib_resolv_res_ndestroy=no ac_cv_lib_resolv_res_nsearch=no ac_cv_lib_rt_nanosleep=yes ac_cv_lib_rt_shm_open=yes ac_cv_lib_rt_shm_unlink=yes ac_cv_lib_rt_timer_create=yes ac_cv_lib_socket___dns_search=no ac_cv_lib_socket___res_ndestroy=no ac_cv_lib_socket_dns_search=no ac_cv_lib_socket_res_ndestroy=no ac_cv_lib_sqlite3_sqlite3_close_v2=yes ac_cv_lib_sqlite3_sqlite3_column_table_name=yes ac_cv_lib_sqlite3_sqlite3_errstr=yes ac_cv_lib_sqlite3_sqlite3_load_extension=yes ac_cv_lib_util_openpty=yes ac_cv_member_struct_stat_st_blksize=yes ac_cv_member_struct_stat_st_blocks=yes ac_cv_member_struct_stat_st_rdev=yes ac_cv_member_struct_tm_tm_gmtoff=yes ac_cv_member_struct_tm_tm_zone=yes ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_PROG_SENDMAIL=/usr/sbin/sendmail ac_cv_path_SED=/usr/bin/sed ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_phpdbg_userfaultfd_writefault=no ac_cv_pread=yes ac_cv_prog_AWK=gawk ac_cv_prog_CPP='cc -std=gnu11 -E' ac_cv_prog_PHP=php ac_cv_prog_YACC=bison ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=cc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c11=-std=gnu11 ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc=-std=gnu11 ac_cv_pthreads_cflags=-pthread ac_cv_pthreads_lib=pthread ac_cv_pwrite=yes ac_cv_safe_to_define___extensions__=yes ac_cv_should_define__xopen_source=no ac_cv_sizeof_int=4 ac_cv_sizeof_long=8 ac_cv_sizeof_long_long=8 ac_cv_sizeof_off_t=8 ac_cv_sizeof_short=2 ac_cv_sizeof_size_t=8 ac_cv_sockaddr_sa_len=no ac_cv_sockaddr_storage=yes ac_cv_ss_family=yes ac_cv_strptime_decl_fails=yes ac_cv_struct_flock=yes ac_cv_struct_tm=time.h ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=yes ac_cv_sys_tiocgwinsz_in_termios_h=no ac_cv_target=x86_64-pc-linux-gnu ac_cv_time_r_type=POSIX ac_cv_type_in_addr_t=yes ac_cv_type_int16_t=yes ac_cv_type_int32_t=yes ac_cv_type_int64_t=yes ac_cv_type_int8_t=yes ac_cv_type_size_t=yes ac_cv_type_socklen_t=yes ac_cv_type_uid_t=yes ac_cv_type_uint16_t=yes ac_cv_type_uint32_t=yes ac_cv_type_uint64_t=yes ac_cv_type_uint8_t=yes ac_cv_ucred=yes ac_cv_working_alloca_h=yes ac_cv_write_stdout=yes ax_cv_check_cflags__Werror__Wduplicated_cond=no ax_cv_check_cflags__Werror__Wformat_truncation=no ax_cv_check_cflags__Werror__Wimplicit_fallthrough_1=no ax_cv_check_cflags__Werror__Wlogical_op=yes ax_cv_check_cflags__Werror__Wno_clobbered=yes ax_cv_check_cflags__Werror__Wstrict_prototypes=yes ax_cv_check_cflags__Werror__fno_common=yes ax_cv_check_cflags___fvisibility_hidden=yes ax_cv_have_func_attribute_ifunc=yes ax_cv_have_func_attribute_target=yes cli_cv_var_PS_STRINGS=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_SED=/usr/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=no lt_cv_prog_gnu_ld=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' lt_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/lib64//bind9-export/ /usr/lib64/dyninst /usr/lib64/mysql ' lt_cv_sys_lib_search_path_spec='/usr/lib/gcc/x86_64-redhat-linux/4.8.5 /usr/lib64 /lib64' lt_cv_sys_max_cmd_len=1572864 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' pdo_cv_inc_path=/root/php-8.2.8/ext php_cv_cc_rpath=yes php_cv_semun=no php_cv_sizeof_intmax_t=8 php_cv_sizeof_ptrdiff_t=8 php_cv_sizeof_ssize_t=8 pkg_cv_CURL_CFLAGS=' ' pkg_cv_CURL_FEATURES='"SSL IPv6 unix-sockets libz AsynchDNS IDN NTLM NTLM_WB"' pkg_cv_CURL_LIBS='-lcurl ' pkg_cv_EXSLT_CFLAGS='-I/usr/include/libxml2 ' pkg_cv_EXSLT_LIBS='-lexslt -lxslt -lz -lm -lgcrypt -ldl -lgpg-error -lxml2 ' pkg_cv_KERBEROS_CFLAGS=' ' pkg_cv_KERBEROS_LIBS='-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err ' pkg_cv_LIBXML_CFLAGS='-I/usr/include/libxml2 ' pkg_cv_LIBXML_LIBS='-lxml2 ' pkg_cv_ONIG_CFLAGS=' ' pkg_cv_ONIG_LIBS='-lonig ' pkg_cv_OPENSSL_CFLAGS=' ' pkg_cv_OPENSSL_LIBS='-lssl -lcrypto ' pkg_cv_SQLITE_CFLAGS=' ' pkg_cv_SQLITE_LIBS='-lsqlite3 ' pkg_cv_XSL_CFLAGS='-I/usr/include/libxml2 ' pkg_cv_XSL_LIBS='-lxslt -lz -ldl -lm -lxml2 ' pkg_cv_ZLIB_CFLAGS=' ' pkg_cv_ZLIB_LIBS='-lz ' ## ----------------- ## ## Output variables. ## ## ----------------- ## ALLOCA='' AR='ar' ARGON2_CFLAGS='' ARGON2_LIBS='' AR_FLAGS='cr' AVIF_CFLAGS='' AVIF_LIBS='' AWK='gawk' BUILD_CC='cc -std=gnu11' CAPSTONE_CFLAGS='' CAPSTONE_LIBS='' CC='cc -std=gnu11' CFLAGS='$(CFLAGS_CLEAN) ' CONFIGURE_COMMAND=' '\''./configure'\'' '\''--prefix=/usr/local/php_apache'\'' '\''--with-config-file-path=/usr/local/php_apache/etc'\'' '\''--with-apxs2=/usr/local/httpd2.4.57/bin/apxs'\'' '\''--with-zlib-dir'\'' '\''--with-freetype-dir'\'' '\''--enable-mbstring'\'' '\''--with-libxml-dir=/usr'\'' '\''--enable-xmlreader'\'' '\''--enable-xmlwriter'\'' '\''--enable-soap'\'' '\''--enable-calendar'\'' '\''--with-curl'\'' '\''--with-gd'\'' '\''--with-pdo-mysql'\'' '\''--with-mysqli'\'' '\''--with-mysql-sock'\'' '\''--enable-mysqlnd'\'' '\''--disable-rpath'\'' '\''--enable-inline-optimization'\'' '\''--with-bz2'\'' '\''--with-zlib'\'' '\''--enable-sockets'\'' '\''--enable-sysvsem'\'' '\''--enable-sysvshm'\'' '\''--enable-pcntl'\'' '\''--enable-mbregex'\'' '\''--enable-exif'\'' '\''--enable-bcmath'\'' '\''--with-mhash'\'' '\''--enable-zip'\'' '\''--with-pcre-regex'\'' '\''--with-jpeg-dir=/usr'\'' '\''--with-png-dir=/usr'\'' '\''--with-openssl'\'' '\''--enable-ftp'\'' '\''--with-kerberos'\'' '\''--with-gettext'\'' '\''--with-xmlrpc'\'' '\''--with-xsl'\'' '\''--disable-fileinfo'\''' CONFIGURE_OPTIONS=' '\''--prefix=/usr/local/php_apache'\'' '\''--with-config-file-path=/usr/local/php_apache/etc'\'' '\''--with-apxs2=/usr/local/httpd2.4.57/bin/apxs'\'' '\''--with-zlib-dir'\'' '\''--with-freetype-dir'\'' '\''--enable-mbstring'\'' '\''--with-libxml-dir=/usr'\'' '\''--enable-xmlreader'\'' '\''--enable-xmlwriter'\'' '\''--enable-soap'\'' '\''--enable-calendar'\'' '\''--with-curl'\'' '\''--with-gd'\'' '\''--with-pdo-mysql'\'' '\''--with-mysqli'\'' '\''--with-mysql-sock'\'' '\''--enable-mysqlnd'\'' '\''--disable-rpath'\'' '\''--enable-inline-optimization'\'' '\''--with-bz2'\'' '\''--with-zlib'\'' '\''--enable-sockets'\'' '\''--enable-sysvsem'\'' '\''--enable-sysvshm'\'' '\''--enable-pcntl'\'' '\''--enable-mbregex'\'' '\''--enable-exif'\'' '\''--enable-bcmath'\'' '\''--with-mhash'\'' '\''--enable-zip'\'' '\''--with-pcre-regex'\'' '\''--with-jpeg-dir=/usr'\'' '\''--with-png-dir=/usr'\'' '\''--with-openssl'\'' '\''--enable-ftp'\'' '\''--with-kerberos'\'' '\''--with-gettext'\'' '\''--with-xmlrpc'\'' '\''--with-xsl'\'' '\''--disable-fileinfo'\''' CPP='cc -std=gnu11 -E' CPPFLAGS=' -D_GNU_SOURCE -D_REENTRANT -pthread' CURL_CFLAGS=' ' CURL_FEATURES='"SSL IPv6 unix-sockets libz AsynchDNS IDN NTLM NTLM_WB"' CURL_LIBS='-lcurl ' CXX='' CXXCPP='' CXXFLAGS=' -pthread $(PROF_FLAGS)' DEBUG_CFLAGS='' DEFS='-DHAVE_CONFIG_H' DSYMUTIL='' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EDIT_CFLAGS='' EDIT_LIBS='' EGREP='/usr/bin/grep -E' ENCHANT2_CFLAGS='' ENCHANT2_LIBS='' ENCHANT_CFLAGS='' ENCHANT_LIBS='' EXEEXT='' EXPANDED_BINDIR='/usr/local/php_apache/bin' EXPANDED_DATADIR='/usr/local/php_apache/share/php' EXPANDED_EXTENSION_DIR='/usr/local/php_apache/lib/php/extensions/no-debug-zts-20220829' EXPANDED_LIBDIR='/usr/local/php_apache/lib/php' EXPANDED_LOCALSTATEDIR='/usr/local/php_apache/var' EXPANDED_MANDIR='/usr/local/php_apache/php/man' EXPANDED_PEAR_INSTALLDIR='' EXPANDED_PHP_CONFIG_FILE_PATH='/usr/local/php_apache/etc' EXPANDED_PHP_CONFIG_FILE_SCAN_DIR='' EXPANDED_SBINDIR='/usr/local/php_apache/sbin' EXPANDED_SYSCONFDIR='/usr/local/php_apache/etc' EXPAT_CFLAGS='' EXPAT_LIBS='' EXSLT_CFLAGS='-I/usr/include/libxml2 ' EXSLT_LIBS='-lexslt -lxslt -lz -lm -lgcrypt -ldl -lgpg-error -lxml2 ' EXTENSION_DIR='/usr/local/php_apache/lib/php/extensions/no-debug-zts-20220829' EXTRA_INCLUDES='' EXTRA_LDFLAGS=' -avoid-version -module ' EXTRA_LDFLAGS_PROGRAM=' -Wl,-zcommon-page-size=2097152 -Wl,-zmax-page-size=2097152 ' EXTRA_LIBS=' -lresolv -lrt -lbz2 -lutil -lrt -lm -ldl -lpthread -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lssl -lcrypto -lonig -lsqlite3 -lxml2 -lxml2 -lxml2 -lxml2 -lxml2 -lxslt -lz -ldl -lm -lxml2 -lexslt -lxslt -lz -lm -lgcrypt -ldl -lgpg-error -lxml2 -lz -lssl -lcrypto ' FB_CONFIG='' FFI_CFLAGS='' FFI_LIBS='' FREETYPE2_CFLAGS='' FREETYPE2_LIBS='' GDLIB_CFLAGS='' GDLIB_LIBS='' GREP='/usr/bin/grep' HAVE_CXX11='' ICU_CFLAGS='' ICU_LIBS='' INCLUDES=' -I/root/php-8.2.8/ext/date/lib -I/usr/include/libxml2 -I/root/php-8.2.8/ext/mbstring/libmbfl -I/root/php-8.2.8/ext/mbstring/libmbfl/mbfl -I$(top_builddir)/TSRM -I$(top_builddir)/Zend' INCLUDE_PATH='.:' INSTALL_IT='$(mkinstalldirs) '\''$(INSTALL_ROOT)/usr/local/httpd2.4.57/modules'\'' && $(mkinstalldirs) '\''$(INSTALL_ROOT)/usr/local/httpd2.4.57/conf'\'' && /usr/local/httpd2.4.57/bin/apxs -S LIBEXECDIR='\''$(INSTALL_ROOT)/usr/local/httpd2.4.57/modules'\'' -S SYSCONFDIR='\''$(INSTALL_ROOT)/usr/local/httpd2.4.57/conf'\'' -i -a -n php libphp.la' JPEG_CFLAGS='' JPEG_LIBS='' KERBEROS_CFLAGS=' ' KERBEROS_LIBS='-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err ' LDFLAGS='' LIBOBJS=' ${LIBOBJDIR}strlcat$U.o ${LIBOBJDIR}strlcpy$U.o ${LIBOBJDIR}explicit_bzero$U.o' LIBS='' LIBSODIUM_CFLAGS='' LIBSODIUM_LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent --preserve-dup-deps --tag CC' LIBXML_CFLAGS='-I/usr/include/libxml2 ' LIBXML_LIBS='-lxml2 ' LIBZIP_CFLAGS='' LIBZIP_LIBS='' LN_S='ln -s' LTLIBOBJS=' ${LIBOBJDIR}strlcat$U.lo ${LIBOBJDIR}strlcpy$U.lo ${LIBOBJDIR}explicit_bzero$U.lo' NATIVE_RPATHS='' NMEDIT='' OBJEXT='o' OCI8_DIR='' OCI8_ORACLE_VERSION='' OCI8_SHARED_LIBADD='' ODBC_CFLAGS='' ODBC_LFLAGS='' ODBC_LIBS='' ODBC_TYPE='' ONIG_CFLAGS=' ' ONIG_LIBS='-lonig ' OPENSSL_CFLAGS=' ' OPENSSL_LIBS='-lssl -lcrypto ' PACKAGE_BUGREPORT='https://github.com/php/php-src/issues' PACKAGE_NAME='PHP' PACKAGE_STRING='PHP 8.2.8' PACKAGE_TARNAME='php' PACKAGE_URL='https://www.php.net' PACKAGE_VERSION='8.2.8' PATH_SEPARATOR=':' PCRE2_CFLAGS='' PCRE2_LIBS='' PDO_MYSQL_MODULE_TYPE='external' PDO_OCI_DIR='' PDO_OCI_SHARED_LIBADD='' PDO_OCI_VERSION='' PEAR_INSTALLDIR='' PHP='php' PHP_INSTALLED_SAPIS=' apache2handler cli phpdbg cgi' PHP_LDFLAGS='' PHP_LIBS='' PHP_VERSION='8.2.8' PHP_VERSION_ID='80208' PKG_CONFIG='/usr/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' PNG_CFLAGS='' PNG_LIBS='' PROG_SENDMAIL='/usr/sbin/sendmail' RANLIB='ranlib' RE2C='exit 0;' SASL_CFLAGS='' SASL_LIBS='' SED='/usr/bin/sed' SHELL='/bin/sh' SHLIB_DL_SUFFIX_NAME='so' SHLIB_SUFFIX_NAME='so' SNMP_CONFIG='' SQLITE_CFLAGS=' ' SQLITE_LIBS='-lsqlite3 ' STRIP='strip' SYSTEMD_CFLAGS='' SYSTEMD_LIBS='' VALGRIND_CFLAGS='' VALGRIND_LIBS='' WEBP_CFLAGS='' WEBP_LIBS='' XPM_CFLAGS='' XPM_LIBS='' XSL_CFLAGS='-I/usr/include/libxml2 ' XSL_LIBS='-lxslt -lz -ldl -lm -lxml2 ' YACC='bison' YFLAGS='-Wall' ZEND_EXTRA_LIBS='-lrt ' ZLIB_CFLAGS=' ' ZLIB_LIBS='-lz ' abs_builddir='/root/php-8.2.8' abs_srcdir='/root/php-8.2.8' ac_ct_CC='cc' ac_ct_CXX='' bindir='${exec_prefix}/bin' build='x86_64-pc-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' datadir='${datarootdir}/php' datarootdir='/usr/local/php_apache/php' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='x86_64-pc-linux-gnu' host_alias='x86_64-pc-linux-gnu' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib/php' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' php_fpm_group='' php_fpm_localstatedir='' php_fpm_prefix='' php_fpm_sysconfdir='' php_fpm_systemd='' php_fpm_user='' prefix='/usr/local/php_apache' program_prefix='' program_suffix='' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='x86_64-pc-linux-gnu' target_alias='' target_cpu='x86_64' target_os='linux-gnu' target_vendor='pc' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "PHP" #define PACKAGE_TARNAME "php" #define PACKAGE_VERSION "8.2.8" #define PACKAGE_STRING "PHP 8.2.8" #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues" #define PACKAGE_URL "https://www.php.net" #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_WCHAR_H 1 #define STDC_HEADERS 1 #define _ALL_SOURCE 1 #define _DARWIN_C_SOURCE 1 #define _GNU_SOURCE 1 #define _HPUX_ALT_XOPEN_SOCKET_API 1 #define _NETBSD_SOURCE 1 #define _OPENBSD_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 #define __STDC_WANT_LIB_EXT2__ 1 #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 #define _TANDEM_SOURCE 1 #define __EXTENSIONS__ 1 #define HAVE_DEV_URANDOM 1 #define HAVE_GCC_GLOBAL_REGS 1 #define HAVE_CPUID_COUNT 1 #define GWINSZ_IN_SYS_IOCTL 1 #define HAVE_PHPDBG 1 #define PHPDBG_DEBUG 0 #define PHP_WRITE_STDOUT 1 #define HAVE_SOCKET 1 #define HAVE_SOCKETPAIR 1 #define HAVE_HTONL 1 #define HAVE_GETHOSTNAME 1 #define HAVE_GETHOSTBYADDR 1 #define HAVE_DLOPEN 1 #define HAVE_LIBDL 1 #define HAVE_DLSYM 1 #define HAVE_LIBDL 1 #define HAVE_LIBM 1 #define HAVE_INET_ATON 1 #define HAVE_STDINT_H 1 #define HAVE_DIRENT_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_ALLOCA_H 1 #define HAVE_ARPA_INET_H 1 #define HAVE_ARPA_NAMESER_H 1 #define HAVE_CRYPT_H 1 #define HAVE_FCNTL_H 1 #define HAVE_GRP_H 1 #define HAVE_LANGINFO_H 1 #define HAVE_LINUX_FILTER_H 1 #define HAVE_LINUX_SOCK_DIAG_H 1 #define HAVE_MALLOC_H 1 #define HAVE_POLL_H 1 #define HAVE_PTY_H 1 #define HAVE_PWD_H 1 #define HAVE_RESOLV_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYSLOG_H 1 #define HAVE_SYSEXITS_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_FILE_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_SYS_MOUNT_H 1 #define HAVE_SYS_POLL_H 1 #define HAVE_SYS_RESOURCE_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_STATFS_H 1 #define HAVE_SYS_STATVFS_H 1 #define HAVE_SYS_VFS_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UTIME_H 1 #define HAVE_SYS_UTSNAME_H 1 #define HAVE_SYS_IPC_H 1 #define HAVE_DLFCN_H 1 #define HAVE_IMMINTRIN_H 1 #define HAVE_FOPENCOOKIE 1 #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t #define COOKIE_SEEKER_USES_OFF64_T 1 #define HAVE_STRUCT_TM_TM_ZONE 1 #define HAVE_TM_ZONE 1 #define MISSING_FCLOSE_DECL 0 #define HAVE_STRUCT_FLOCK 1 #define HAVE_SOCKLEN_T 1 #define SIZEOF_INTMAX_T 8 #define HAVE_INTMAX_T 1 #define SIZEOF_SSIZE_T 8 #define HAVE_SSIZE_T 1 #define SIZEOF_PTRDIFF_T 8 #define HAVE_PTRDIFF_T 1 #define SIZEOF_SHORT 2 #define SIZEOF_INT 4 #define SIZEOF_LONG 8 #define SIZEOF_LONG_LONG 8 #define SIZEOF_SIZE_T 8 #define SIZEOF_OFF_T 8 #define HAVE_INT8_T 1 #define HAVE_INT16_T 1 #define HAVE_INT32_T 1 #define HAVE_INT64_T 1 #define HAVE_UINT8_T 1 #define HAVE_UINT16_T 1 #define HAVE_UINT32_T 1 #define HAVE_UINT64_T 1 #define PHP_HAVE_BUILTIN_EXPECT 1 #define PHP_HAVE_BUILTIN_CLZ 1 #define PHP_HAVE_BUILTIN_CLZL 1 #define PHP_HAVE_BUILTIN_CLZLL 1 #define PHP_HAVE_BUILTIN_CTZL 1 #define PHP_HAVE_BUILTIN_CTZLL 1 #define PHP_HAVE_BUILTIN_SMULL_OVERFLOW 0 #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 0 #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 0 #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 0 #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 0 #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 0 #define PHP_HAVE_BUILTIN_CPU_INIT 1 #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1 #define HAVE_ALIGNOF 1 #define HAVE_STRUCT_TM_TM_GMTOFF 1 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 #define HAVE_STRUCT_STAT_ST_RDEV 1 #define HAVE_STRUCT_STAT_ST_BLOCKS 1 #define HAVE_ST_BLOCKS 1 #define HAVE_SOCKADDR_STORAGE 1 #define HAVE_FUNC_ATTRIBUTE_IFUNC 1 #define HAVE_FUNC_ATTRIBUTE_TARGET 1 #define HAVE_ALPHASORT 1 #define HAVE_ASCTIME_R 1 #define HAVE_CHROOT 1 #define HAVE_CTIME_R 1 #define HAVE_FDATASYNC 1 #define HAVE_FLOCK 1 #define HAVE_FTOK 1 #define HAVE_GAI_STRERROR 1 #define HAVE_GETCWD 1 #define HAVE_GETLOADAVG 1 #define HAVE_GETLOGIN 1 #define HAVE_GETPROTOBYNAME 1 #define HAVE_GETPROTOBYNUMBER 1 #define HAVE_GETSERVBYNAME 1 #define HAVE_GETSERVBYPORT 1 #define HAVE_GETRUSAGE 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_GMTIME_R 1 #define HAVE_GETPWNAM_R 1 #define HAVE_GETGRNAM_R 1 #define HAVE_GETPWUID_R 1 #define HAVE_GETWD 1 #define HAVE_GLOB 1 #define HAVE_INET_NTOA 1 #define HAVE_INET_NTOP 1 #define HAVE_INET_PTON 1 #define HAVE_LOCALTIME_R 1 #define HAVE_LCHOWN 1 #define HAVE_MEMMOVE 1 #define HAVE_MKSTEMP 1 #define HAVE_MMAP 1 #define HAVE_NICE 1 #define HAVE_NL_LANGINFO 1 #define HAVE_POLL 1 #define HAVE_PUTENV 1 #define HAVE_SCANDIR 1 #define HAVE_SETITIMER 1 #define HAVE_SETENV 1 #define HAVE_SHUTDOWN 1 #define HAVE_SIGPROCMASK 1 #define HAVE_STATFS 1 #define HAVE_STATVFS 1 #define HAVE_STRCASECMP 1 #define HAVE_STRNLEN 1 #define HAVE_STRPTIME 1 #define HAVE_STRTOK_R 1 #define HAVE_SYMLINK 1 #define HAVE_TZSET 1 #define HAVE_UNSETENV 1 #define HAVE_USLEEP 1 #define HAVE_UTIME 1 #define HAVE_VASPRINTF 1 #define HAVE_ASPRINTF 1 #define HAVE_NANOSLEEP 1 #define HAVE_MEMMEM 1 #define HAVE_MEMRCHR 1 #define HAVE_STRERROR_R 1 #define HAVE_GETHOSTBYNAME_R 1 #define HAVE_FUNC_GETHOSTBYNAME_R_6 1 #define HAVE_NANOSLEEP 1 #define HAVE_LIBRT 1 #define HAVE_GETADDRINFO 1 #define HAVE_GETOPT 1 #define HAVE_ALLOCA_H 1 #define HAVE_ALLOCA 1 #define HAVE_ASM_GOTO 1 #define HAVE_OPENPTY 1 #define HAVE_LIBUTIL 1 #define ZTS 1 #define PHP_SIGCHILD 0 #define DEFAULT_SHORT_OPEN_TAG "1" #define HAVE_IPV6 1 #define HAVE_STRTOLL 1 #define HAVE_ATOLL 1 #define HAVE_TIMELIB_CONFIG_H 1 #define HAVE_LIBXML 1 #define HAVE_LIBXML 1 #define HAVE_OPENSSL_EXT 1 #define HAVE_RAND_EGD 1 #define HAVE_BUNDLED_PCRE 1 #define PCRE2_CODE_UNIT_WIDTH 8 #define HAVE_PCRE_JIT_SUPPORT 1 #define HAVE_SQLITE3 1 #define HAVE_SQLITE3_ERRSTR 1 #define HAVE_ZLIB 1 #define HAVE_BCMATH 1 #define HAVE_BZ2 1 #define HAVE_CALENDAR 1 #define HAVE_CTYPE 1 #define HAVE_CURL 1 #define HAVE_LIBXML 1 #define HAVE_DOM 1 #define HAVE_EXIF 1 #define HAVE_FTP 1 #define HAVE_FTP_SSL 1 #define HAVE_LIBINTL 1 #define HAVE_NGETTEXT 1 #define HAVE_DNGETTEXT 1 #define HAVE_DCNGETTEXT 1 #define HAVE_BIND_TEXTDOMAIN_CODESET 1 #define PHP_MHASH_BC 1 #define SIZEOF_LONG 8 #define HAVE_ICONV 1 #define HAVE_GLIBC_ICONV 1 #define PHP_ICONV_IMPL "glibc" #define ICONV_BROKEN_IGNORE 1 #define HAVE_JSON 1 #define HAVE_MBSTRING 1 #define PHP_ONIG_BAD_KOI8_ENTRY 1 #define HAVE_MBREGEX 1 #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" #define ODBCVER 0x0350 #define HAVE_HUGE_CODE_PAGES 1 #define HAVE_JIT 1 #define HAVE_MPROTECT 1 #define HAVE_SHM_IPC 1 #define HAVE_SHM_MMAP_ANON 1 #define HAVE_SHM_OPEN 1 #define HAVE_LIBRT 1 #define HAVE_SHM_MMAP_POSIX 1 #define COMPILE_DL_OPCACHE 1 #define HAVE_FORK 1 #define HAVE_WAITPID 1 #define HAVE_SIGACTION 1 #define HAVE_GETPRIORITY 1 #define HAVE_SETPRIORITY 1 #define HAVE_WAIT3 1 #define HAVE_WAIT4 1 #define HAVE_SIGWAITINFO 1 #define HAVE_SIGTIMEDWAIT 1 #define HAVE_UNSHARE 1 #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/lib/mysql/mysql.sock" #define PDO_USE_MYSQLND 1 #define HAVE_PDO_SQLITELIB 1 #define HAVE_SQLITE3_CLOSE_V2 1 #define HAVE_SQLITE3_COLUMN_TABLE_NAME 1 #define PHAR_HAVE_OPENSSL 1 #define HAVE_POSIX 1 #define HAVE_SYS_SYSMACROS_H 1 #define HAVE_SETEUID 1 #define HAVE_SETEGID 1 #define HAVE_SETSID 1 #define HAVE_GETSID 1 #define HAVE_GETPGID 1 #define HAVE_CTERMID 1 #define HAVE_MKFIFO 1 #define HAVE_MKNOD 1 #define HAVE_SETRLIMIT 1 #define HAVE_GETRLIMIT 1 #define HAVE_GETGROUPS 1 #define HAVE_INITGROUPS 1 #define HAVE_GETGRGID_R 1 #define HAVE_TTYNAME_R 1 #define HAVE_UTSNAME_DOMAINNAME 1 #define HAVE_DECL_ARC4RANDOM_BUF 0 #define HAVE_PWRITE 1 #define HAVE_PREAD 1 #define HAVE_PHP_SESSION 1 #define HAVE_LIBXML 1 #define HAVE_SIMPLEXML 1 #define HAVE_LIBXML 1 #define HAVE_SOAP 1 #define HAVE_HSTRERROR 1 #define HAVE_IF_NAMETOINDEX 1 #define HAVE_IF_INDEXTONAME 1 #define HAVE_NETINET_TCP_H 1 #define HAVE_SYS_UN_H 1 #define HAVE_SOCKETS 1 #define HAVE_SA_SS_FAMILY 1 #define HAVE_AI_V4MAPPED 1 #define HAVE_AI_ALL 1 #define HAVE_AI_IDN 1 #define ANC_CREDS_UCRED 1 #define PHP_USE_PHP_CRYPT_R 1 #define HAVE_ATTRIBUTE_ALIGNED 1 #define HAVE_FNMATCH 1 #define HAVE_FORK 1 #define PHP_CAN_SUPPORT_PROC_OPEN 1 #define HAVE_RES_NSEARCH 1 #define HAVE_LIBRESOLV 1 #define HAVE_DN_EXPAND 1 #define HAVE_DN_SKIPNAME 1 #define HAVE_RES_SEARCH 1 #define HAVE_STRPTIME_DECL_FAILS 1 #define HAVE_DECL_ARC4RANDOM_BUF 0 #define HAVE_NET_IF_H 1 #define HAVE_GETIFADDRS 1 #define HAVE_SYSVSEM 1 #define HAVE_SEMUN 0 #define HAVE_SYSVSHM 1 #define HAVE_LIBXML 1 #define HAVE_XML 1 #define HAVE_LIBXML 1 #define HAVE_XMLREADER 1 #define HAVE_LIBXML 1 #define HAVE_XMLWRITER 1 #define HAVE_XSL_EXSLT 1 #define HAVE_XSL 1 #define MYSQLND_COMPRESSION_ENABLED 1 #define MYSQLND_SSL_SUPPORTED 1 #define MYSQLND_HAVE_SSL 1 #define ZEND_FIBER_ASM 1 #define HAVE_CPUID_H 1 #define HAVE_GETPID 1 #define HAVE_KILL 1 #define HAVE__FPU_SETCW 1 #define HAVE_FPU_INLINE_ASM_X86 1 #define HAVE_DLFCN_H 1 #define ZEND_DEBUG 0 #define ZTS 1 #define ZEND_MM_ALIGNMENT (size_t)8 #define ZEND_MM_ALIGNMENT_LOG2 (size_t)3 #define ZEND_MM_NEED_EIGHT_BYTE_REALIGNMENT 0 #define HAVE_MREMAP 1 #define HAVE_SIGACTION 1 #define ZEND_SIGNALS 1 #define HAVE_TIMER_CREATE 1 #define HAVE_LIBRT 1 #define PTHREADS 1 #define PHP_UNAME "Linux wordpress 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux" #define PHP_OS "Linux" #define PHP_BUILD_SYSTEM "Linux wordpress 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux" #define HAVE_BUILD_DEFS_H 1 configure: exit 0