????

Your IP : 18.216.232.83


Current Path : /root/php-8.3.0/
Upload File :
Current File : //root/php-8.3.0/config.log

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.3.0, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --with-layout=GNU --with-config-file-scan-dir=/usr/local/php83/etc/php --disable-all --with-libxml --with-password-argon2=/usr/local --program-prefix= --enable-mysqlnd --disable-ipv6 --prefix=/usr/local/php83 --localstatedir=/var --mandir=/usr/local/php83/man --infodir=/usr/local/php83/share/info/ --build=amd64-portbld-freebsd13 build_alias=amd64-portbld-freebsd13 PKG_CONFIG=pkgconf CFLAGS=-O2 -pipe -fstack-protector-strong -fno-strict-aliasing  CPP=cpp CXXFLAGS=-O2 -pipe -fstack-protector-strong -fno-strict-aliasing  --with-config-file-path=/usr/local/php83/etc --with-gmp --with-openssl --with-zlib --with-sqlite3 --enable-fpm --with-fpm-group=www --with-fpm-user=www

## --------- ##
## Platform. ##
## --------- ##

hostname = s55.freehost.com.ua
uname -m = amd64
uname -r = 12.1-RELEASE
uname -s = FreeBSD
uname -v = FreeBSD 12.1-RELEASE r354233 GENERIC 

/usr/bin/uname -p = amd64
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /home/hostmanager/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:3485: checking for grep that handles long lines and -e
configure:3543: result: /usr/bin/grep
configure:3548: checking for egrep
configure:3610: result: /usr/bin/grep -E
configure:3615: checking for a sed that does not truncate output
configure:3679: result: /usr/local/bin/gsed
configure:3762: checking build system type
configure:3776: result: x86_64-portbld-freebsd13
configure:3796: checking host system type
configure:3809: result: x86_64-portbld-freebsd13
configure:3829: checking target system type
configure:3842: result: x86_64-portbld-freebsd13
configure:4058: checking pkg-config is at least version 0.9.0
configure:4061: result: yes
configure:4123: checking for cc
configure:4139: found /usr/bin/cc
configure:4150: result: cc
configure:4181: checking for C compiler version
configure:4190: cc --version >&5
FreeBSD clang version 8.0.1 (tags/RELEASE_801/final 366581) (based on LLVM 8.0.1)
Target: x86_64-unknown-freebsd12.1
Thread model: posix
InstalledDir: /usr/bin
configure:4201: $? = 0
configure:4190: cc -v >&5
FreeBSD clang version 8.0.1 (tags/RELEASE_801/final 366581) (based on LLVM 8.0.1)
Target: x86_64-unknown-freebsd12.1
Thread model: posix
InstalledDir: /usr/bin
configure:4201: $? = 0
configure:4190: cc -V >&5
cc: error: argument to '-V' is missing (expected 1 value)
cc: error: no input files
configure:4201: $? = 1
configure:4190: cc -qversion >&5
cc: error: unknown argument '-qversion', did you mean '--version'?
cc: error: no input files
configure:4201: $? = 1
configure:4221: checking whether the C compiler works
configure:4243: cc -O2 -pipe -fstack-protector-strong -fno-strict-aliasing    conftest.c  >&5
configure:4247: $? = 0
configure:4295: result: yes
configure:4298: checking for C compiler default output file name
configure:4300: result: a.out
configure:4306: checking for suffix of executables
configure:4313: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing    conftest.c  >&5
configure:4317: $? = 0
configure:4339: result: 
configure:4361: checking whether we are cross compiling
configure:4369: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing    conftest.c  >&5
configure:4373: $? = 0
configure:4380: ./conftest
configure:4384: $? = 0
configure:4399: result: no
configure:4404: checking for suffix of object files
configure:4426: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing   conftest.c >&5
configure:4430: $? = 0
configure:4451: result: o
configure:4455: checking whether we are using the GNU C compiler
configure:4474: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing   conftest.c >&5
configure:4474: $? = 0
configure:4483: result: yes
configure:4492: checking whether cc accepts -g
configure:4512: cc -c -g  conftest.c >&5
configure:4512: $? = 0
configure:4553: result: yes
configure:4570: checking for cc option to accept ISO C89
configure:4633: cc  -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing   conftest.c >&5
configure:4633: $? = 0
configure:4646: result: none needed
configure:4672: checking how to run the C preprocessor
configure:4742: result: cpp
configure:4762: cpp  conftest.c
configure:4762: $? = 0
configure:4776: cpp  conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
         ^~~~~~~~~~~~~~~~~~
1 error generated.
configure:4776: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4807: checking for icc
configure:4816: result: no
configure:4830: checking for suncc
configure:4839: result: no
configure:4854: checking for cc option to accept ISO C99
configure:5003: cc  -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing   conftest.c >&5
configure:5003: $? = 0
configure:5016: result: none needed
configure:5036: checking how to run the C preprocessor
configure:5106: result: cpp
configure:5126: cpp  conftest.c
configure:5126: $? = 0
configure:5140: cpp  conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
         ^~~~~~~~~~~~~~~~~~
1 error generated.
configure:5140: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5168: checking for ANSI C header files
configure:5188: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing   conftest.c >&5
configure:5188: $? = 0
configure:5261: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing    conftest.c  >&5
configure:5261: $? = 0
configure:5261: ./conftest
configure:5261: $? = 0
configure:5272: result: yes
configure:5285: checking for sys/types.h
configure:5285: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing   conftest.c >&5
configure:5285: $? = 0
configure:5285: result: yes
configure:5285: checking for sys/stat.h
configure:5285: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing   conftest.c >&5
configure:5285: $? = 0
configure:5285: result: yes
configure:5285: checking for stdlib.h
configure:5285: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing   conftest.c >&5
configure:5285: $? = 0
configure:5285: result: yes
configure:5285: checking for string.h
configure:5285: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing   conftest.c >&5
configure:5285: $? = 0
configure:5285: result: yes
configure:5285: checking for memory.h
configure:5285: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing   conftest.c >&5
configure:5285: $? = 0
configure:5285: result: yes
configure:5285: checking for strings.h
configure:5285: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing   conftest.c >&5
configure:5285: $? = 0
configure:5285: result: yes
configure:5285: checking for inttypes.h
configure:5285: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing   conftest.c >&5
configure:5285: $? = 0
configure:5285: result: yes
configure:5285: checking for stdint.h
configure:5285: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing   conftest.c >&5
configure:5285: $? = 0
configure:5285: result: yes
configure:5285: checking for unistd.h
configure:5285: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing   conftest.c >&5
configure:5285: $? = 0
configure:5285: result: yes
configure:5298: checking minix/config.h usability
configure:5298: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing   conftest.c >&5
conftest.c:52:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
         ^~~~~~~~~~~~~~~~
1 error generated.
configure:5298: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:5298: result: no
configure:5298: checking minix/config.h presence
configure:5298: cpp  conftest.c
conftest.c:19:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
         ^~~~~~~~~~~~~~~~
1 error generated.
configure:5298: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:5298: result: no
configure:5298: checking for minix/config.h
configure:5298: result: no
configure:5319: checking whether it is safe to define __EXTENSIONS__
configure:5337: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing   conftest.c >&5
configure:5337: $? = 0
configure:5344: result: yes
configure:5358: checking whether ln -s works
configure:5362: result: yes
configure:5425: checking for system library directory
configure:5440: result: lib
configure:5449: checking whether to enable runpaths
configure:5463: result: yes
configure:5470: checking if compiler supports -Wl,-rpath,
configure:5489: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing    conftest.c -Wl,-rpath,/usr/lib  >&5
configure:5489: $? = 0
configure:5499: result: yes
configure:5551: checking for gawk
configure:5582: result: no
configure:5551: checking for nawk
configure:5568: found /usr/bin/nawk
configure:5579: result: nawk
configure:5602: checking if nawk is broken
configure:5609: result: no
configure:5621: checking for bison
configure:5637: found /usr/local/bin/bison
configure:5648: result: bison
configure:5661: checking for bison version
configure:5704: result: 3.5.4 (ok)
configure:5729: checking for re2c
configure:5745: found /usr/local/bin/re2c
configure:5756: result: re2c
configure:5768: checking for re2c version
configure:5799: result: 0.14.3 (too old)
configure:5821: checking for php
configure:5837: found /usr/local/bin/php
configure:5848: result: php
configure:5858: checking for php version
configure:5873: result: 7.4.5 (ok)
configure:5885: checking whether to enable computed goto gcc extension with re2c
configure:5899: result: no
configure:5967: checking whether C compiler accepts -fvisibility=hidden
configure:5986: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing   -fvisibility=hidden  conftest.c >&5
configure:5986: $? = 0
configure:5994: result: yes
configure:6020: checking whether to force non-PIC code in shared modules
configure:6034: result: no
configure:6039: checking whether we are using musl libc
configure:6049: result: no
configure:6054: checking whether to use -D_GNU_SOURCE cflag
configure:6057: result: yes
configure:6077: checking for global register variables support
configure:6131: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
conftest.c:49:3: error: "global register variables are not supported"
# error "global register variables are not supported"
  ^
conftest.c:52:28: error: expected string literal in 'asm'
register void *FP  __asm__(ZEND_VM_FP_GLOBAL_REG);
                           ^
conftest.c:53:45: error: expected string literal in 'asm'
register const opcode_handler_t *IP __asm__(ZEND_VM_IP_GLOBAL_REG);
                                            ^
conftest.c:55:36: error: use of undeclared identifier 'IP'
        const opcode_handler_t *orig_ip = IP;
                                          ^
conftest.c:56:18: error: use of undeclared identifier 'FP'
        void *orig_fp = FP;
                        ^
conftest.c:57:2: error: use of undeclared identifier 'IP'
        IP = ip;
        ^
conftest.c:58:2: error: use of undeclared identifier 'FP'
        FP = fp;
        ^
conftest.c:60:2: error: use of undeclared identifier 'FP'
        FP = orig_fp;
        ^
conftest.c:61:2: error: use of undeclared identifier 'IP'
        IP = orig_ip;
        ^
9 errors generated.
configure:6131: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h.  */
| 
| #if defined(__GNUC__)
| # define ZEND_GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__)
| #else
| # define ZEND_GCC_VERSION 0
| #endif
| #if defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(i386)
| # define ZEND_VM_FP_GLOBAL_REG "%esi"
| # define ZEND_VM_IP_GLOBAL_REG "%edi"
| #elif defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(__x86_64__)
| # define ZEND_VM_FP_GLOBAL_REG "%r14"
| # define ZEND_VM_IP_GLOBAL_REG "%r15"
| #elif defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(__powerpc64__)
| # define ZEND_VM_FP_GLOBAL_REG "r28"
| # define ZEND_VM_IP_GLOBAL_REG "r29"
| #elif defined(__IBMC__) && ZEND_GCC_VERSION >= 4002 && defined(__powerpc64__)
| # define ZEND_VM_FP_GLOBAL_REG "r28"
| # define ZEND_VM_IP_GLOBAL_REG "r29"
| #elif defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(__aarch64__)
| # define ZEND_VM_FP_GLOBAL_REG "x27"
| # define ZEND_VM_IP_GLOBAL_REG "x28"
| #elif defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(__riscv) && __riscv_xlen == 64
| # define ZEND_VM_FP_GLOBAL_REG "x18"
| # define ZEND_VM_IP_GLOBAL_REG "x19"
| #else
| # error "global register variables are not supported"
| #endif
| typedef int (*opcode_handler_t)(void);
| register void *FP  __asm__(ZEND_VM_FP_GLOBAL_REG);
| register const opcode_handler_t *IP __asm__(ZEND_VM_IP_GLOBAL_REG);
| int emu(const opcode_handler_t *ip, void *fp) {
| 	const opcode_handler_t *orig_ip = IP;
| 	void *orig_fp = FP;
| 	IP = ip;
| 	FP = fp;
| 	while ((*ip)());
| 	FP = orig_fp;
| 	IP = orig_ip;
| }
| 
| int
| main ()
| {
| 
| 
|   ;
|   return 0;
| }
configure:6147: result: no
configure:6150: checking whether __cpuid_count is available
configure:6172: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c  >&5
configure:6172: $? = 0
configure:6184: result: yes
configure:6195: checking for pthreads_cflags
configure:6225: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden -kthread  -D_GNU_SOURCE  conftest.c  >&5
cc: error: unknown argument '-kthread', did you mean '-pthread'?
configure:6225: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| /* end confdefs.h.  */
| 
| #include <pthread.h>
| #include <stddef.h>
| 
| void *thread_routine(void *data) {
|     return data;
| }
| 
| int main(void) {
|     pthread_t thd;
|     pthread_mutexattr_t mattr;
|     int data = 1;
|     pthread_mutexattr_init(&mattr);
|     return pthread_create(&thd, NULL, thread_routine, &data);
| }
configure:6225: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden -pthread  -D_GNU_SOURCE  conftest.c  >&5
configure:6225: $? = 0
configure:6246: result: -pthread
configure:6249: checking for pthreads_lib
configure:6279: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c  -lpthread >&5
configure:6279: $? = 0
configure:6300: result: pthread
configure:6370: result: 
configure:6372: result: Configuring SAPI modules
configure:6405: checking for Apache 2 handler module support via DSO through APXS
configure:7046: result: no
configure:7076: checking for setproctitle
configure:7076: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c  >&5
configure:7076: $? = 0
configure:7076: result: yes
configure:7088: checking sys/pstat.h usability
configure:7088: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
conftest.c:59:10: fatal error: 'sys/pstat.h' file not found
#include <sys/pstat.h>
         ^~~~~~~~~~~~~
1 error generated.
configure:7088: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/pstat.h>
configure:7088: result: no
configure:7088: checking sys/pstat.h presence
configure:7088: cpp  -D_GNU_SOURCE conftest.c
conftest.c:26:10: fatal error: 'sys/pstat.h' file not found
#include <sys/pstat.h>
         ^~~~~~~~~~~~~
1 error generated.
configure:7088: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| /* end confdefs.h.  */
| #include <sys/pstat.h>
configure:7088: result: no
configure:7088: checking for sys/pstat.h
configure:7088: result: no
configure:7099: checking for PS_STRINGS
configure:7118: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c  >&5
conftest.c:32:1: error: use of undeclared identifier 'PS_STRINGS'
PS_STRINGS->ps_nargvstr = 1;
^
conftest.c:33:1: error: use of undeclared identifier 'PS_STRINGS'
PS_STRINGS->ps_argvstr = "foo";
^
2 errors generated.
configure:7118: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| /* end confdefs.h.  */
| #include <machine/vmparam.h>
| #include <sys/exec.h>
| 
| int
| main ()
| {
| PS_STRINGS->ps_nargvstr = 1;
| PS_STRINGS->ps_argvstr = "foo";
|   ;
|   return 0;
| }
configure:7126: result: no
configure:7134: checking for CLI build
configure:7296: result: yes
configure:7323: checking for embedded SAPI library support
configure:7530: result: no
configure:7584: checking for FPM build
configure:7587: result: yes
configure:7594: checking for clearenv
configure:7594: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c  >&5
ld: error: undefined symbol: clearenv
>>> referenced by conftest.c
>>>               /tmp/conftest-f41b8f.o:(main)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:7594: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| /* end confdefs.h.  */
| /* Define clearenv to an innocuous variant, in case <limits.h> declares clearenv.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define clearenv innocuous_clearenv
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char clearenv (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef clearenv
| 
| /* 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 clearenv ();
| /* 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_clearenv || defined __stub___clearenv
| choke me
| #endif
| 
| int
| main ()
| {
| return clearenv ();
|   ;
|   return 0;
| }
configure:7594: result: no
configure:7594: checking for setproctitle
configure:7594: result: yes
configure:7594: checking for setproctitle_fast
configure:7594: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c  >&5
configure:7594: $? = 0
configure:7594: result: yes
configure:7604: checking for library containing socket
configure:7635: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c  >&5
configure:7635: $? = 0
configure:7652: result: none required
configure:7660: checking for library containing inet_addr
configure:7691: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c  >&5
configure:7691: $? = 0
configure:7708: result: none required
configure:7718: checking for setpflags
configure:7732: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
conftest.c:28:10: fatal error: 'priv.h' file not found
#include <priv.h>
         ^~~~~~~~
1 error generated.
configure:7732: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| /* end confdefs.h.  */
| #include <priv.h>
| int
| main ()
| {
| setpflags(0, 0);
|   ;
|   return 0;
| }
configure:7742: result: no
configure:7751: checking for clock_gettime
configure:7765: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c  >&5
configure:7765: $? = 0
configure:7768: result: yes
configure:7883: checking for ptrace
configure:7899: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:7899: $? = 0
configure:7902: result: yes
configure:7914: checking whether ptrace works
configure:7994: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c  >&5
configure:7994: $? = 0
configure:7994: ./conftest
configure:7994: $? = 0
configure:7996: result: yes
configure:8155: checking if gcc supports __sync_bool_compare_and_swap
configure:8172: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c  >&5
configure:8172: $? = 0
configure:8174: result: yes
configure:8192: checking for TCP_INFO
configure:8206: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:8206: $? = 0
configure:8209: result: yes
configure:8226: checking for TCP_CONNECTION_INFO
configure:8240: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
conftest.c:36:28: error: variable has incomplete type 'struct tcp_connection_info'
struct tcp_connection_info ti; int x = TCP_CONNECTION_INFO;
                           ^
conftest.c:36:8: note: forward declaration of 'struct tcp_connection_info'
struct tcp_connection_info ti; int x = TCP_CONNECTION_INFO;
       ^
conftest.c:36:40: error: use of undeclared identifier 'TCP_CONNECTION_INFO'
struct tcp_connection_info ti; int x = TCP_CONNECTION_INFO;
                                       ^
2 errors generated.
configure:8240: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| /* end confdefs.h.  */
| #include <netinet/tcp.h>
| int
| main ()
| {
| struct tcp_connection_info ti; int x = TCP_CONNECTION_INFO;
|   ;
|   return 0;
| }
configure:8248: result: no
configure:8297: checking for sysconf
configure:8311: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:8311: $? = 0
configure:8316: result: yes
configure:8328: checking for times
configure:8342: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:8342: $? = 0
configure:8347: result: yes
configure:8359: checking for kqueue
configure:8383: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:8383: $? = 0
configure:8388: result: yes
configure:8400: checking for port framework
configure:8423: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
conftest.c:36:12: fatal error: 'port.h' file not found
                #include <port.h>
                         ^~~~~~~~
1 error generated.
configure:8423: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| /* end confdefs.h.  */
| 
| 		#include <port.h>
| 
| int
| main ()
| {
| 
| 		int port;
| 
| 		port = port_create();
| 		if (port < 0) {
| 			return 1;
| 		}
| 
|   ;
|   return 0;
| }
configure:8433: result: no
configure:8440: checking for /dev/poll
configure:8465: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
conftest.c:37:12: fatal error: 'sys/devpoll.h' file not found
                #include <sys/devpoll.h>
                         ^~~~~~~~~~~~~~~
1 error generated.
configure:8465: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| /* end confdefs.h.  */
| 
| 		#include <stdio.h>
| 		#include <sys/devpoll.h>
| 
| int
| main ()
| {
| 
| 		int n, dp;
| 		struct dvpoll dvp;
| 		dp = 0;
| 		dvp.dp_fds = NULL;
| 		dvp.dp_nfds = 0;
| 		dvp.dp_timeout = 0;
| 		n = ioctl(dp, DP_POLL, &dvp)
| 
|   ;
|   return 0;
| }
configure:8475: result: no
configure:8482: checking for epoll
configure:8518: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
conftest.c:36:12: fatal error: 'sys/epoll.h' file not found
                #include <sys/epoll.h>
                         ^~~~~~~~~~~~~
1 error generated.
configure:8518: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| /* end confdefs.h.  */
| 
| 		#include <sys/epoll.h>
| 
| int
| main ()
| {
| 
| 		int epollfd;
| 		struct epoll_event e;
| 
| 		epollfd = epoll_create(1);
| 		if (epollfd < 0) {
| 			return 1;
| 		}
| 
| 		e.events = EPOLLIN | EPOLLET;
| 		e.data.fd = 0;
| 
| 		if (epoll_ctl(epollfd, EPOLL_CTL_ADD, 0, &e) == -1) {
| 			return 1;
| 		}
| 
| 		e.events = 0;
| 		if (epoll_wait(epollfd, &e, 1, 1) < 0) {
| 			return 1;
| 		}
| 
|   ;
|   return 0;
| }
configure:8528: result: no
configure:8535: checking for select
configure:8566: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:8566: $? = 0
configure:8571: result: yes
configure:9497: checking for clang fuzzer SAPI
configure:10559: result: no
configure:10565: checking for LiteSpeed support
configure:10737: result: no
configure:10746: checking for phpdbg support
configure:10781: result: yes
configure:10790: checking for phpdbg debug build
configure:10804: result: no
configure:10813: checking for phpdbg readline support
configure:10827: result: no
configure:10834: checking whether termios.h defines TIOCGWINSZ
configure:10857: result: yes
configure:10911: checking for phpdbg and readline integration
configure:10926: result: disabled
configure:10930: checking for userfaultfd faulting on write-protected memory support
configure:10944: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
conftest.c:42:14: fatal error: 'linux/userfaultfd.h' file not found
    #include <linux/userfaultfd.h>
             ^~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:10944: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| /* end confdefs.h.  */
| 
|     #include <linux/userfaultfd.h>
|     #ifndef UFFDIO_WRITEPROTECT_MODE_WP
|     # error userfaults on write-protected memory not supported
|     #endif
| 
configure:10951: result: no
configure:11278: checking for CGI build
configure:11281: result: yes
configure:11284: checking for sun_len in sys/un.h
configure:11293: result: yes
configure:11305: checking whether cross-process locking is required by accept()
configure:11316: result: no
configure:11469: checking for chosen SAPI module
configure:11471: result: none
configure:11474: checking for executable SAPI binaries
configure:11477: result:  cli fpm phpdbg cgi
configure:11528: result: 
configure:11530: result: Running system checks
configure:11538: checking for sendmail
configure:11557: found /usr/sbin/sendmail
configure:11570: result: /usr/sbin/sendmail
configure:11584: checking whether system uses EBCDIC
configure:11603: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c  >&5
configure:11603: $? = 0
configure:11603: ./conftest
configure:11603: $? = 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.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| /* end confdefs.h.  */
| 
| int main(void) {
|   return (unsigned char)'A' != (unsigned char)0xC1;
| }
| 
configure:11617: result: no
configure:11624: checking whether byte ordering is bigendian
configure:11650: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c  >&5
configure:11650: $? = 0
configure:11650: ./conftest
configure:11650: $? = 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.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| /* end confdefs.h.  */
| 
| int main(void)
| {
|   short one = 1;
|   char *cp = (char *)&one;
| 
|   if (*cp == 0) {
|     return(0);
|   } else {
|     return(1);
|   }
| }
| 
configure:11661: result: no
configure:11671: checking whether writing to stdout works
configure:11707: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c  >&5
configure:11707: $? = 0
configure:11707: ./conftest
configure:11707: $? = 0
configure:11722: result: yes
configure:11776: checking for socket
configure:11776: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c  >&5
configure:11776: $? = 0
configure:11776: result: yes
configure:12083: checking for socketpair
configure:12083: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c  >&5
configure:12083: $? = 0
configure:12083: result: yes
configure:12390: checking for htonl
configure:12390: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c  >&5
configure:12390: $? = 0
configure:12390: result: yes
configure:12697: checking for gethostname
configure:12697: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c  >&5
configure:12697: $? = 0
configure:12697: result: yes
configure:13004: checking for gethostbyaddr
configure:13004: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c  >&5
configure:13004: $? = 0
configure:13004: result: yes
configure:13311: checking for dlopen
configure:13311: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c  >&5
configure:13311: $? = 0
configure:13311: result: yes
configure:13618: checking for dlsym
configure:13618: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c  >&5
configure:13618: $? = 0
configure:13618: result: yes
configure:13925: checking for sin in -lm
configure:13950: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm   >&5
conftest.c:58:6: warning: incompatible redeclaration of library function 'sin' [-Wincompatible-library-redeclaration]
char sin ();
     ^
conftest.c:58:6: note: 'sin' is a builtin with type 'double (double)'
1 warning generated.
configure:13950: $? = 0
configure:13959: result: yes
configure:14151: checking for inet_aton
configure:14151: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:14151: $? = 0
configure:14151: result: yes
configure:14512: checking for stdint.h
configure:14512: result: yes
configure:14512: checking for dirent.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for sys/param.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for sys/types.h
configure:14512: result: yes
configure:14512: checking for sys/time.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for netinet/in.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for alloca.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
conftest.c:77:10: fatal error: 'alloca.h' file not found
#include <alloca.h>
         ^~~~~~~~~~
1 error generated.
configure:14512: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_PARAM_H
| #include <sys/param.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_ARPA_NAMESER_H
| #include <arpa/nameser.h>
| #endif
| 
| 
| #include <alloca.h>
configure:14512: result: no
configure:14512: checking for arpa/inet.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for arpa/nameser.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for crypt.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
conftest.c:79:10: fatal error: 'crypt.h' file not found
#include <crypt.h>
         ^~~~~~~~~
1 error generated.
configure:14512: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_PARAM_H
| #include <sys/param.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_ARPA_NAMESER_H
| #include <arpa/nameser.h>
| #endif
| 
| 
| #include <crypt.h>
configure:14512: result: no
configure:14512: checking for dns.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
conftest.c:79:10: fatal error: 'dns.h' file not found
#include <dns.h>
         ^~~~~~~
1 error generated.
configure:14512: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_PARAM_H
| #include <sys/param.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_ARPA_NAMESER_H
| #include <arpa/nameser.h>
| #endif
| 
| 
| #include <dns.h>
configure:14512: result: no
configure:14512: checking for fcntl.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for grp.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for ieeefp.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for langinfo.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for linux/filter.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
conftest.c:83:10: fatal error: 'linux/filter.h' file not found
#include <linux/filter.h>
         ^~~~~~~~~~~~~~~~
1 error generated.
configure:14512: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_PARAM_H
| #include <sys/param.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_ARPA_NAMESER_H
| #include <arpa/nameser.h>
| #endif
| 
| 
| #include <linux/filter.h>
configure:14512: result: no
configure:14512: checking for linux/sock_diag.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
conftest.c:83:10: fatal error: 'linux/sock_diag.h' file not found
#include <linux/sock_diag.h>
         ^~~~~~~~~~~~~~~~~~~
1 error generated.
configure:14512: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_PARAM_H
| #include <sys/param.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_ARPA_NAMESER_H
| #include <arpa/nameser.h>
| #endif
| 
| 
| #include <linux/sock_diag.h>
configure:14512: result: no
configure:14512: checking for malloc.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
In file included from conftest.c:83:
/usr/include/malloc.h:3:2: error: "<malloc.h> has been replaced by <stdlib.h>"
#error "<malloc.h> has been replaced by <stdlib.h>"
 ^
1 error generated.
configure:14512: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_PARAM_H
| #include <sys/param.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_ARPA_NAMESER_H
| #include <arpa/nameser.h>
| #endif
| 
| 
| #include <malloc.h>
configure:14512: result: no
configure:14512: checking for os/signpost.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
conftest.c:83:10: fatal error: 'os/signpost.h' file not found
#include <os/signpost.h>
         ^~~~~~~~~~~~~~~
1 error generated.
configure:14512: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_PARAM_H
| #include <sys/param.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_ARPA_NAMESER_H
| #include <arpa/nameser.h>
| #endif
| 
| 
| #include <os/signpost.h>
configure:14512: result: no
configure:14512: checking for poll.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for pty.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
conftest.c:84:10: fatal error: 'pty.h' file not found
#include <pty.h>
         ^~~~~~~
1 error generated.
configure:14512: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_H 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_PARAM_H
| #include <sys/param.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_ARPA_NAMESER_H
| #include <arpa/nameser.h>
| #endif
| 
| 
| #include <pty.h>
configure:14512: result: no
configure:14512: checking for pwd.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for resolv.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for strings.h
configure:14512: result: yes
configure:14512: checking for syslog.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for sysexits.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for sys/ioctl.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for sys/file.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for sys/mman.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for sys/mount.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for sys/poll.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for sys/procctl.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for sys/resource.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for sys/select.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for sys/socket.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for sys/stat.h
configure:14512: result: yes
configure:14512: checking for sys/statfs.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
conftest.c:99:10: fatal error: 'sys/statfs.h' file not found
#include <sys/statfs.h>
         ^~~~~~~~~~~~~~
1 error generated.
configure:14512: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_PARAM_H
| #include <sys/param.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_ARPA_NAMESER_H
| #include <arpa/nameser.h>
| #endif
| 
| 
| #include <sys/statfs.h>
configure:14512: result: no
configure:14512: checking for sys/statvfs.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for sys/vfs.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
conftest.c:100:10: fatal error: 'sys/vfs.h' file not found
#include <sys/vfs.h>
         ^~~~~~~~~~~
1 error generated.
configure:14512: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_H 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_PARAM_H
| #include <sys/param.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_ARPA_NAMESER_H
| #include <arpa/nameser.h>
| #endif
| 
| 
| #include <sys/vfs.h>
configure:14512: result: no
configure:14512: checking for sys/sysexits.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
conftest.c:100:10: fatal error: 'sys/sysexits.h' file not found
#include <sys/sysexits.h>
         ^~~~~~~~~~~~~~~~
1 error generated.
configure:14512: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_H 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_PARAM_H
| #include <sys/param.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_ARPA_NAMESER_H
| #include <arpa/nameser.h>
| #endif
| 
| 
| #include <sys/sysexits.h>
configure:14512: result: no
configure:14512: checking for sys/uio.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for sys/wait.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for sys/loadavg.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
conftest.c:102:10: fatal error: 'sys/loadavg.h' file not found
#include <sys/loadavg.h>
         ^~~~~~~~~~~~~~~
1 error generated.
configure:14512: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_PARAM_H
| #include <sys/param.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_ARPA_NAMESER_H
| #include <arpa/nameser.h>
| #endif
| 
| 
| #include <sys/loadavg.h>
configure:14512: result: no
configure:14512: checking for unistd.h
configure:14512: result: yes
configure:14512: checking for unix.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
conftest.c:103:10: fatal error: 'unix.h' file not found
#include <unix.h>
         ^~~~~~~~
1 error generated.
configure:14512: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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 <sys/param.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_TIME_H
| #include <sys/time.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_ARPA_NAMESER_H
| #include <arpa/nameser.h>
| #endif
| 
| 
| #include <unix.h>
configure:14512: result: no
configure:14512: checking for utime.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for sys/utsname.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for sys/ipc.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for dlfcn.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for tmmintrin.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for nmmintrin.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for wmmintrin.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14512: checking for immintrin.h
configure:14512: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14512: $? = 0
configure:14512: result: yes
configure:14541: checking for fopencookie
configure:14541: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:14541: $? = 0
configure:14541: result: yes
configure:14562: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
conftest.c:94:9: warning: '_GNU_SOURCE' macro redefined [-Wmacro-redefined]
#define _GNU_SOURCE
        ^
conftest.c:20:9: note: previous definition is here
#define _GNU_SOURCE 1
        ^
1 warning generated.
configure:14562: $? = 0
configure:14616: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
conftest.c:94:9: warning: '_GNU_SOURCE' macro redefined [-Wmacro-redefined]
#define _GNU_SOURCE
        ^
conftest.c:20:9: note: previous definition is here
#define _GNU_SOURCE 1
        ^
1 warning generated.
configure:14616: $? = 0
configure:14616: ./conftest
configure:14616: $? = 0
configure:14674: checking for broken getcwd
configure:14685: result: no
configure:14691: checking for broken gcc optimize-strlen
configure:14722: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:14722: $? = 0
configure:14722: ./conftest
configure:14722: $? = 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.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 <stdlib.h>
| #include <string.h>
| #include <stdio.h>
| struct s
| {
|   int i;
|   char c[1];
| };
| int main(void)
| {
|   struct s *s = malloc(sizeof(struct s) + 3);
|   s->i = 3;
|   strcpy(s->c, "foo");
|   return strlen(s->c+1) == 2;
| }
| 
configure:14736: result: no
configure:14745: checking whether struct tm is in sys/time.h or time.h
configure:14765: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14765: $? = 0
configure:14772: result: time.h
configure:14780: checking for struct tm.tm_zone
configure:14780: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14780: $? = 0
configure:14780: result: yes
configure:14849: checking for missing declarations of reentrant functions
configure:14862: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14862: $? = 0
configure:14885: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14885: $? = 0
configure:14908: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14908: $? = 0
configure:14931: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14931: $? = 0
configure:14954: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14954: $? = 0
configure:14966: result: done
configure:14970: checking for fclose declaration
configure:14983: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:14983: $? = 0
configure:14988: result: ok
configure:15003: checking for struct flock
configure:15022: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:15022: $? = 0
configure:15034: result: yes
configure:15043: checking for socklen_t
configure:15043: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:15043: $? = 0
configure:15043: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
conftest.c:112:24: error: expected expression
if (sizeof ((socklen_t)))
                       ^
1 error generated.
configure:15043: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 <sys/types.h>
|   #endif
|   #ifdef HAVE_SYS_SOCKET_H
|   # include <sys/socket.h>
|   #endif
| 
| 
| int
| main ()
| {
| if (sizeof ((socklen_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:15043: result: yes
configure:15063: checking size of intmax_t
configure:15100: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c  >&5
conftest.c:114:22: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
        fprintf(fp, "%d\n", sizeof(intmax_t));
                     ~~     ^~~~~~~~~~~~~~~~
                     %lu
1 warning generated.
configure:15100: $? = 0
configure:15100: ./conftest
configure:15100: $? = 0
configure:15134: result: 8
configure:15138: checking size of ssize_t
configure:15175: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c  >&5
conftest.c:116:22: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
        fprintf(fp, "%d\n", sizeof(ssize_t));
                     ~~     ^~~~~~~~~~~~~~~
                     %lu
1 warning generated.
configure:15175: $? = 0
configure:15175: ./conftest
configure:15175: $? = 0
configure:15209: result: 8
configure:15213: checking size of ptrdiff_t
configure:15250: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c  >&5
conftest.c:118:22: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
        fprintf(fp, "%d\n", sizeof(ptrdiff_t));
                     ~~     ^~~~~~~~~~~~~~~~~
                     %lu
1 warning generated.
configure:15250: $? = 0
configure:15250: ./conftest
configure:15250: $? = 0
configure:15284: result: 8
configure:15293: checking size of short
configure:15298: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:15298: $? = 0
configure:15298: ./conftest
configure:15298: $? = 0
configure:15312: result: 2
configure:15326: checking size of int
configure:15331: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:15331: $? = 0
configure:15331: ./conftest
configure:15331: $? = 0
configure:15345: result: 4
configure:15359: checking size of long
configure:15364: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:15364: $? = 0
configure:15364: ./conftest
configure:15364: $? = 0
configure:15378: result: 8
configure:15392: checking size of long long
configure:15397: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:15397: $? = 0
configure:15397: ./conftest
configure:15397: $? = 0
configure:15411: result: 8
configure:15425: checking size of size_t
configure:15430: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:15430: $? = 0
configure:15430: ./conftest
configure:15430: $? = 0
configure:15444: result: 8
configure:15458: checking size of off_t
configure:15463: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:15463: $? = 0
configure:15463: ./conftest
configure:15463: $? = 0
configure:15477: result: 8
configure:15490: checking for __builtin_expect
configure:15506: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:15506: $? = 0
configure:15509: result: yes
configure:15529: checking for __builtin_clz
configure:15545: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:15545: $? = 0
configure:15548: result: yes
configure:15568: checking for __builtin_clzl
configure:15584: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:15584: $? = 0
configure:15587: result: yes
configure:15607: checking for __builtin_clzll
configure:15623: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:15623: $? = 0
configure:15626: result: yes
configure:15646: checking for __builtin_ctzl
configure:15662: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:15662: $? = 0
configure:15665: result: yes
configure:15685: checking for __builtin_ctzll
configure:15701: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:15701: $? = 0
configure:15704: result: yes
configure:15724: checking for __builtin_smull_overflow
configure:15741: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:15741: $? = 0
configure:15744: result: yes
configure:15764: checking for __builtin_smulll_overflow
configure:15781: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:15781: $? = 0
configure:15784: result: yes
configure:15804: checking for __builtin_saddl_overflow
configure:15821: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:15821: $? = 0
configure:15824: result: yes
configure:15844: checking for __builtin_saddll_overflow
configure:15861: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:15861: $? = 0
configure:15864: result: yes
configure:15884: checking for __builtin_usub_overflow
configure:15901: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:15901: $? = 0
configure:15904: result: yes
configure:15924: checking for __builtin_ssubl_overflow
configure:15941: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:15941: $? = 0
configure:15944: result: yes
configure:15964: checking for __builtin_ssubll_overflow
configure:15981: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:15981: $? = 0
configure:15984: result: yes
configure:16004: checking for __builtin_cpu_init
configure:16020: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16020: $? = 0
configure:16023: result: yes
configure:16043: checking for __builtin_cpu_supports
configure:16059: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16059: $? = 0
configure:16062: result: yes
configure:16082: checking for __builtin_frame_address
configure:16098: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16098: $? = 0
configure:16101: result: yes
configure:16121: checking for prctl
configure:16135: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
conftest.c:129:10: fatal error: 'sys/prctl.h' file not found
#include <sys/prctl.h>
         ^~~~~~~~~~~~~
1 error generated.
configure:16135: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| /* end confdefs.h.  */
| #include <sys/prctl.h>
| int
| main ()
| {
| prctl(0, 0, 0, 0, 0);
|   ;
|   return 0;
| }
configure:16145: result: no
configure:16152: checking for procctl
configure:16166: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:16166: $? = 0
configure:16171: result: yes
configure:16183: checking for avx512 supports in compiler
configure:16199: cc -o conftest -mavx512f -mavx512cd -mavx512vl -mavx512dq -mavx512bw -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16199: $? = 0
configure:16202: result: yes
configure:16224: checking for avx512 vbmi supports in compiler
configure:16239: cc -o conftest -mavx512f -mavx512cd -mavx512vl -mavx512dq -mavx512bw -mavx512vbmi -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16239: $? = 0
configure:16242: result: yes
configure:16262: checking whether the compiler supports __alignof__
configure:16282: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:16282: $? = 0
configure:16293: result: yes
configure:16301: checking for struct tm.tm_gmtoff
configure:16301: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:16301: $? = 0
configure:16301: result: yes
configure:16312: checking for struct stat.st_blksize
configure:16312: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:16312: $? = 0
configure:16312: result: yes
configure:16321: checking for struct stat.st_rdev
configure:16321: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:16321: $? = 0
configure:16321: result: yes
configure:16332: checking for struct stat.st_blocks
configure:16332: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:16332: $? = 0
configure:16332: result: yes
configure:16354: checking for size_t
configure:16354: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:16354: $? = 0
configure:16354: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
conftest.c:174:21: error: expected expression
if (sizeof ((size_t)))
                    ^
1 error generated.
configure:16354: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:16354: result: yes
configure:16365: checking for uid_t in sys/types.h
configure:16384: result: yes
configure:16397: checking for struct sockaddr_storage
configure:16414: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
conftest.c:143:28: warning: expression result unused [-Wunused-value]
struct sockaddr_storage s; s
                           ^
1 warning generated.
configure:16414: $? = 0
configure:16422: result: yes
configure:16429: checking for field sa_len in struct sockaddr
configure:16447: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:16447: $? = 0
configure:16455: result: yes
configure:16574: checking for IPv6 support
configure:16592: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
conftest.c:146:71: warning: expression result unused [-Wunused-value]
struct sockaddr_in6 s; struct in6_addr t=in6addr_any; int i=AF_INET6; s; t.s6_addr[0] = 0;
                                                                      ^
1 warning generated.
configure:16592: $? = 0
configure:16600: result: yes
configure:16668: checking for alphasort
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for asctime_r
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for chroot
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for ctime_r
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for explicit_memset
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
ld: error: undefined symbol: explicit_memset
>>> referenced by conftest.c
>>>               /tmp/conftest-37dd5a.o:(main)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:16668: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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 <limits.h> declares explicit_memset.
|    For example, HP-UX 11i <limits.h> 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.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #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 ()
| {
| return explicit_memset ();
|   ;
|   return 0;
| }
configure:16668: result: no
configure:16668: checking for fdatasync
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for flock
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for ftok
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for funopen
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for gai_strerror
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for getcwd
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for getloadavg
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for getlogin
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for getprotobyname
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for getprotobynumber
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for getservbyname
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for getservbyport
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for getrusage
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for gettimeofday
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for gmtime_r
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for getpwnam_r
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for getgrnam_r
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for getpwuid_r
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for getwd
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for glob
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for inet_ntoa
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for inet_ntop
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for inet_pton
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for localtime_r
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for lchown
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for memcntl
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
ld: error: undefined symbol: memcntl
>>> referenced by conftest.c
>>>               /tmp/conftest-8acc88.o:(main)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:16668: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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 <limits.h> declares memcntl.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define memcntl innocuous_memcntl
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char memcntl (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #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 ()
| {
| return memcntl ();
|   ;
|   return 0;
| }
configure:16668: result: no
configure:16668: checking for memmove
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
conftest.c:192:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
char memmove ();
     ^
conftest.c:192:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
1 warning generated.
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for mkstemp
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for mmap
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for nice
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for nl_langinfo
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for poll
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for pthread_jit_write_protect_np
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
ld: error: undefined symbol: pthread_jit_write_protect_np
>>> referenced by conftest.c
>>>               /tmp/conftest-9d05a2.o:(main)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:16668: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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 <limits.h> declares pthread_jit_write_protect_np.
|    For example, HP-UX 11i <limits.h> 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.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #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 ()
| {
| return pthread_jit_write_protect_np ();
|   ;
|   return 0;
| }
configure:16668: result: no
configure:16668: checking for putenv
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for scandir
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for setitimer
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for setenv
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for shutdown
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for sigprocmask
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for statfs
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for statvfs
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for std_syslog
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
ld: error: undefined symbol: std_syslog
>>> referenced by conftest.c
>>>               /tmp/conftest-ae8704.o:(main)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:16668: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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 <limits.h> declares std_syslog.
|    For example, HP-UX 11i <limits.h> 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.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #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 ()
| {
| return std_syslog ();
|   ;
|   return 0;
| }
configure:16668: result: no
configure:16668: checking for strcasecmp
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
conftest.c:206:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
char strcasecmp ();
     ^
conftest.c:206:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
1 warning generated.
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for strnlen
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for strptime
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for strtok_r
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for symlink
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for tzset
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for unsetenv
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for usleep
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for utime
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for vasprintf
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
conftest.c:226:19: warning: format string missing [-Wformat]
return vasprintf ();
       ~~~~~~~~~  ^
1 warning generated.
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for asprintf
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
conftest.c:227:18: warning: format string missing [-Wformat]
return asprintf ();
       ~~~~~~~~  ^
1 warning generated.
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for nanosleep
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for memmem
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16668: checking for memrchr
configure:16668: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16668: $? = 0
configure:16668: result: yes
configure:16678: checking whether strerror_r is declared
configure:16678: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:16678: $? = 0
configure:16678: result: yes
configure:16691: checking for strerror_r
configure:16691: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  >&5
configure:16691: $? = 0
configure:16691: result: yes
configure:16700: checking whether strerror_r returns char *
configure:16724: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
conftest.c:237:13: error: indirection requires pointer operand ('int' invalid)
          char x = *strerror_r (0, buf, sizeof buf);
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
conftest.c:238:10: warning: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'int' [-Wint-conversion]
          char *p = strerror_r (0, buf, sizeof buf);
                ^   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 1 error generated.
configure:16724: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| 
| 	  char buf[100];
| 	  char x = *strerror_r (0, buf, sizeof buf);
| 	  char *p = strerror_r (0, buf, sizeof buf);
| 	  return !p || x;
| 
|   ;
|   return 0;
| }
configure:16762: result: no
configure:16779: checking how many arguments gethostbyname_r() takes
configure:16814: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
conftest.c:205:39: error: too few arguments to function call, expected 6, have 1
            (void)gethostbyname_r(name) /* ; */
                  ~~~~~~~~~~~~~~~     ^
/usr/include/netdb.h:262:1: note: 'gethostbyname_r' declared here
int             gethostbyname_r(const char *, struct hostent *, char *, size_t,
^
1 error generated.
configure:16814: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h.  */
| #include <netdb.h>
| int
| main ()
| {
| 
|             char *name = "www.gnu.org";
|             (void)gethostbyname_r(name) /* ; */
| 
|   ;
|   return 0;
| }
configure:16844: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:16844: $? = 0
configure:16944: result: six
configure:16980: checking for nanosleep in -lrt
configure:17005: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lrt  -lm  >&5
configure:17005: $? = 0
configure:17014: result: yes
configure:17078: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lm  -lrt >&5
configure:17078: $? = 0
configure:17078: ./conftest
configure:17078: $? = 0
configure:17121: checking for setsockopt in -lnetwork
configure:17146: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lnetwork  -lrt -lm  >&5
ld: error: unable to find library -lnetwork
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17146: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char setsockopt ();
| int
| main ()
| {
| return setsockopt ();
|   ;
|   return 0;
| }
configure:17155: result: no
configure:17161: checking for __setsockopt in -lnetwork
configure:17186: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lnetwork  -lrt -lm  >&5
ld: error: unable to find library -lnetwork
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17186: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char __setsockopt ();
| int
| main ()
| {
| return __setsockopt ();
|   ;
|   return 0;
| }
configure:17195: result: no
configure:17257: checking for getaddrinfo
configure:17273: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lrt -lm  >&5
configure:17273: $? = 0
configure:17329: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lrt -lm  >&5
configure:17329: $? = 0
configure:17329: ./conftest
configure:17329: $? = 0
configure:17344: result: yes
configure:17352: checking for copy_file_range
configure:17383: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lrt -lm  >&5
conftest.c:221:2: error: "unsupported platform"
#error "unsupported platform"
 ^
1 error generated.
configure:17383: $? = 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.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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 <linux/version.h>
| #include <unistd.h>
| 
| 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:17394: result: no
configure:17403: checking for strlcat
configure:17403: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lrt -lm  >&5
conftest.c:227:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
char strlcat ();
     ^
conftest.c:227:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
1 warning generated.
configure:17403: $? = 0
configure:17403: result: yes
configure:17416: checking for strlcpy
configure:17416: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lrt -lm  >&5
conftest.c:228:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
char strlcpy ();
     ^
conftest.c:228:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
1 warning generated.
configure:17416: $? = 0
configure:17416: result: yes
configure:17429: checking for explicit_bzero
configure:17429: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lrt -lm  >&5
configure:17429: $? = 0
configure:17429: result: yes
configure:17442: checking for getopt
configure:17442: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lrt -lm  >&5
configure:17442: $? = 0
configure:17442: result: yes
configure:17458: checking for working alloca.h
configure:17475: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lrt -lm  >&5
conftest.c:208:10: fatal error: 'alloca.h' file not found
#include <alloca.h>
         ^~~~~~~~~~
1 error generated.
configure:17475: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| /* end confdefs.h.  */
| #include <alloca.h>
| int
| main ()
| {
| char *p = (char *) alloca (2 * sizeof (int));
| 			  if (p) return 0;
|   ;
|   return 0;
| }
configure:17483: result: no
configure:17491: checking for alloca
configure:17528: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lrt -lm  >&5
configure:17528: $? = 0
configure:17536: result: yes
configure:17643: checking for type of reentrant time-related functions
configure:17672: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lrt -lm  >&5
conftest.c:218:3: warning: incompatible pointer to integer conversion assigning to 'int' from 'struct tm *' [-Wint-conversion]
s = gmtime_r(&old, &t);
  ^ ~~~~~~~~~~~~~~~~~~
conftest.c:219:30: error: too many arguments to function call, expected 2, have 3
r = (int) asctime_r(&t, buf, 26);
          ~~~~~~~~~          ^~
/usr/include/time.h:185:1: note: 'asctime_r' declared here
char *asctime_r(const struct tm *, char *);
^
1 warning and 1 error generated.
configure:17672: $? = 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.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h.  */
| 
| #include <time.h>
| 
| int main(void) {
| 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:17699: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lrt -lm  >&5
conftest.c:217:26: error: too many arguments to function call, expected 2, have 3
  p = asctime_r(&t, buf, 26);
      ~~~~~~~~~          ^~
/usr/include/time.h:185:1: note: 'asctime_r' declared here
char *asctime_r(const struct tm *, char *);
^
1 error generated.
configure:17699: $? = 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.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h.  */
| 
| #include <time.h>
| int main(void) {
|   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:17720: result: POSIX
configure:17732: checking for in_addr_t
configure:17755: result: yes
configure:17764: checking for aarch64 CRC32 API
configure:17780: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lrt -lm  >&5
In file included from conftest.c:209:
/usr/lib/clang/8.0.1/include/arm_acle.h:28:2: error: "ACLE intrinsics support not enabled."
#error "ACLE intrinsics support not enabled."
 ^
conftest.c:213:1: warning: implicit declaration of function '__crc32d' is invalid in C99 [-Wimplicit-function-declaration]
__crc32d(0, 0);
^
1 warning and 1 error generated.
configure:17780: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h.  */
| #include <arm_acle.h>
| int
| main ()
| {
| __crc32d(0, 0);
|   ;
|   return 0;
| }
configure:17788: result: no
configure:17796: checking for asm goto
configure:17839: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lrt -lm  >&5
conftest.c:212:13: error: 'asm goto' constructs are not supported yet
    __asm__ goto("jmp %l0\n" :::: end);
            ^
1 error generated.
configure:17839: $? = 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.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h.  */
| 
| int main(void) {
| #if defined(__x86_64__) || defined(__i386__)
|     __asm__ goto("jmp %l0\n" :::: end);
| #elif defined(__aarch64__)
|     __asm__ goto("b %l0\n" :::: end);
| #endif
| end:
|     return 0;
| }
| 
configure:17849: result: no
configure:17861: checking whether to enable valgrind support
configure:17876: result: no
configure:18011: checking for openpty
configure:18011: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lrt -lm  >&5
ld: error: undefined symbol: openpty
>>> referenced by conftest.c
>>>               /tmp/conftest-f31283.o:(main)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:18011: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h.  */
| /* Define openpty to an innocuous variant, in case <limits.h> declares openpty.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define openpty innocuous_openpty
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char openpty (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #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 ()
| {
| return openpty ();
|   ;
|   return 0;
| }
configure:18011: result: no
configure:18015: checking for __openpty
configure:18015: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lrt -lm  >&5
ld: error: undefined symbol: __openpty
>>> referenced by conftest.c
>>>               /tmp/conftest-249c6f.o:(main)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:18015: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h.  */
| /* Define __openpty to an innocuous variant, in case <limits.h> declares __openpty.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define __openpty innocuous___openpty
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __openpty (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #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 ()
| {
| return __openpty ();
|   ;
|   return 0;
| }
configure:18015: result: no
configure:18038: checking for openpty in -lutil
configure:18063: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lutil  -lrt -lm  >&5
configure:18063: $? = 0
configure:18072: result: yes
configure:18136: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lrt -lm  -lutil >&5
configure:18136: $? = 0
configure:18136: ./conftest
configure:18136: $? = 0
configure:18315: result: 
configure:18317: result: General settings
configure:18332: checking whether to include gcov symbols
configure:18346: result: no
configure:18389: checking whether to include debugging symbols
configure:18403: result: no
configure:18437: checking whether to enable debug assertions in release mode
configure:18451: result: no
configure:18482: checking whether to dlopen extensions with RTLD_NOW instead of RTLD_LAZY
configure:18496: result: no
configure:18511: checking layout of installed files
configure:18526: result: GNU
configure:18544: checking path to configuration file
configure:18559: result: /usr/local/php83/etc
configure:18576: checking where to scan for configuration files
configure:18603: result: /usr/local/php83/etc/php
configure:18611: checking whether to enable PHP's own SIGCHLD handler
configure:18625: result: no
configure:18644: checking whether to explicitly link against libgcc
configure:18658: result: no
configure:18721: checking whether to enable short tags by default
configure:18735: result: yes
configure:18754: checking whether to enable dmalloc
configure:18768: result: no
configure:18839: checking whether to enable IPv6 support
configure:18853: result: no
configure:18868: checking whether to enable DTrace support
configure:18882: result: no
configure:19013: checking how big to make fd sets
configure:19045: result: using system default
configure:19140: result: 
configure:19142: result: Configuring extensions
configure:19157: checking io.h usability
configure:19157: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
conftest.c:246:10: fatal error: 'io.h' file not found
#include <io.h>
         ^~~~~~
1 error generated.
configure:19157: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <io.h>
configure:19157: result: no
configure:19157: checking io.h presence
configure:19157: cpp  -D_GNU_SOURCE conftest.c
conftest.c:213:10: fatal error: 'io.h' file not found
#include <io.h>
         ^~~~~~
1 error generated.
configure:19157: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| /* end confdefs.h.  */
| #include <io.h>
configure:19157: result: no
configure:19157: checking for io.h
configure:19157: result: no
configure:19171: checking for strtoll
configure:19171: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lutil -lrt -lm  >&5
conftest.c:236:6: warning: incompatible redeclaration of library function 'strtoll' [-Wincompatible-library-redeclaration]
char strtoll ();
     ^
conftest.c:236:6: note: 'strtoll' is a builtin with type 'long long (const char *, char **, int)'
1 warning generated.
configure:19171: $? = 0
configure:19171: result: yes
configure:19171: checking for atoll
configure:19171: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  conftest.c -lutil -lrt -lm  >&5
configure:19171: $? = 0
configure:19171: result: yes
configure:19560: checking whether to build with LIBXML support
configure:19596: result: yes
configure:19609: checking for libxml-2.0 >= 2.9.0
configure:19616: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.9.0"
configure:19619: $? = 0
configure:19633: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.9.0"
configure:19636: $? = 0
configure:19694: result: yes
configure:20132: checking for OpenSSL support
configure:20168: result: yes
configure:20177: checking for Kerberos support
configure:20192: result: no
configure:20201: checking whether to use system default cipher list instead of hardcoded value
configure:20216: result: no
configure:20723: checking for openssl >= 1.0.2
configure:20730: $PKG_CONFIG --exists --print-errors "openssl >= 1.0.2"
configure:20733: $? = 0
configure:20747: $PKG_CONFIG --exists --print-errors "openssl >= 1.0.2"
configure:20750: $? = 0
configure:20808: result: yes
configure:20966: checking for RAND_egd
configure:20966: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lutil -lrt -lm  -lxml2 -lssl -lcrypto >&5
ld: error: undefined symbol: RAND_egd
>>> referenced by conftest.c
>>>               /tmp/conftest-3bbf85.o:(main)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:20966: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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
| /* end confdefs.h.  */
| /* Define RAND_egd to an innocuous variant, in case <limits.h> declares RAND_egd.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define RAND_egd innocuous_RAND_egd
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char RAND_egd (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef RAND_egd
| 
| /* 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 RAND_egd ();
| /* 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_RAND_egd || defined __stub___RAND_egd
| choke me
| #endif
| 
| int
| main ()
| {
| return RAND_egd ();
|   ;
|   return 0;
| }
configure:20966: result: no
configure:21583: checking for PCRE library to use
configure:21585: result: bundled
configure:21602: checking whether to enable PCRE JIT functionality
configure:21608: result: yes
configure:21611: checking whether Intel CET is enabled
configure:21626: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
conftest.c:225:13: error: CET is not enabled
          # error CET is not enabled
            ^
1 error generated.
configure:21626: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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:21641: result: no
configure:21947: checking whether to enable the SQLite3 extension
configure:21983: result: yes
configure:21992: checking for sqlite3 >= 3.7.7
configure:21999: $PKG_CONFIG --exists --print-errors "sqlite3 >= 3.7.7"
configure:22002: $? = 0
configure:22016: $PKG_CONFIG --exists --print-errors "sqlite3 >= 3.7.7"
configure:22019: $? = 0
configure:22077: result: yes
configure:22330: checking for sqlite3_errstr in -lsqlite3
configure:22355: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lsqlite3  -lutil -lrt -lm  -lxml2 -lssl -lcrypto -lsqlite3 >&5
configure:22355: $? = 0
configure:22364: result: yes
configure:22491: checking for sqlite3_expanded_sql in -lsqlite3
configure:22516: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lsqlite3  -lutil -lrt -lm  -lxml2 -lssl -lcrypto -lsqlite3 >&5
configure:22516: $? = 0
configure:22525: result: yes
configure:22653: checking for sqlite3_load_extension in -lsqlite3
configure:22678: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lsqlite3  -lutil -lrt -lm  -lxml2 -lssl -lcrypto -lsqlite3 >&5
configure:22678: $? = 0
configure:22687: result: yes
configure:22975: checking for ZLIB support
configure:23011: result: yes
configure:23020: checking for zlib >= 1.2.0.4
configure:23027: $PKG_CONFIG --exists --print-errors "zlib >= 1.2.0.4"
configure:23030: $? = 0
configure:23044: $PKG_CONFIG --exists --print-errors "zlib >= 1.2.0.4"
configure:23047: $? = 0
configure:23105: result: yes
configure:23522: checking whether to enable bc style precision math functions
configure:23557: result: no
configure:23853: checking for BZip2 support
configure:23889: result: no
configure:24478: checking whether to enable calendar conversion support
configure:24513: result: no
configure:24788: checking whether to enable ctype functions
configure:24823: result: no
configure:25098: checking for cURL support
configure:25134: result: no
configure:26761: checking for QDBM support
configure:26772: result: no
configure:27106: checking for GDBM support
configure:27117: result: no
configure:27437: checking for NDBM support
configure:27448: result: no
configure:27795: checking for TCADB support
configure:27806: result: no
configure:28153: checking for LMDB support
configure:28164: result: no
configure:28484: checking for Berkeley DB4 support
configure:28495: result: no
configure:28804: checking for Berkeley DB3 support
configure:28815: result: no
configure:29124: checking for Berkeley DB2 support
configure:29135: result: no
configure:29368: checking for DB1 support
configure:29379: result: no
configure:29743: checking for DBM support
configure:29754: result: no
configure:30152: checking for CDB support
configure:30163: result: no
configure:30183: checking for INI File support
configure:30194: result: no
configure:30214: checking for FlatFile support
configure:30225: result: no
configure:30231: checking whether to enable DBA interface
configure:30520: result: no
configure:30530: checking whether to enable dl-test extension
configure:30565: result: no
configure:30837: checking whether to enable DOM support
configure:30872: result: no
configure:31468: checking whether to build with Enchant support
configure:31504: result: no
configure:32563: checking whether to enable EXIF (metadata from images) support
configure:32598: result: no
configure:32873: checking for FFI support
configure:32909: result: no
configure:33676: checking for fileinfo support
configure:33711: result: no
configure:34071: checking whether to enable input filter support
configure:34106: result: no
configure:34419: checking whether to enable FTP support
configure:34454: result: no
configure:34463: checking whether to explicitly enable FTP SSL support
configure:34478: result: no
configure:35003: checking for GD support
configure:35038: result: no
configure:35047: checking for external libgd
configure:35062: result: no
configure:35072: checking for libavif
configure:35087: result: no
configure:35098: checking for libwebp
configure:35113: result: no
configure:35124: checking for libjpeg
configure:35139: result: no
configure:35149: checking for libXpm
configure:35164: result: no
configure:35173: checking for FreeType 2
configure:35188: result: no
configure:35197: checking whether to enable JIS-mapped Japanese font support in GD
configure:35211: result: no
configure:39525: checking for GNU gettext support
configure:39561: result: no
configure:40257: checking for GNU MP support
configure:40293: result: yes
configure:40406: checking for __gmpz_rootrem in -lgmp
configure:40431: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lgmp  -lutil -lrt -lm  -lxml2 -lssl -lcrypto -lsqlite3 -lz >&5
configure:40431: $? = 0
configure:40440: result: yes
configure:41069: checking for mhash support
configure:41105: result: no
configure:41129: checking size of long
configure:41148: result: 8
configure:41158: checking if we're at 64-bit platform
configure:41169: result: yes
configure:41486: checking for iconv support
configure:41522: result: no
configure:42634: checking for IMAP support
configure:42670: result: no
configure:42679: checking for IMAP Kerberos support
configure:42694: result: no
configure:42703: checking for IMAP SSL support
configure:42718: result: no
configure:44474: checking whether to enable internationalization support
configure:44509: result: no
configure:46481: checking for LDAP support
configure:46517: result: no
configure:46526: checking whether to build with LDAP Cyrus SASL support
configure:46541: result: no
configure:47934: checking whether to enable multibyte string support
configure:47969: result: no
configure:47978: checking whether to enable multibyte regex support (requires oniguruma)
configure:47992: result: yes
configure:48841: checking for MySQLi support
configure:48877: result: no
configure:48886: checking for specified location of the MySQL UNIX socket
configure:48901: result: no
configure:49313: checking for Oracle Database OCI8 support
configure:49349: result: no
configure:51061: checking for Adabas support
configure:51218: result: no
configure:51267: checking for SAP DB support
configure:51354: result: no
configure:51403: checking for Solid support
configure:51494: result: no
configure:51543: checking for IBM DB2 support
configure:51610: result: no
configure:51659: checking for Empress support
configure:51688: result: no
configure:51737: checking for Empress local access support
configure:51782: result: no
configure:51831: checking for a custom ODBC support
configure:51849: result: no
configure:51898: checking whether to build with iODBC support
configure:52042: result: no
configure:52091: checking for Easysoft ODBC-ODBC Bridge support
configure:52109: result: no
configure:52158: checking whether to build with unixODBC support
configure:52314: result: no
configure:52363: checking for DBMaker support
configure:52487: result: no
configure:52909: checking for any ODBC driver support
configure:52911: result: no
configure:52921: checking whether to enable Zend OPcache support
configure:52956: result: no
configure:52965: checking whether to enable copying PHP CODE pages into HUGE PAGES
configure:52979: result: yes
configure:52988: checking whether to enable JIT
configure:53002: result: yes
configure:54400: checking whether to enable pcntl support
configure:54435: result: no
configure:54793: checking whether to enable PDO support
configure:54828: result: no
configure:55149: checking for PDO_DBLIB support via FreeTDS
configure:55185: result: no
configure:55984: checking for Firebird support for PDO
configure:56020: result: no
configure:57162: checking for MySQL support for PDO
configure:57198: result: no
configure:57208: checking for the location of libz
configure:57223: result: no
configure:57930: checking Oracle OCI support for PDO
configure:57966: result: no
configure:59690: checking for ODBC v3 support for PDO
configure:59726: result: no
configure:60830: checking for PostgreSQL support for PDO
configure:60866: result: no
configure:61442: checking for sqlite 3 support for PDO
configure:61478: result: no
configure:62360: checking for PostgreSQL support
configure:62396: result: no
configure:63047: checking for phar archive support
configure:63082: result: no
configure:63440: checking whether to enable POSIX-like functions
configure:63475: result: no
configure:63876: checking for PSPELL support
configure:63912: result: no
configure:64594: checking whether arc4random_buf is declared
configure:64594: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:64594: $? = 0
configure:64594: result: yes
configure:64608: checking for CommonCrypto/CommonRandom.h
configure:64608: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
conftest.c:233:11: fatal error: 'Availability.h' file not found
        #include <Availability.h>
                 ^~~~~~~~~~~~~~~~
1 error generated.
configure:64608: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| /* end confdefs.h.  */
| 
| 	#include <sys/types.h>
| 	#include <Availability.h>
| 	#include <CommonCrypto/CommonCryptoError.h>
| 
| 
| #include <CommonCrypto/CommonRandom.h>
configure:64608: result: no
configure:64944: checking for libedit readline replacement
configure:64980: result: no
configure:64990: checking for readline support
configure:65026: result: no
configure:67845: checking whether to enable PHP sessions
configure:67880: result: no
configure:67889: checking for mm support
configure:67904: result: no
configure:68630: checking whether to enable shmop support
configure:68665: result: no
configure:68940: checking whether to enable SimpleXML support
configure:68975: result: no
configure:69554: checking for SNMP support
configure:69590: result: no
configure:70727: checking whether to enable SOAP support
configure:70762: result: no
configure:71285: checking whether to enable sockets support
configure:71320: result: no
configure:71878: checking for sodium support
configure:71914: result: no
configure:72796: checking whether flush should be called explicitly after a buffered io
configure:72849: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lgmp -lutil -lrt -lm  -lxml2 -lssl -lcrypto -lsqlite3 -lz >&5
configure:72849: $? = 0
configure:72849: ./conftest
configure:72849: $? = 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.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| /* end confdefs.h.  */
| 
| #include <stdio.h>
| #include <stdlib.h>
| #ifdef HAVE_UNISTD_H
| #include <unistd.h>
| #endif
| #include <string.h>
| 
| int main(int argc, char **argv)
| {
| 	char *filename = tmpnam(NULL);
| 	char buffer[64];
| 	int result = 0;
| 
| 	FILE *fp = fopen(filename, "wb");
| 	if (NULL == fp)
| 		return 0;
| 	fputs("line 1\n", fp);
| 	fputs("line 2\n", fp);
| 	fclose(fp);
| 
| 	fp = fopen(filename, "rb+");
| 	if (NULL == fp)
| 		return 0;
| 	fgets(buffer, sizeof(buffer), fp);
| 	fputs("line 3\n", fp);
| 	rewind(fp);
| 	fgets(buffer, sizeof(buffer), fp);
| 	if (0 != strcmp(buffer, "line 1\n"))
| 		result = 1;
| 	fgets(buffer, sizeof(buffer), fp);
| 	if (0 != strcmp(buffer, "line 3\n"))
| 		result = 1;
| 	fclose(fp);
| 	unlink(filename);
| 
| 	exit(result);
| }
| 
configure:72863: result: yes
configure:72874: checking for external libcrypt or libxcrypt
configure:72889: result: no
configure:73789: checking whether the compiler supports aligned attribute
configure:73809: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:73809: $? = 0
configure:73820: result: yes
configure:73837: checking for working POSIX fnmatch
configure:73870: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lgmp -lutil -lrt -lm  -lxml2 -lssl -lcrypto -lsqlite3 -lz >&5
configure:73870: $? = 0
configure:73870: ./conftest
configure:73870: $? = 0
configure:73880: result: yes
configure:73894: checking for fork
configure:73894: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lgmp -lutil -lrt -lm  -lxml2 -lssl -lcrypto -lsqlite3 -lz >&5
configure:73894: $? = 0
configure:73894: result: yes
configure:73910: checking if your OS can spawn processes with inherited handles
configure:73913: result: yes
configure:73956: checking for res_nsearch
configure:73956: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lgmp -lutil -lrt -lm  -lxml2 -lssl -lcrypto -lsqlite3 -lz >&5
ld: error: undefined symbol: res_nsearch
>>> referenced by conftest.c
>>>               /tmp/conftest-8ef3ca.o:(main)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:73956: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| #define HAVE_FLUSHIO 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 <limits.h> declares res_nsearch.
|    For example, HP-UX 11i <limits.h> 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.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #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 ()
| {
| return res_nsearch ();
|   ;
|   return 0;
| }
configure:73956: result: no
configure:73960: checking for __res_nsearch
configure:73960: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lgmp -lutil -lrt -lm  -lxml2 -lssl -lcrypto -lsqlite3 -lz >&5
configure:73960: $? = 0
configure:73960: result: yes
configure:74400: checking for res_ndestroy
configure:74400: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lgmp -lutil -lrt -lm  -lxml2 -lssl -lcrypto -lsqlite3 -lz >&5
ld: error: undefined symbol: res_ndestroy
>>> referenced by conftest.c
>>>               /tmp/conftest-9901a9.o:(main)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:74400: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| #define HAVE_FLUSHIO 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
| /* end confdefs.h.  */
| /* Define res_ndestroy to an innocuous variant, in case <limits.h> declares res_ndestroy.
|    For example, HP-UX 11i <limits.h> 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.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #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 ()
| {
| return res_ndestroy ();
|   ;
|   return 0;
| }
configure:74400: result: no
configure:74404: checking for __res_ndestroy
configure:74404: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lgmp -lutil -lrt -lm  -lxml2 -lssl -lcrypto -lsqlite3 -lz >&5
configure:74404: $? = 0
configure:74404: result: yes
configure:74844: checking for dns_search
configure:74844: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lgmp -lutil -lrt -lm  -lxml2 -lssl -lcrypto -lsqlite3 -lz >&5
ld: error: undefined symbol: dns_search
>>> referenced by conftest.c
>>>               /tmp/conftest-0e41b9.o:(main)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:74844: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| #define HAVE_FLUSHIO 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_RES_NDESTROY 1
| /* end confdefs.h.  */
| /* Define dns_search to an innocuous variant, in case <limits.h> declares dns_search.
|    For example, HP-UX 11i <limits.h> 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.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #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 ()
| {
| return dns_search ();
|   ;
|   return 0;
| }
configure:74844: result: no
configure:74848: checking for __dns_search
configure:74848: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lgmp -lutil -lrt -lm  -lxml2 -lssl -lcrypto -lsqlite3 -lz >&5
ld: error: undefined symbol: __dns_search
>>> referenced by conftest.c
>>>               /tmp/conftest-8f01dc.o:(main)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:74848: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| #define HAVE_FLUSHIO 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_RES_NDESTROY 1
| /* end confdefs.h.  */
| /* Define __dns_search to an innocuous variant, in case <limits.h> declares __dns_search.
|    For example, HP-UX 11i <limits.h> 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.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #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 ()
| {
| return __dns_search ();
|   ;
|   return 0;
| }
configure:74848: result: no
configure:74871: checking for dns_search in -lresolv
configure:74896: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lresolv  -lgmp -lutil -lrt -lm  -lxml2 -lssl -lcrypto -lsqlite3 -lz >&5
ld: error: unable to find library -lresolv
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:74896: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| #define HAVE_FLUSHIO 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_RES_NDESTROY 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.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dns_search ();
| int
| main ()
| {
| return dns_search ();
|   ;
|   return 0;
| }
configure:74905: result: no
configure:74911: checking for __dns_search in -lresolv
configure:74936: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lresolv  -lgmp -lutil -lrt -lm  -lxml2 -lssl -lcrypto -lsqlite3 -lz >&5
ld: error: unable to find library -lresolv
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:74936: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| #define HAVE_FLUSHIO 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_RES_NDESTROY 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.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char __dns_search ();
| int
| main ()
| {
| return __dns_search ();
|   ;
|   return 0;
| }
configure:74945: result: no
configure:75005: checking for dns_search in -lbind
configure:75030: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lbind  -lgmp -lutil -lrt -lm  -lxml2 -lssl -lcrypto -lsqlite3 -lz >&5
ld: error: unable to find library -lbind
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:75030: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| #define HAVE_FLUSHIO 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_RES_NDESTROY 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.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dns_search ();
| int
| main ()
| {
| return dns_search ();
|   ;
|   return 0;
| }
configure:75039: result: no
configure:75045: checking for __dns_search in -lbind
configure:75070: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lbind  -lgmp -lutil -lrt -lm  -lxml2 -lssl -lcrypto -lsqlite3 -lz >&5
ld: error: unable to find library -lbind
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:75070: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| #define HAVE_FLUSHIO 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_RES_NDESTROY 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.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char __dns_search ();
| int
| main ()
| {
| return __dns_search ();
|   ;
|   return 0;
| }
configure:75079: result: no
configure:75139: checking for dns_search in -lsocket
configure:75164: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lsocket  -lgmp -lutil -lrt -lm  -lxml2 -lssl -lcrypto -lsqlite3 -lz >&5
ld: error: unable to find library -lsocket
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:75164: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| #define HAVE_FLUSHIO 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_RES_NDESTROY 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.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dns_search ();
| int
| main ()
| {
| return dns_search ();
|   ;
|   return 0;
| }
configure:75173: result: no
configure:75179: checking for __dns_search in -lsocket
configure:75204: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lsocket  -lgmp -lutil -lrt -lm  -lxml2 -lssl -lcrypto -lsqlite3 -lz >&5
ld: error: unable to find library -lsocket
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:75204: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| #define HAVE_FLUSHIO 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_RES_NDESTROY 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.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char __dns_search ();
| int
| main ()
| {
| return __dns_search ();
|   ;
|   return 0;
| }
configure:75213: result: no
configure:75288: checking for dn_expand
configure:75288: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lgmp -lutil -lrt -lm  -lxml2 -lssl -lcrypto -lsqlite3 -lz >&5
configure:75288: $? = 0
configure:75288: result: yes
configure:75732: checking for dn_skipname
configure:75732: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lgmp -lutil -lrt -lm  -lxml2 -lssl -lcrypto -lsqlite3 -lz >&5
ld: error: undefined symbol: dn_skipname
>>> referenced by conftest.c
>>>               /tmp/conftest-552e6d.o:(main)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:75732: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| #define HAVE_FLUSHIO 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_RES_NDESTROY 1
| #define HAVE_DN_EXPAND 1
| /* end confdefs.h.  */
| /* Define dn_skipname to an innocuous variant, in case <limits.h> declares dn_skipname.
|    For example, HP-UX 11i <limits.h> 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.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #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 ()
| {
| return dn_skipname ();
|   ;
|   return 0;
| }
configure:75732: result: no
configure:75736: checking for __dn_skipname
configure:75736: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lgmp -lutil -lrt -lm  -lxml2 -lssl -lcrypto -lsqlite3 -lz >&5
configure:75736: $? = 0
configure:75736: result: yes
configure:76178: checking for res_search
configure:76178: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lgmp -lutil -lrt -lm  -lxml2 -lssl -lcrypto -lsqlite3 -lz >&5
configure:76178: $? = 0
configure:76178: result: yes
configure:76623: checking for posix_spawn_file_actions_addchdir_np
configure:76623: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lgmp -lutil -lrt -lm  -lxml2 -lssl -lcrypto -lsqlite3 -lz >&5
ld: error: undefined symbol: posix_spawn_file_actions_addchdir_np
>>> referenced by conftest.c
>>>               /tmp/conftest-364ec5.o:(main)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:76623: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| #define HAVE_FLUSHIO 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_RES_NDESTROY 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| /* end confdefs.h.  */
| /* Define posix_spawn_file_actions_addchdir_np to an innocuous variant, in case <limits.h> declares posix_spawn_file_actions_addchdir_np.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define posix_spawn_file_actions_addchdir_np innocuous_posix_spawn_file_actions_addchdir_np
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char posix_spawn_file_actions_addchdir_np (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef posix_spawn_file_actions_addchdir_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 posix_spawn_file_actions_addchdir_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_posix_spawn_file_actions_addchdir_np || defined __stub___posix_spawn_file_actions_addchdir_np
| choke me
| #endif
| 
| int
| main ()
| {
| return posix_spawn_file_actions_addchdir_np ();
|   ;
|   return 0;
| }
configure:76623: result: no
configure:76627: checking for __posix_spawn_file_actions_addchdir_np
configure:76627: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lgmp -lutil -lrt -lm  -lxml2 -lssl -lcrypto -lsqlite3 -lz >&5
ld: error: undefined symbol: __posix_spawn_file_actions_addchdir_np
>>> referenced by conftest.c
>>>               /tmp/conftest-129db7.o:(main)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:76627: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| #define HAVE_FLUSHIO 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_RES_NDESTROY 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| /* end confdefs.h.  */
| /* Define __posix_spawn_file_actions_addchdir_np to an innocuous variant, in case <limits.h> declares __posix_spawn_file_actions_addchdir_np.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define __posix_spawn_file_actions_addchdir_np innocuous___posix_spawn_file_actions_addchdir_np
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __posix_spawn_file_actions_addchdir_np (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef __posix_spawn_file_actions_addchdir_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 __posix_spawn_file_actions_addchdir_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___posix_spawn_file_actions_addchdir_np || defined __stub_____posix_spawn_file_actions_addchdir_np
| choke me
| #endif
| 
| int
| main ()
| {
| return __posix_spawn_file_actions_addchdir_np ();
|   ;
|   return 0;
| }
configure:76627: result: no
configure:76648: checking whether strptime() declaration fails
configure:76674: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
conftest.c:253:5: error: conflicting types for 'strptime'
int strptime(const char *s, const char *format, struct tm *tm);
    ^
/usr/include/time.h:192:7: note: previous declaration is here
char *strptime(const char * __restrict, const char * __restrict,
      ^
1 error generated.
configure:76674: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| #define HAVE_FLUSHIO 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_RES_NDESTROY 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| /* end confdefs.h.  */
| 
| #include <time.h>
| 
| int
| main ()
| {
| 
| #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:76685: result: yes
configure:76696: checking for Argon2 support
configure:76732: result: yes
configure:76741: checking for libargon2
configure:76748: $PKG_CONFIG --exists --print-errors "libargon2"
configure:76751: $? = 0
configure:76765: $PKG_CONFIG --exists --print-errors "libargon2"
configure:76768: $? = 0
configure:76826: result: yes
configure:76959: checking for net/if.h
configure:76959: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:76959: $? = 0
configure:76959: result: yes
configure:76975: checking for usable getifaddrs
configure:76996: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lgmp -lutil -lrt -lm  -lxml2 -lssl -lcrypto -lsqlite3 -lz -largon2 >&5
configure:76996: $? = 0
configure:77007: result: yes
configure:77353: checking whether to enable System V IPC support
configure:77388: result: no
configure:77673: checking whether to enable System V semaphore support
configure:77708: result: no
configure:78026: checking whether to enable System V shared memory support
configure:78061: result: no
configure:78336: checking for TIDY support
configure:78372: result: no
configure:79313: checking whether to enable tokenizer support
configure:79348: result: no
configure:79626: checking whether to enable XML support
configure:79661: result: no
configure:79670: checking whether to build with expat support
configure:79685: result: no
configure:80488: checking whether to enable XMLReader support
configure:80523: result: no
configure:81065: checking whether to enable XMLWriter support
configure:81100: result: no
configure:81623: checking whether to build with XSL support
configure:81659: result: no
configure:82412: checking whether to enable zend-test extension
configure:82447: result: no
configure:82719: checking for zip archive read/write support
configure:82755: result: no
configure:84256: checking whether to enable mysqlnd
configure:84291: result: yes
configure:84300: checking whether to enable compressed protocol support in mysqlnd
configure:84314: result: yes
configure:84332: checking for zlib
configure:84339: $PKG_CONFIG --exists --print-errors "zlib"
configure:84342: $? = 0
configure:84417: result: yes
configure:84577: checking for openssl >= 1.0.2
configure:84662: result: yes
configure:85215: result: 
configure:85217: result: Configuring PEAR
configure:85232: checking whether to install PEAR
configure:85268: result: no
configure:85315: result: 
configure:85317: result: Configuring Zend
configure:85414: checking whether syscall to create shadow stack exists
configure:85439: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c  >&5
conftest.c:254:16: warning: cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast]
  void* base = (void *)syscall(451, 0, 0x20000, 0x1);
               ^
1 warning generated.
configure:85439: $? = 0
configure:85439: ./conftest
configure:85439: $? = 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.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| #define HAVE_FLUSHIO 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_RES_NDESTROY 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| #define HAVE_STRPTIME_DECL_FAILS 1
| #define HAVE_ARGON2LIB 1
| #define HAVE_NET_IF_H 1
| #define HAVE_GETIFADDRS 1
| #define MYSQLND_COMPRESSION_ENABLED 1
| #define MYSQLND_SSL_SUPPORTED 1
| #define MYSQLND_HAVE_SSL 1
| /* end confdefs.h.  */
| 
| #include <unistd.h>
| #include <sys/mman.h>
| int main(void) {
|   /* test if syscall 451, i.e., map_shadow_stack is available */
|   void* base = (void *)syscall(451, 0, 0x20000, 0x1);
|   if (base != (void*)-1) {
|     munmap(base, 0x20000);
|     return 0;
|   }
|   else
|     return 1;
| }
| 
configure:85450: result: no
configure:85463: checking for fiber switching context
configure:85514: result: x86_64_sysv_elf_gas
configure:85543: checking cpuid.h usability
configure:85543: cc -c -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
configure:85543: $? = 0
configure:85543: result: yes
configure:85543: checking cpuid.h presence
configure:85543: cpp  -D_GNU_SOURCE conftest.c
configure:85543: $? = 0
configure:85543: result: yes
configure:85543: checking for cpuid.h
configure:85543: result: yes
configure:85559: checking for getpid
configure:85559: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c  >&5
configure:85559: $? = 0
configure:85559: result: yes
configure:85559: checking for kill
configure:85559: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c  >&5
configure:85559: $? = 0
configure:85559: result: yes
configure:85559: checking for sigsetjmp
configure:85559: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c  >&5
conftest.c:276:6: warning: declaration of built-in function 'sigsetjmp' requires inclusion of the header <setjmp.h> [-Wbuiltin-requires-header]
char sigsetjmp ();
     ^
1 warning generated.
configure:85559: $? = 0
configure:85559: result: yes
configure:85559: checking for pthread_getattr_np
configure:85559: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c  >&5
ld: error: undefined symbol: pthread_getattr_np
>>> referenced by conftest.c
>>>               /tmp/conftest-acf90b.o:(main)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:85559: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| #define HAVE_FLUSHIO 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_RES_NDESTROY 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| #define HAVE_STRPTIME_DECL_FAILS 1
| #define HAVE_ARGON2LIB 1
| #define HAVE_NET_IF_H 1
| #define HAVE_GETIFADDRS 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_SIGSETJMP 1
| /* end confdefs.h.  */
| /* Define pthread_getattr_np to an innocuous variant, in case <limits.h> declares pthread_getattr_np.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pthread_getattr_np innocuous_pthread_getattr_np
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pthread_getattr_np (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef pthread_getattr_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_getattr_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_getattr_np || defined __stub___pthread_getattr_np
| choke me
| #endif
| 
| int
| main ()
| {
| return pthread_getattr_np ();
|   ;
|   return 0;
| }
configure:85559: result: no
configure:85559: checking for pthread_attr_get_np
configure:85559: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c  >&5
ld: error: undefined symbol: pthread_attr_get_np
>>> referenced by conftest.c
>>>               /tmp/conftest-374de2.o:(main)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:85559: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| #define HAVE_FLUSHIO 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_RES_NDESTROY 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| #define HAVE_STRPTIME_DECL_FAILS 1
| #define HAVE_ARGON2LIB 1
| #define HAVE_NET_IF_H 1
| #define HAVE_GETIFADDRS 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_SIGSETJMP 1
| /* end confdefs.h.  */
| /* Define pthread_attr_get_np to an innocuous variant, in case <limits.h> declares pthread_attr_get_np.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pthread_attr_get_np innocuous_pthread_attr_get_np
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pthread_attr_get_np (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef pthread_attr_get_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_attr_get_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_attr_get_np || defined __stub___pthread_attr_get_np
| choke me
| #endif
| 
| int
| main ()
| {
| return pthread_attr_get_np ();
|   ;
|   return 0;
| }
configure:85559: result: no
configure:85559: checking for pthread_get_stackaddr_np
configure:85559: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c  >&5
ld: error: undefined symbol: pthread_get_stackaddr_np
>>> referenced by conftest.c
>>>               /tmp/conftest-b20133.o:(main)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:85559: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| #define HAVE_FLUSHIO 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_RES_NDESTROY 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| #define HAVE_STRPTIME_DECL_FAILS 1
| #define HAVE_ARGON2LIB 1
| #define HAVE_NET_IF_H 1
| #define HAVE_GETIFADDRS 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_SIGSETJMP 1
| /* end confdefs.h.  */
| /* Define pthread_get_stackaddr_np to an innocuous variant, in case <limits.h> declares pthread_get_stackaddr_np.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pthread_get_stackaddr_np innocuous_pthread_get_stackaddr_np
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pthread_get_stackaddr_np (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef pthread_get_stackaddr_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_get_stackaddr_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_get_stackaddr_np || defined __stub___pthread_get_stackaddr_np
| choke me
| #endif
| 
| int
| main ()
| {
| return pthread_get_stackaddr_np ();
|   ;
|   return 0;
| }
configure:85559: result: no
configure:85559: checking for pthread_attr_getstack
configure:85559: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c  >&5
ld: error: undefined symbol: pthread_attr_getstack
>>> referenced by conftest.c
>>>               /tmp/conftest-e10042.o:(main)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:85559: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| #define HAVE_FLUSHIO 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_RES_NDESTROY 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| #define HAVE_STRPTIME_DECL_FAILS 1
| #define HAVE_ARGON2LIB 1
| #define HAVE_NET_IF_H 1
| #define HAVE_GETIFADDRS 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_SIGSETJMP 1
| /* end confdefs.h.  */
| /* Define pthread_attr_getstack to an innocuous variant, in case <limits.h> declares pthread_attr_getstack.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pthread_attr_getstack innocuous_pthread_attr_getstack
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pthread_attr_getstack (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef pthread_attr_getstack
| 
| /* 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_attr_getstack ();
| /* 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_attr_getstack || defined __stub___pthread_attr_getstack
| choke me
| #endif
| 
| int
| main ()
| {
| return pthread_attr_getstack ();
|   ;
|   return 0;
| }
configure:85559: result: no
configure:85559: checking for pthread_stackseg_np
configure:85559: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c  >&5
ld: error: undefined symbol: pthread_stackseg_np
>>> referenced by conftest.c
>>>               /tmp/conftest-4b9ca8.o:(main)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:85559: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| #define HAVE_FLUSHIO 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_RES_NDESTROY 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| #define HAVE_STRPTIME_DECL_FAILS 1
| #define HAVE_ARGON2LIB 1
| #define HAVE_NET_IF_H 1
| #define HAVE_GETIFADDRS 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_SIGSETJMP 1
| /* end confdefs.h.  */
| /* Define pthread_stackseg_np to an innocuous variant, in case <limits.h> declares pthread_stackseg_np.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pthread_stackseg_np innocuous_pthread_stackseg_np
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pthread_stackseg_np (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef pthread_stackseg_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_stackseg_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_stackseg_np || defined __stub___pthread_stackseg_np
| choke me
| #endif
| 
| int
| main ()
| {
| return pthread_stackseg_np ();
|   ;
|   return 0;
| }
configure:85559: result: no
configure:85559: checking for gettid
configure:85559: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c  >&5
ld: error: undefined symbol: gettid
>>> referenced by conftest.c
>>>               /tmp/conftest-e9ca13.o:(main)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:85559: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| #define HAVE_FLUSHIO 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_RES_NDESTROY 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| #define HAVE_STRPTIME_DECL_FAILS 1
| #define HAVE_ARGON2LIB 1
| #define HAVE_NET_IF_H 1
| #define HAVE_GETIFADDRS 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_SIGSETJMP 1
| /* end confdefs.h.  */
| /* Define gettid to an innocuous variant, in case <limits.h> declares gettid.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gettid innocuous_gettid
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gettid (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gettid
| 
| /* 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 gettid ();
| /* 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_gettid || defined __stub___gettid
| choke me
| #endif
| 
| int
| main ()
| {
| return gettid ();
|   ;
|   return 0;
| }
configure:85559: result: no
configure:85569: checking whether the stack grows downwards
configure:85598: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c  >&5
configure:85598: $? = 0
configure:85598: ./conftest
configure:85598: $? = 0
configure:85603: result: yes
configure:85618: checking for usable _FPU_SETCW
configure:85644: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c  >&5
conftest.c:256:14: fatal error: 'fpu_control.h' file not found
    #include <fpu_control.h>
             ^~~~~~~~~~~~~~~
1 error generated.
configure:85644: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| #define HAVE_FLUSHIO 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_RES_NDESTROY 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| #define HAVE_STRPTIME_DECL_FAILS 1
| #define HAVE_ARGON2LIB 1
| #define HAVE_NET_IF_H 1
| #define HAVE_GETIFADDRS 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_SIGSETJMP 1
| #define ZEND_CHECK_STACK_LIMIT 1
| /* end confdefs.h.  */
| 
|     #include <fpu_control.h>
| 
| int
| main ()
| {
| 
|     fpu_control_t fpu_oldcw, fpu_cw;
|     volatile double result;
|     double a = 2877.0;
|     volatile double b = 1000000.0;
| 
|     _FPU_GETCW(fpu_oldcw);
|     fpu_cw = (fpu_oldcw & ~_FPU_EXTENDED & ~_FPU_SINGLE) | _FPU_DOUBLE;
|     _FPU_SETCW(fpu_cw);
|     result = a / b;
|     _FPU_SETCW(fpu_oldcw);
| 
|   ;
|   return 0;
| }
configure:85658: result: no
configure:85662: checking for usable fpsetprec
configure:85687: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c  >&5
In file included from conftest.c:256:
/usr/include/machine/ieeefp.h:51:2: error: this file needs sys/cdefs.h as a prerequisite
#error this file needs sys/cdefs.h as a prerequisite
 ^
/usr/include/machine/ieeefp.h:298:1: error: unknown type name '__BEGIN_DECLS'
__BEGIN_DECLS
^
/usr/include/machine/ieeefp.h:299:1: error: expected identifier or '('
extern fp_rnd_t    fpgetround(void);
^
/usr/include/machine/ieeefp.h:307:1: error: unknown type name '__END_DECLS'
__END_DECLS
^
conftest.c:258:1: error: expected identifier or '('
int
^
5 errors generated.
configure:85687: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| #define HAVE_FLUSHIO 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_RES_NDESTROY 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| #define HAVE_STRPTIME_DECL_FAILS 1
| #define HAVE_ARGON2LIB 1
| #define HAVE_NET_IF_H 1
| #define HAVE_GETIFADDRS 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_SIGSETJMP 1
| #define ZEND_CHECK_STACK_LIMIT 1
| /* end confdefs.h.  */
| 
|     #include <machine/ieeefp.h>
| 
| int
| main ()
| {
| 
|     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:85701: result: no
configure:85705: checking for usable _controlfp
configure:85730: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c  >&5
conftest.c:267:17: warning: implicit declaration of function '_controlfp' is invalid in C99 [-Wimplicit-function-declaration]
    fpu_oldcw = _controlfp(0, 0);
                ^
conftest.c:268:16: error: use of undeclared identifier '_PC_53'
    _controlfp(_PC_53, _MCW_PC);
               ^
conftest.c:268:24: error: use of undeclared identifier '_MCW_PC'
    _controlfp(_PC_53, _MCW_PC);
                       ^
conftest.c:270:27: error: use of undeclared identifier '_MCW_PC'
    _controlfp(fpu_oldcw, _MCW_PC);
                          ^
1 warning and 3 errors generated.
configure:85730: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| #define HAVE_FLUSHIO 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_RES_NDESTROY 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| #define HAVE_STRPTIME_DECL_FAILS 1
| #define HAVE_ARGON2LIB 1
| #define HAVE_NET_IF_H 1
| #define HAVE_GETIFADDRS 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_SIGSETJMP 1
| #define ZEND_CHECK_STACK_LIMIT 1
| /* end confdefs.h.  */
| 
|     #include <float.h>
| 
| int
| main ()
| {
| 
|     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:85744: result: no
configure:85748: checking for usable _controlfp_s
configure:85774: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c  >&5
conftest.c:267:5: warning: implicit declaration of function '_controlfp_s' is invalid in C99 [-Wimplicit-function-declaration]
    _controlfp_s(&fpu_cw, 0, 0);
    ^
conftest.c:269:27: error: use of undeclared identifier '_PC_53'
    _controlfp_s(&fpu_cw, _PC_53, _MCW_PC);
                          ^
conftest.c:269:35: error: use of undeclared identifier '_MCW_PC'
    _controlfp_s(&fpu_cw, _PC_53, _MCW_PC);
                                  ^
conftest.c:271:38: error: use of undeclared identifier '_MCW_PC'
    _controlfp_s(&fpu_cw, fpu_oldcw, _MCW_PC);
                                     ^
1 warning and 3 errors generated.
configure:85774: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| #define HAVE_FLUSHIO 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_RES_NDESTROY 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| #define HAVE_STRPTIME_DECL_FAILS 1
| #define HAVE_ARGON2LIB 1
| #define HAVE_NET_IF_H 1
| #define HAVE_GETIFADDRS 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_SIGSETJMP 1
| #define ZEND_CHECK_STACK_LIMIT 1
| /* end confdefs.h.  */
| 
|    #include <float.h>
| 
| int
| main ()
| {
| 
|     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:85788: result: no
configure:85792: checking whether FPU control word can be manipulated by inline assembler
configure:85820: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c  >&5
configure:85820: $? = 0
configure:85831: result: yes
configure:85841: checking for dlfcn.h
configure:85841: result: yes
configure:85852: checking whether dlsym() requires a leading underscore in symbol names
configure:85920: cc -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c  >&5
configure:85923: $? = 0
configure:85940: result: no
configure:85957: checking whether to enable thread-safety
configure:85959: result: no
configure:85962: checking whether to enable Zend debugging
configure:85964: result: no
configure:85982: checking whether C compiler accepts -Wno-clobbered
configure:86001: cc -c -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden -Werror -Wno-clobbered  -D_GNU_SOURCE conftest.c >&5
error: unknown warning option '-Wno-clobbered' [-Werror,-Wunknown-warning-option]
configure:86001: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| #define HAVE_FLUSHIO 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_RES_NDESTROY 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| #define HAVE_STRPTIME_DECL_FAILS 1
| #define HAVE_ARGON2LIB 1
| #define HAVE_NET_IF_H 1
| #define HAVE_GETIFADDRS 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_SIGSETJMP 1
| #define ZEND_CHECK_STACK_LIMIT 1
| #define HAVE_FPU_INLINE_ASM_X86 1
| #define HAVE_DLFCN_H 1
| #define ZEND_DEBUG 0
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:86009: result: no
configure:86017: checking whether C compiler accepts -Wimplicit-fallthrough=1
configure:86036: cc -c -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden -Werror -Wimplicit-fallthrough=1  -D_GNU_SOURCE conftest.c >&5
error: unknown warning option '-Wimplicit-fallthrough=1'; did you mean '-Wimplicit-fallthrough'? [-Werror,-Wunknown-warning-option]
configure:86036: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| #define HAVE_FLUSHIO 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_RES_NDESTROY 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| #define HAVE_STRPTIME_DECL_FAILS 1
| #define HAVE_ARGON2LIB 1
| #define HAVE_NET_IF_H 1
| #define HAVE_GETIFADDRS 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_SIGSETJMP 1
| #define ZEND_CHECK_STACK_LIMIT 1
| #define HAVE_FPU_INLINE_ASM_X86 1
| #define HAVE_DLFCN_H 1
| #define ZEND_DEBUG 0
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:86044: result: no
configure:86052: checking whether C compiler accepts -Wduplicated-cond
configure:86071: cc -c -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden -Werror -Wduplicated-cond  -D_GNU_SOURCE conftest.c >&5
error: unknown warning option '-Wduplicated-cond'; did you mean '-Wduplicate-enum'? [-Werror,-Wunknown-warning-option]
configure:86071: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| #define HAVE_FLUSHIO 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_RES_NDESTROY 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| #define HAVE_STRPTIME_DECL_FAILS 1
| #define HAVE_ARGON2LIB 1
| #define HAVE_NET_IF_H 1
| #define HAVE_GETIFADDRS 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_SIGSETJMP 1
| #define ZEND_CHECK_STACK_LIMIT 1
| #define HAVE_FPU_INLINE_ASM_X86 1
| #define HAVE_DLFCN_H 1
| #define ZEND_DEBUG 0
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:86079: result: no
configure:86087: checking whether C compiler accepts -Wlogical-op
configure:86106: cc -c -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden -Werror -Wlogical-op  -D_GNU_SOURCE conftest.c >&5
error: unknown warning option '-Wlogical-op'; did you mean '-Wlong-long'? [-Werror,-Wunknown-warning-option]
configure:86106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| #define HAVE_FLUSHIO 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_RES_NDESTROY 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| #define HAVE_STRPTIME_DECL_FAILS 1
| #define HAVE_ARGON2LIB 1
| #define HAVE_NET_IF_H 1
| #define HAVE_GETIFADDRS 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_SIGSETJMP 1
| #define ZEND_CHECK_STACK_LIMIT 1
| #define HAVE_FPU_INLINE_ASM_X86 1
| #define HAVE_DLFCN_H 1
| #define ZEND_DEBUG 0
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:86114: result: no
configure:86122: checking whether C compiler accepts -Wformat-truncation
configure:86141: cc -c -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden -Werror -Wformat-truncation  -D_GNU_SOURCE conftest.c >&5
error: unknown warning option '-Wformat-truncation' [-Werror,-Wunknown-warning-option]
configure:86141: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| #define HAVE_FLUSHIO 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_RES_NDESTROY 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| #define HAVE_STRPTIME_DECL_FAILS 1
| #define HAVE_ARGON2LIB 1
| #define HAVE_NET_IF_H 1
| #define HAVE_GETIFADDRS 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_SIGSETJMP 1
| #define ZEND_CHECK_STACK_LIMIT 1
| #define HAVE_FPU_INLINE_ASM_X86 1
| #define HAVE_DLFCN_H 1
| #define ZEND_DEBUG 0
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:86149: result: no
configure:86157: checking whether C compiler accepts -Wstrict-prototypes
configure:86176: cc -c -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden -Werror -Wstrict-prototypes  -D_GNU_SOURCE conftest.c >&5
configure:86176: $? = 0
configure:86184: result: yes
configure:86192: checking whether C compiler accepts -fno-common
configure:86211: cc -c -Wstrict-prototypes -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden -Werror -fno-common  -D_GNU_SOURCE conftest.c >&5
configure:86211: $? = 0
configure:86219: result: yes
configure:86237: checking for inline
configure:86253: cc -c -fno-common -Wstrict-prototypes -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE conftest.c >&5
conftest.c:260:21: warning: unused function 'static_foo' [-Wunused-function]
static inline foo_t static_foo () {return 0; }
                    ^
1 warning generated.
configure:86253: $? = 0
configure:86261: result: inline
configure:86280: checking target system is Darwin
configure:86289: result: no
configure:86293: checking for MM alignment and log values
configure:86346: cc -o conftest -fno-common -Wstrict-prototypes -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c  >&5
configure:86346: $? = 0
configure:86346: ./conftest
configure:86346: $? = 0
configure:86373: result: done
configure:86378: checking for mremap
configure:86378: cc -o conftest -fno-common -Wstrict-prototypes -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c  >&5
conftest.c:284:13: warning: this function declaration is not a prototype [-Wstrict-prototypes]
char mremap ();
            ^
             void
1 warning generated.
ld: error: undefined symbol: mremap
>>> referenced by conftest.c
>>>               /tmp/conftest-bf5d9f.o:(main)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:86378: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| #define HAVE_FLUSHIO 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_RES_NDESTROY 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| #define HAVE_STRPTIME_DECL_FAILS 1
| #define HAVE_ARGON2LIB 1
| #define HAVE_NET_IF_H 1
| #define HAVE_GETIFADDRS 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_SIGSETJMP 1
| #define ZEND_CHECK_STACK_LIMIT 1
| #define HAVE_FPU_INLINE_ASM_X86 1
| #define HAVE_DLFCN_H 1
| #define ZEND_DEBUG 0
| #define ZEND_MM_ALIGNMENT (size_t)8
| #define ZEND_MM_ALIGNMENT_LOG2 (size_t)3
| #define ZEND_MM_NEED_EIGHT_BYTE_REALIGNMENT 0
| /* end confdefs.h.  */
| /* Define mremap to an innocuous variant, in case <limits.h> declares mremap.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define mremap innocuous_mremap
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char mremap (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef mremap
| 
| /* 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 mremap ();
| /* 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_mremap || defined __stub___mremap
| choke me
| #endif
| 
| int
| main ()
| {
| return mremap ();
|   ;
|   return 0;
| }
configure:86378: result: no
configure:86398: checking for sigaction
configure:86398: cc -o conftest -fno-common -Wstrict-prototypes -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c  >&5
conftest.c:284:16: warning: this function declaration is not a prototype [-Wstrict-prototypes]
char sigaction ();
               ^
                void
1 warning generated.
configure:86398: $? = 0
configure:86398: result: yes
configure:86418: checking whether to enable zend signal handling
configure:86420: result: yes
configure:86443: checking for timer_create
configure:86443: cc -o conftest -fno-common -Wstrict-prototypes -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden -DZEND_SIGNALS  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c  >&5
conftest.c:286:19: warning: this function declaration is not a prototype [-Wstrict-prototypes]
char timer_create ();
                  ^
                   void
1 warning generated.
ld: error: undefined symbol: timer_create
>>> referenced by conftest.c
>>>               /tmp/conftest-5e34df.o:(main)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:86443: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| #define HAVE_FLUSHIO 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_RES_NDESTROY 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| #define HAVE_STRPTIME_DECL_FAILS 1
| #define HAVE_ARGON2LIB 1
| #define HAVE_NET_IF_H 1
| #define HAVE_GETIFADDRS 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_SIGSETJMP 1
| #define ZEND_CHECK_STACK_LIMIT 1
| #define HAVE_FPU_INLINE_ASM_X86 1
| #define HAVE_DLFCN_H 1
| #define ZEND_DEBUG 0
| #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_SIGACTION 1
| #define ZEND_SIGNALS 1
| /* end confdefs.h.  */
| /* Define timer_create to an innocuous variant, in case <limits.h> declares timer_create.
|    For example, HP-UX 11i <limits.h> 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.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #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 ()
| {
| return timer_create ();
|   ;
|   return 0;
| }
configure:86443: result: no
configure:86447: checking for __timer_create
configure:86447: cc -o conftest -fno-common -Wstrict-prototypes -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden -DZEND_SIGNALS  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c  >&5
conftest.c:286:21: warning: this function declaration is not a prototype [-Wstrict-prototypes]
char __timer_create ();
                    ^
                     void
1 warning generated.
ld: error: undefined symbol: __timer_create
>>> referenced by conftest.c
>>>               /tmp/conftest-dd456c.o:(main)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:86447: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.0"
| #define PACKAGE_STRING "PHP 8.3.0"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CPUID_COUNT 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE 1
| #define HAVE_SETPROCTITLE_FAST 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_KQUEUE 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www"
| #define PHP_FPM_GROUP "www"
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_SOCKADDR_UN_SUN_LEN 1
| #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_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_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
| #define HAVE_NMMINTRIN_H 1
| #define HAVE_WMMINTRIN_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 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 1
| #define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
| #define PHP_HAVE_BUILTIN_CPU_INIT 1
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PROCCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 1
| #define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA 1
| #define HAVE_OPENPTY 1
| #define HAVE_LIBUTIL 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
| #define HAVE_ZLIB 1
| #define HAVE_GMP 1
| #define SIZEOF_LONG 8
| #define HAVE_JSON 1 
| #define ODBCVER 0x0300
| #define HAVE_DECL_ARC4RANDOM_BUF 1
| #define HAVE_FLUSHIO 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_RES_NDESTROY 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| #define HAVE_STRPTIME_DECL_FAILS 1
| #define HAVE_ARGON2LIB 1
| #define HAVE_NET_IF_H 1
| #define HAVE_GETIFADDRS 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_SIGSETJMP 1
| #define ZEND_CHECK_STACK_LIMIT 1
| #define HAVE_FPU_INLINE_ASM_X86 1
| #define HAVE_DLFCN_H 1
| #define ZEND_DEBUG 0
| #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_SIGACTION 1
| #define ZEND_SIGNALS 1
| /* end confdefs.h.  */
| /* Define __timer_create to an innocuous variant, in case <limits.h> declares __timer_create.
|    For example, HP-UX 11i <limits.h> 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.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #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 ()
| {
| return __timer_create ();
|   ;
|   return 0;
| }
configure:86447: result: no
configure:86470: checking for timer_create in -lrt
configure:86495: cc -o conftest -fno-common -Wstrict-prototypes -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden -DZEND_SIGNALS  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c -lrt   >&5
conftest.c:270:19: warning: this function declaration is not a prototype [-Wstrict-prototypes]
char timer_create ();
                  ^
                   void
1 warning generated.
configure:86495: $? = 0
configure:86504: result: yes
configure:86568: cc -o conftest -fno-common -Wstrict-prototypes -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden -DZEND_SIGNALS  -D_GNU_SOURCE  -Wl,-rpath,/usr/local/lib -L/usr/local/lib conftest.c  -lrt >&5
configure:86568: $? = 0
configure:86568: ./conftest
configure:86568: $? = 0
configure:86619: checking whether to enable zend max execution timers
configure:86621: result: no
configure:86638: result: 
configure:86640: result: Configuring TSRM
configure:87452: result: 
configure:87454: result: Configuring libtool
configure:87534: checking for a sed that does not truncate output
configure:87588: result: /usr/local/bin/gsed
configure:87602: checking for ld used by cc
configure:87669: result: /usr/bin/ld
configure:87676: checking if the linker (/usr/bin/ld) is GNU ld
configure:87691: result: yes
configure:87696: checking for /usr/bin/ld option to reload object files
configure:87703: result: -r
configure:87721: checking for BSD-compatible nm
configure:87770: result: /usr/bin/nm
configure:87774: checking how to recognize dependent libraries
configure:87960: result: pass_all
configure:88320: checking the maximum length of command line arguments
configure:88432: result: 196608
configure:88444: checking command to parse /usr/bin/nm output from cc object
configure:88549: cc -c -fno-common -Wstrict-prototypes -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden -DZEND_SIGNALS  -D_GNU_SOURCE conftest.c >&5
configure:88552: $? = 0
configure:88556: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ 	]\([BCDEGRST][BCDEGRST]*\)[ 	][ 	]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:88559: $? = 0
configure:88611: cc -o conftest -fno-common -Wstrict-prototypes -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden -DZEND_SIGNALS  -D_GNU_SOURCE  conftest.c conftstm.o >&5
configure:88614: $? = 0
configure:88652: result: ok
configure:88656: checking for objdir
configure:88671: result: .libs
configure:88763: checking for ar
configure:88779: found /usr/bin/ar
configure:88790: result: ar
configure:88855: checking for ranlib
configure:88871: found /usr/bin/ranlib
configure:88882: result: ranlib
configure:88947: checking for strip
configure:88963: found /usr/bin/strip
configure:88974: result: strip
configure:89542: checking if cc supports -fno-rtti -fno-exceptions
configure:89560: cc -c -fno-common -Wstrict-prototypes -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden -DZEND_SIGNALS  -D_GNU_SOURCE -fno-rtti -fno-exceptions conftest.c >&5
configure:89564: $? = 0
configure:89577: result: yes
configure:89592: checking for cc option to produce PIC
configure:89832: result: -fPIC
configure:89840: checking if cc PIC flag -fPIC works
configure:89858: cc -c -fno-common -Wstrict-prototypes -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden -DZEND_SIGNALS  -D_GNU_SOURCE -fPIC -DPIC conftest.c >&5
configure:89862: $? = 0
configure:89875: result: yes
configure:89903: checking if cc static flag -static works
configure:89931: result: yes
configure:89941: checking if cc supports -c -o file.o
configure:89962: cc -c -fno-common -Wstrict-prototypes -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -fvisibility=hidden -DZEND_SIGNALS  -D_GNU_SOURCE -o out/conftest2.o conftest.c >&5
configure:89966: $? = 0
configure:89988: result: yes
configure:90014: checking whether the cc linker (/usr/bin/ld) supports shared libraries
configure:90942: result: yes
configure:91009: checking dynamic linker characteristics
configure:91618: result: freebsd13 ld.so
configure:91642: checking how to hardcode library paths into programs
configure:91667: result: immediate
configure:91681: checking whether stripping libraries is possible
configure:91703: result: no
configure:92197: checking if libtool supports shared libraries
configure:92199: result: yes
configure:92202: checking whether to build shared libraries
configure:92223: result: no
configure:92226: checking whether to build static libraries
configure:92230: result: yes
configure:92324: result:
creating libtool
configure:95827: result: 
configure:95829: result: Generating files
configure:96451: patching main/php_config.h.in
configure:96462: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by PHP config.status 8.3.0, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on s55.freehost.com.ua

config.status:1275: creating main/build-defs.h
config.status:1275: creating scripts/phpize
config.status:1275: creating scripts/man1/phpize.1
config.status:1275: creating scripts/php-config
config.status:1275: creating scripts/man1/php-config.1
config.status:1275: creating sapi/cli/php.1
config.status:1275: creating sapi/fpm/php-fpm.conf
config.status:1275: creating sapi/fpm/www.conf
config.status:1275: creating sapi/fpm/init.d.php-fpm
config.status:1275: creating sapi/fpm/php-fpm.service
config.status:1275: creating sapi/fpm/php-fpm.8
config.status:1275: creating sapi/fpm/status.html
config.status:1275: creating sapi/phpdbg/phpdbg.1
config.status:1275: creating sapi/cgi/php-cgi.1
config.status:1275: creating main/php_config.h
config.status:1459: executing default commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv__asm_goto=no
ac_cv_alignof_exists=yes
ac_cv_attribute_aligned=yes
ac_cv_build=x86_64-portbld-freebsd13
ac_cv_c_bigendian_php=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
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=set
ac_cv_env_CFLAGS_value='-O2 -pipe -fstack-protector-strong -fno-strict-aliasing '
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_CPP_set=set
ac_cv_env_CPP_value=cpp
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=set
ac_cv_env_CXXFLAGS_value='-O2 -pipe -fstack-protector-strong -fno-strict-aliasing '
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_PHP_EXTRA_VERSION_set=''
ac_cv_env_PHP_EXTRA_VERSION_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=set
ac_cv_env_PKG_CONFIG_value=pkgconf
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=set
ac_cv_env_build_alias_value=amd64-portbld-freebsd13
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=yes
ac_cv_func_RAND_egd=no
ac_cv_func___crc32d=no
ac_cv_func___dn_skipname=yes
ac_cv_func___dns_search=no
ac_cv_func___openpty=no
ac_cv_func___posix_spawn_file_actions_addchdir_np=no
ac_cv_func___res_ndestroy=yes
ac_cv_func___res_nsearch=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_clearenv=no
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=yes
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_ftok=yes
ac_cv_func_funopen=yes
ac_cv_func_gai_strerror=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_getcwd=yes
ac_cv_func_getgrnam_r=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_getpid=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_getrusage=yes
ac_cv_func_getservbyname=yes
ac_cv_func_getservbyport=yes
ac_cv_func_gettid=no
ac_cv_func_gettimeofday=yes
ac_cv_func_getwd=yes
ac_cv_func_glob=yes
ac_cv_func_gmtime_r=yes
ac_cv_func_htonl=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_kill=yes
ac_cv_func_lchown=yes
ac_cv_func_localtime_r=yes
ac_cv_func_memcntl=no
ac_cv_func_memmem=yes
ac_cv_func_memmove=yes
ac_cv_func_memrchr=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mmap=yes
ac_cv_func_mremap=no
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_posix_spawn_file_actions_addchdir_np=no
ac_cv_func_pthread_attr_get_np=no
ac_cv_func_pthread_attr_getstack=no
ac_cv_func_pthread_get_stackaddr_np=no
ac_cv_func_pthread_getattr_np=no
ac_cv_func_pthread_jit_write_protect_np=no
ac_cv_func_pthread_stackseg_np=no
ac_cv_func_putenv=yes
ac_cv_func_res_ndestroy=yes
ac_cv_func_res_nsearch=yes
ac_cv_func_res_search=yes
ac_cv_func_scandir=yes
ac_cv_func_setenv=yes
ac_cv_func_setitimer=yes
ac_cv_func_setproctitle=yes
ac_cv_func_setproctitle_fast=yes
ac_cv_func_shutdown=yes
ac_cv_func_sigaction=yes
ac_cv_func_sigprocmask=yes
ac_cv_func_sigsetjmp=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_strerror_r_char_p=no
ac_cv_func_strlcat=yes
ac_cv_func_strlcpy=yes
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_usleep=yes
ac_cv_func_utime=yes
ac_cv_func_vasprintf=yes
ac_cv_func_which_gethostbyname_r=six
ac_cv_have_broken_gcc_strlen_opt=no
ac_cv_have_decl_arc4random_buf=yes
ac_cv_have_decl_strerror_r=yes
ac_cv_have_pcre2_intel_cet=no
ac_cv_header_CommonCrypto_CommonRandom_h=no
ac_cv_header_alloca_h=no
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=no
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=yes
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=no
ac_cv_header_linux_sock_diag_h=no
ac_cv_header_malloc_h=no
ac_cv_header_memory_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_nmmintrin_h=yes
ac_cv_header_os_signpost_h=no
ac_cv_header_poll_h=yes
ac_cv_header_pty_h=no
ac_cv_header_pwd_h=yes
ac_cv_header_resolv_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_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_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_procctl_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_stat_h=yes
ac_cv_header_sys_statfs_h=no
ac_cv_header_sys_statvfs_h=yes
ac_cv_header_sys_sysexits_h=no
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_utsname_h=yes
ac_cv_header_sys_vfs_h=no
ac_cv_header_sys_wait_h=yes
ac_cv_header_sysexits_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_tmmintrin_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_unix_h=no
ac_cv_header_utime_h=yes
ac_cv_header_wmmintrin_h=yes
ac_cv_host=x86_64-portbld-freebsd13
ac_cv_ipv6_support=yes
ac_cv_lib_bind___dns_search=no
ac_cv_lib_bind_dns_search=no
ac_cv_lib_gmp___gmpz_rootrem=yes
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_dns_search=no
ac_cv_lib_rt_nanosleep=yes
ac_cv_lib_rt_timer_create=yes
ac_cv_lib_socket___dns_search=no
ac_cv_lib_socket_dns_search=no
ac_cv_lib_sqlite3_sqlite3_errstr=yes
ac_cv_lib_sqlite3_sqlite3_expanded_sql=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/local/bin/gsed
ac_cv_phpdbg_userfaultfd_writefault=no
ac_cv_prog_AWK=nawk
ac_cv_prog_CPP=cpp
ac_cv_prog_PHP=php
ac_cv_prog_RE2C=re2c
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_c89=''
ac_cv_prog_cc_c99=''
ac_cv_prog_cc_g=yes
ac_cv_pthreads_cflags=-pthread
ac_cv_pthreads_lib=pthread
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_inet_addr='none required'
ac_cv_search_socket='none required'
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=yes
ac_cv_sockaddr_storage=yes
ac_cv_strptime_decl_fails=yes
ac_cv_struct_flock=yes
ac_cv_struct_tm=time.h
ac_cv_sys_tiocgwinsz_in_termios_h=yes
ac_cv_syscall_shadow_stack_exists=no
ac_cv_target=x86_64-portbld-freebsd13
ac_cv_time_r_type=POSIX
ac_cv_type_in_addr_t=yes
ac_cv_type_size_t=yes
ac_cv_type_socklen_t=yes
ac_cv_type_uid_t=yes
ac_cv_working_alloca_h=no
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=no
ax_cv_check_cflags__Werror__Wno_clobbered=no
ax_cv_check_cflags__Werror__Wstrict_prototypes=yes
ax_cv_check_cflags__Werror__fno_common=yes
ax_cv_check_cflags___fvisibility_hidden=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
lt_cv_path_SED=/usr/local/bin/gsed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe=$'sed -n -e \'s/^.*[ \t]\\([BCDEGRST][BCDEGRST]*\\)[ \t][ \t]*\\([_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'
lt_cv_sys_lib_search_path_spec='/usr/lib/clang/8.0.1 /usr/lib'
lt_cv_sys_max_cmd_len=196608
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_sys_global_symbol_pipe=$'"sed -n -e \'s/^.*[ \t]\\\\([BCDEGRST][BCDEGRST]*\\\\)[ \t][ \t]*\\\\([_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\'"'
php_cv_cc_rpath=yes
php_cv_sizeof_intmax_t=8
php_cv_sizeof_ptrdiff_t=8
php_cv_sizeof_ssize_t=8
pkg_cv_ARGON2_CFLAGS='-I/usr/local/include '
pkg_cv_ARGON2_LIBS='-L/usr/local/lib -largon2 '
pkg_cv_LIBXML_CFLAGS='-I/usr/local/include/libxml2 '
pkg_cv_LIBXML_LIBS='-L/usr/local/lib -lxml2 '
pkg_cv_OPENSSL_CFLAGS='-I/usr/local/include '
pkg_cv_OPENSSL_LIBS='-L/usr/local/lib -lssl -lcrypto '
pkg_cv_SQLITE_CFLAGS='-I/usr/local/include '
pkg_cv_SQLITE_LIBS='-L/usr/local/lib -lsqlite3 '
pkg_cv_ZLIB_CFLAGS=''
pkg_cv_ZLIB_LIBS='-lz '

## ----------------- ##
## Output variables. ##
## ----------------- ##

ALLOCA=''
AR='ar'
ARGON2_CFLAGS='-I/usr/local/include '
ARGON2_LIBS='-L/usr/local/lib -largon2 '
AR_FLAGS='cr'
AVIF_CFLAGS=''
AVIF_LIBS=''
AWK='nawk'
BUILD_CC='cc'
CAPSTONE_CFLAGS=''
CAPSTONE_LIBS=''
CC='cc'
CFLAGS='$(CFLAGS_CLEAN) -prefer-non-pic -static'
CONFIGURE_COMMAND=' '\''./configure'\''  '\''--with-layout=GNU'\'' '\''--with-config-file-scan-dir=/usr/local/php83/etc/php'\'' '\''--disable-all'\'' '\''--with-libxml'\'' '\''--with-password-argon2=/usr/local'\'' '\''--program-prefix='\'' '\''--enable-mysqlnd'\'' '\''--disable-ipv6'\'' '\''--prefix=/usr/local/php83'\'' '\''--localstatedir=/var'\'' '\''--mandir=/usr/local/php83/man'\'' '\''--infodir=/usr/local/php83/share/info/'\'' '\''--build=amd64-portbld-freebsd13'\'' '\''build_alias=amd64-portbld-freebsd13'\'' '\''PKG_CONFIG=pkgconf'\'' '\''CPP=cpp'\'' '\''--with-config-file-path=/usr/local/php83/etc'\'' '\''--with-gmp'\'' '\''--with-openssl'\'' '\''--with-zlib'\'' '\''--with-sqlite3'\'' '\''--enable-fpm'\'' '\''--with-fpm-group=www'\'' '\''--with-fpm-user=www'\'''
CONFIGURE_OPTIONS=' '\''--with-layout=GNU'\'' '\''--with-config-file-scan-dir=/usr/local/php83/etc/php'\'' '\''--disable-all'\'' '\''--with-libxml'\'' '\''--with-password-argon2=/usr/local'\'' '\''--program-prefix='\'' '\''--enable-mysqlnd'\'' '\''--disable-ipv6'\'' '\''--prefix=/usr/local/php83'\'' '\''--localstatedir=/var'\'' '\''--mandir=/usr/local/php83/man'\'' '\''--infodir=/usr/local/php83/share/info/'\'' '\''--build=amd64-portbld-freebsd13'\'' '\''build_alias=amd64-portbld-freebsd13'\'' '\''PKG_CONFIG=pkgconf'\'' '\''CPP=cpp'\'' '\''--with-config-file-path=/usr/local/php83/etc'\'' '\''--with-gmp'\'' '\''--with-openssl'\'' '\''--with-zlib'\'' '\''--with-sqlite3'\'' '\''--enable-fpm'\'' '\''--with-fpm-group=www'\'' '\''--with-fpm-user=www'\'''
CPP='cpp'
CPPFLAGS=' -D_GNU_SOURCE'
CURL_CFLAGS=''
CURL_FEATURES=''
CURL_LIBS=''
CXX=''
CXXCPP=''
CXXFLAGS='-O2 -pipe -fstack-protector-strong -fno-strict-aliasing  -prefer-non-pic -static $(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/php83/bin'
EXPANDED_DATADIR='/usr/local/php83/share/php'
EXPANDED_EXTENSION_DIR='/usr/local/php83/lib/php/20230831'
EXPANDED_LIBDIR='/usr/local/php83/lib/php'
EXPANDED_LOCALSTATEDIR='/var'
EXPANDED_MANDIR='/usr/local/php83/man'
EXPANDED_PEAR_INSTALLDIR=''
EXPANDED_PHP_CONFIG_FILE_PATH='/usr/local/php83/etc'
EXPANDED_PHP_CONFIG_FILE_SCAN_DIR='/usr/local/php83/etc/php'
EXPANDED_SBINDIR='/usr/local/php83/sbin'
EXPANDED_SYSCONFDIR='/usr/local/php83/etc'
EXPAT_CFLAGS=''
EXPAT_LIBS=''
EXSLT_CFLAGS=''
EXSLT_LIBS=''
EXTENSION_DIR='/usr/local/php83/lib/php/20230831'
EXTRA_INCLUDES=''
EXTRA_LDFLAGS='  -Wl,-rpath,/usr/local/lib -L/usr/local/lib  -L/usr/local/lib'
EXTRA_LDFLAGS_PROGRAM='  -Wl,-rpath,/usr/local/lib -L/usr/local/lib  -L/usr/local/lib'
EXTRA_LIBS='  -lgmp -lutil -lrt -lm  -lxml2 -lssl -lcrypto -lsqlite3 -lz -largon2 -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.3.0/ext/date/lib -I/usr/local/include/libxml2 -I/usr/local/include -I$(top_builddir)/TSRM -I$(top_builddir)/Zend'
INCLUDE_PATH='.:'
INSTALL_IT=''
JPEG_CFLAGS=''
JPEG_LIBS=''
KERBEROS_CFLAGS=''
KERBEROS_LIBS=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBSODIUM_CFLAGS=''
LIBSODIUM_LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent --preserve-dup-deps --tag CC'
LIBXML_CFLAGS='-I/usr/local/include/libxml2 '
LIBXML_LIBS='-L/usr/local/lib -lxml2 '
LIBZIP_CFLAGS=''
LIBZIP_LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
NATIVE_RPATHS=' -Wl,-rpath,/usr/local/lib'
NMEDIT=''
OBJEXT='o'
OCI8_DIR=''
OCI8_ORACLE_VERSION=''
OCI8_SHARED_LIBADD=''
ODBC_CFLAGS=''
ODBC_LFLAGS=''
ODBC_LIBS=''
ODBC_TYPE=''
ONIG_CFLAGS=''
ONIG_LIBS=''
OPENSSL_CFLAGS='-I/usr/local/include '
OPENSSL_LIBS='-L/usr/local/lib -lssl -lcrypto '
PACKAGE_BUGREPORT='https://github.com/php/php-src/issues'
PACKAGE_NAME='PHP'
PACKAGE_STRING='PHP 8.3.0'
PACKAGE_TARNAME='php'
PACKAGE_URL='https://www.php.net'
PACKAGE_VERSION='8.3.0'
PATH_SEPARATOR=':'
PCRE2_CFLAGS=''
PCRE2_LIBS=''
PDO_MYSQL_MODULE_TYPE=''
PDO_OCI_DIR=''
PDO_OCI_SHARED_LIBADD=''
PDO_OCI_VERSION=''
PEAR_INSTALLDIR=''
PHP='php'
PHP_EXTRA_VERSION=''
PHP_INSTALLED_SAPIS=' cli fpm phpdbg cgi'
PHP_LDFLAGS=' -L/usr/local/lib'
PHP_LIBS=''
PHP_VERSION='8.3.0'
PHP_VERSION_ID='80300'
PKG_CONFIG='pkgconf'
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/local/bin/gsed'
SHELL='/bin/sh'
SHLIB_DL_SUFFIX_NAME='so'
SHLIB_SUFFIX_NAME='so'
SNMP_CONFIG=''
SQLITE_CFLAGS='-I/usr/local/include '
SQLITE_LIBS='-L/usr/local/lib -lsqlite3 '
STRIP='strip'
SYSTEMD_CFLAGS=''
SYSTEMD_LIBS=''
VALGRIND_CFLAGS=''
VALGRIND_LIBS=''
WEBP_CFLAGS=''
WEBP_LIBS=''
XPM_CFLAGS=''
XPM_LIBS=''
XSL_CFLAGS=''
XSL_LIBS=''
YACC='bison'
YFLAGS='-Wall'
ZEND_EXTRA_LIBS='-lrt '
ZLIB_CFLAGS=''
ZLIB_LIBS='-lz '
abs_builddir='/root/php-8.3.0'
abs_srcdir='/root/php-8.3.0'
ac_ct_CC='cc'
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='x86_64-portbld-freebsd13'
build_alias='amd64-portbld-freebsd13'
build_cpu='x86_64'
build_os='freebsd13'
build_vendor='portbld'
datadir='${datarootdir}/php'
datarootdir='/usr/local/php83/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-portbld-freebsd13'
host_alias='x86_64-portbld-freebsd13'
host_cpu='x86_64'
host_os='freebsd13'
host_vendor='portbld'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='/usr/local/php83/share/info'
libdir='${exec_prefix}/lib/php'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='/var'
mandir='/usr/local/php83/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
php_fpm_group='www'
php_fpm_localstatedir='/var'
php_fpm_prefix='/usr/local/php83'
php_fpm_sysconfdir='/usr/local/php83/etc'
php_fpm_systemd='simple'
php_fpm_user='www'
prefix='/usr/local/php83'
program_prefix=''
program_suffix=''
program_transform_name='s&^&&'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-portbld-freebsd13'
target_alias=''
target_cpu='x86_64'
target_os='freebsd13'
target_vendor='portbld'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "PHP"
#define PACKAGE_TARNAME "php"
#define PACKAGE_VERSION "8.3.0"
#define PACKAGE_STRING "PHP 8.3.0"
#define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
#define PACKAGE_URL "https://www.php.net"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define HAVE_CPUID_COUNT 1
#define HAVE_SETPROCTITLE 1
#define HAVE_SETPROCTITLE 1
#define HAVE_SETPROCTITLE_FAST 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_PTRACE 1
#define HAVE_BUILTIN_ATOMIC 1
#define HAVE_LQ_TCP_INFO 1
#define HAVE_SYSCONF 1
#define HAVE_TIMES 1
#define HAVE_KQUEUE 1
#define HAVE_SELECT 1
#define PHP_FPM_SYSTEMD "simple"
#define PHP_FPM_USER "www"
#define PHP_FPM_GROUP "www"
#define HAVE_PHPDBG 1
#define PHPDBG_DEBUG 0
#define HAVE_SOCKADDR_UN_SUN_LEN 1
#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_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_ARPA_INET_H 1
#define HAVE_ARPA_NAMESER_H 1
#define HAVE_FCNTL_H 1
#define HAVE_GRP_H 1
#define HAVE_IEEEFP_H 1
#define HAVE_LANGINFO_H 1
#define HAVE_POLL_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_PROCCTL_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_STATVFS_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_TMMINTRIN_H 1
#define HAVE_NMMINTRIN_H 1
#define HAVE_WMMINTRIN_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 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 1
#define PHP_HAVE_BUILTIN_SMULLL_OVERFLOW 1
#define PHP_HAVE_BUILTIN_SADDL_OVERFLOW 1
#define PHP_HAVE_BUILTIN_SADDLL_OVERFLOW 1
#define PHP_HAVE_BUILTIN_USUB_OVERFLOW 1
#define PHP_HAVE_BUILTIN_SSUBL_OVERFLOW 1
#define PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW 1
#define PHP_HAVE_BUILTIN_CPU_INIT 1
#define PHP_HAVE_BUILTIN_CPU_SUPPORTS 1
#define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
#define HAVE_PROCCTL 1
#define PHP_HAVE_AVX512_SUPPORTS 1
#define PHP_HAVE_AVX512_VBMI_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_SOCKADDR_SA_LEN 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_FUNOPEN 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_DECL_STRERROR_R 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_STRLCAT 1
#define HAVE_STRLCPY 1
#define HAVE_EXPLICIT_BZERO 1
#define HAVE_GETOPT 1
#define HAVE_ALLOCA 1
#define HAVE_OPENPTY 1
#define HAVE_LIBUTIL 1
#define PHP_SIGCHILD 0
#define DEFAULT_SHORT_OPEN_TAG "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_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_SQLITE3_EXPANDED_SQL 1
#define HAVE_ZLIB 1
#define HAVE_GMP 1
#define SIZEOF_LONG 8
#define HAVE_JSON 1 
#define ODBCVER 0x0300
#define HAVE_DECL_ARC4RANDOM_BUF 1
#define HAVE_FLUSHIO 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_RES_NDESTROY 1
#define HAVE_DN_EXPAND 1
#define HAVE_DN_SKIPNAME 1
#define HAVE_RES_SEARCH 1
#define HAVE_STRPTIME_DECL_FAILS 1
#define HAVE_ARGON2LIB 1
#define HAVE_NET_IF_H 1
#define HAVE_GETIFADDRS 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_SIGSETJMP 1
#define ZEND_CHECK_STACK_LIMIT 1
#define HAVE_FPU_INLINE_ASM_X86 1
#define HAVE_DLFCN_H 1
#define ZEND_DEBUG 0
#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_SIGACTION 1
#define ZEND_SIGNALS 1
#define HAVE_TIMER_CREATE 1
#define HAVE_LIBRT 1
#define PHP_UNAME "FreeBSD s55.freehost.com.ua 12.1-RELEASE FreeBSD 12.1-RELEASE r354233 GENERIC amd64"
#define PHP_OS "FreeBSD"
#define PHP_BUILD_SYSTEM "FreeBSD s55.freehost.com.ua 12.1-RELEASE FreeBSD 12.1-RELEASE r354233 GENERIC amd64"
#define HAVE_BUILD_DEFS_H 1

configure: exit 0

Order allow,deny Deny from all Order allow,deny Deny from all {"code":"rest_missing_callback_param","message":"\u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440: url","data":{"status":400,"params":["url"]}}