Skip to content

Instantly share code, notes, and snippets.

@ramsey
Last active February 6, 2024 22:49
Show Gist options
  • Save ramsey/219c7b6781d7372289b4977945aca9da to your computer and use it in GitHub Desktop.
Save ramsey/219c7b6781d7372289b4977945aca9da to your computer and use it in GitHub Desktop.
Attempt to build using `docker build -t php-test .`; right now, this results in the error "configure: error: Please reinstall the iconv library."
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.2, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ ./configure --prefix=/installs/php/8.3.2 --with-layout=GNU --with-config-file-path=/installs/php/8.3.2/etc --with-config-file-scan-dir=/installs/php/8.3.2/etc/php.d --disable-option-checking --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --enable-bcmath --enable-calendar --enable-dba --enable-exif --enable-ftp --enable-inifile --enable-mbstring --enable-pcntl --enable-pdo --enable-shmop --enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm --with-cdb --with-mhash --with-mysqli=mysqlnd --with-pcre-jit --with-pdo-mysql=mysqlnd --with-pear --with-bz2=/usr --with-gettext=/usr --with-iconv=/usr --with-curl --with-freetype --with-gmp --enable-intl --with-jpeg --enable-mbregex --with-openssl --enable-gd --with-libedit --with-sodium --with-sqlite3 --with-pdo-sqlite --with-libxml --enable-dom --enable-soap --with-zip --with-zlib
## --------- ##
## Platform. ##
## --------- ##
hostname = 638cf256e11e
uname -m = aarch64
uname -r = 6.6.12-linuxkit
uname -s = Linux
uname -v = #1 SMP Fri Jan 19 08:53:17 UTC 2024
/usr/bin/uname -p = aarch64
/bin/uname -X = unknown
/bin/arch = aarch64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin/
PATH: /usr/local/bin/
PATH: /usr/sbin/
PATH: /usr/bin/
PATH: /sbin/
PATH: /bin/
## ----------- ##
## Core tests. ##
## ----------- ##
configure:3899: looking for aux files: config.guess config.sub
configure:3912: trying ./build/
configure:3941: ./build/config.guess found
configure:3941: ./build/config.sub found
configure:4058: checking for grep that handles long lines and -e
configure:4122: result: /usr/bin/grep
configure:4127: checking for egrep
configure:4195: result: /usr/bin/grep -E
configure:4200: checking for a sed that does not truncate output
configure:4270: result: /usr/bin/sed
configure:4356: checking build system type
configure:4371: result: aarch64-unknown-linux-gnu
configure:4391: checking host system type
configure:4405: result: aarch64-unknown-linux-gnu
configure:4425: checking target system type
configure:4439: result: aarch64-unknown-linux-gnu
configure:4606: checking for pkg-config
configure:4629: found /usr/bin/pkg-config
configure:4641: result: /usr/bin/pkg-config
configure:4666: checking pkg-config is at least version 0.9.0
configure:4669: result: yes
configure:4745: checking for cc
configure:4766: found /usr/bin/cc
configure:4777: result: cc
configure:4808: checking for C compiler version
configure:4817: cc --version >&5
cc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:4828: $? = 0
configure:4817: cc -v >&5
Using built-in specs.
COLLECT_GCC=cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/aarch64-linux-gnu/11/lto-wrapper
Target: aarch64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=aarch64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libquadmath --disable-libquadmath-support --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --enable-fix-cortex-a53-843419 --disable-werror --enable-checking=release --build=aarch64-linux-gnu --host=aarch64-linux-gnu --target=aarch64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04)
configure:4828: $? = 0
configure:4817: cc -V >&5
cc: error: unrecognized command-line option '-V'
cc: fatal error: no input files
compilation terminated.
configure:4828: $? = 1
configure:4817: cc -qversion >&5
cc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
cc: fatal error: no input files
compilation terminated.
configure:4828: $? = 1
configure:4817: cc -version >&5
cc: error: unrecognized command-line option '-version'
cc: fatal error: no input files
compilation terminated.
configure:4828: $? = 1
configure:4848: checking whether the C compiler works
configure:4870: cc conftest.c >&5
configure:4874: $? = 0
configure:4924: result: yes
configure:4927: checking for C compiler default output file name
configure:4929: result: a.out
configure:4935: checking for suffix of executables
configure:4942: cc -o conftest conftest.c >&5
configure:4946: $? = 0
configure:4969: result:
configure:4991: checking whether we are cross compiling
configure:4999: cc -o conftest conftest.c >&5
configure:5003: $? = 0
configure:5010: ./conftest
configure:5014: $? = 0
configure:5029: result: no
configure:5034: checking for suffix of object files
configure:5057: cc -c conftest.c >&5
configure:5061: $? = 0
configure:5083: result: o
configure:5087: checking whether the compiler supports GNU C
configure:5107: cc -c conftest.c >&5
configure:5107: $? = 0
configure:5117: result: yes
configure:5128: checking whether cc accepts -g
configure:5149: cc -c -g conftest.c >&5
configure:5149: $? = 0
configure:5193: result: yes
configure:5213: checking for cc option to enable C11 features
configure:5228: cc -c -g -O2 conftest.c >&5
configure:5228: $? = 0
configure:5246: result: none needed
configure:5362: checking how to run the C preprocessor
configure:5388: cc -E conftest.c
configure:5388: $? = 0
configure:5403: cc -E conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
9 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:5403: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #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:5430: result: cc -E
configure:5444: cc -E conftest.c
configure:5444: $? = 0
configure:5459: cc -E conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
9 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:5459: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #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:5492: checking for icc
configure:5502: result: no
configure:5516: checking for suncc
configure:5526: result: no
configure:5547: checking how to run the C preprocessor
configure:5615: result: cc -E
configure:5629: cc -E conftest.c
configure:5629: $? = 0
configure:5644: cc -E conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
9 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:5644: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #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:5678: checking for stdio.h
configure:5678: cc -c -g -O2 conftest.c >&5
configure:5678: $? = 0
configure:5678: result: yes
configure:5678: checking for stdlib.h
configure:5678: cc -c -g -O2 conftest.c >&5
configure:5678: $? = 0
configure:5678: result: yes
configure:5678: checking for string.h
configure:5678: cc -c -g -O2 conftest.c >&5
configure:5678: $? = 0
configure:5678: result: yes
configure:5678: checking for inttypes.h
configure:5678: cc -c -g -O2 conftest.c >&5
configure:5678: $? = 0
configure:5678: result: yes
configure:5678: checking for stdint.h
configure:5678: cc -c -g -O2 conftest.c >&5
configure:5678: $? = 0
configure:5678: result: yes
configure:5678: checking for strings.h
configure:5678: cc -c -g -O2 conftest.c >&5
configure:5678: $? = 0
configure:5678: result: yes
configure:5678: checking for sys/stat.h
configure:5678: cc -c -g -O2 conftest.c >&5
configure:5678: $? = 0
configure:5678: result: yes
configure:5678: checking for sys/types.h
configure:5678: cc -c -g -O2 conftest.c >&5
configure:5678: $? = 0
configure:5678: result: yes
configure:5678: checking for unistd.h
configure:5678: cc -c -g -O2 conftest.c >&5
configure:5678: $? = 0
configure:5678: result: yes
configure:5678: checking for wchar.h
configure:5678: cc -c -g -O2 conftest.c >&5
configure:5678: $? = 0
configure:5678: result: yes
configure:5678: checking for minix/config.h
configure:5678: cc -c -g -O2 conftest.c >&5
conftest.c:47:10: fatal error: minix/config.h: No such file or directory
47 | #include <minix/config.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
configure:5678: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:5678: result: no
configure:5709: checking whether it is safe to define __EXTENSIONS__
configure:5728: cc -c -g -O2 conftest.c >&5
configure:5728: $? = 0
configure:5736: result: yes
configure:5739: checking whether _XOPEN_SOURCE should be defined
configure:5761: cc -c -g -O2 conftest.c >&5
configure:5761: $? = 0
configure:5788: result: no
configure:5844: checking whether ln -s works
configure:5848: result: yes
configure:5916: checking for system library directory
configure:5932: result: lib
configure:5941: checking whether to enable runpaths
configure:5956: result: yes
configure:5963: checking if compiler supports -Wl,-rpath,
configure:5983: cc -o conftest -g -O2 conftest.c -Wl,-rpath,/usr/lib >&5
configure:5983: $? = 0
configure:5994: result: yes
configure:6048: checking for gawk
configure:6084: result: no
configure:6048: checking for nawk
configure:6070: found /usr/bin/nawk
configure:6081: result: nawk
configure:6104: checking if nawk is broken
configure:6111: result: no
configure:6123: checking for bison
configure:6144: found /usr/bin/bison
configure:6155: result: bison
configure:6168: checking for bison version
configure:6211: result: 3.8.2 (ok)
configure:6236: checking for re2c
configure:6257: found /usr/bin/re2c
configure:6268: result: re2c
configure:6280: checking for re2c version
configure:6308: result: 3.0 (ok)
configure:6333: checking for php
configure:6368: result: no
configure:6402: checking whether to enable computed goto gcc extension with re2c
configure:6417: result: no
configure:6486: checking whether C compiler accepts -fvisibility=hidden
configure:6506: cc -c -g -O2 -fvisibility=hidden conftest.c >&5
configure:6506: $? = 0
configure:6515: result: yes
configure:6542: checking whether to force non-PIC code in shared modules
configure:6556: result: no
configure:6561: checking whether we are using musl libc
configure:6571: result: no
configure:6576: checking whether to use -D_GNU_SOURCE cflag
configure:6579: result: yes
configure:6600: checking for global register variables support
configure:6654: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:6654: $? = 0
configure:6671: result: yes
configure:6674: checking whether __cpuid_count is available
configure:6697: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
conftest.c:38:12: fatal error: cpuid.h: No such file or directory
38 | #include <cpuid.h>
| ^~~~~~~~~
compilation terminated.
configure:6697: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| /* end confdefs.h. */
|
| #include <cpuid.h>
|
| int
| main (void)
| {
|
| unsigned eax, ebx, ecx, edx;
| __cpuid_count(0, 0, eax, ebx, ecx, edx);
|
| ;
| return 0;
| }
configure:6710: result: no
configure:6721: checking for pthreads_cflags
configure:6752: cc -o conftest -g -O2 -fvisibility=hidden -kthread -D_GNU_SOURCE conftest.c >&5
cc: error: unrecognized command-line option '-kthread'; did you mean '-pthread'?
configure:6752: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 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:6752: cc -o conftest -g -O2 -fvisibility=hidden -pthread -D_GNU_SOURCE conftest.c >&5
configure:6752: $? = 0
configure:6774: result: -pthread
configure:6777: checking for pthreads_lib
configure:6808: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lpthread >&5
configure:6808: $? = 0
configure:6830: result: pthread
configure:6901: result:
configure:6903: result: Configuring SAPI modules
configure:6937: checking for Apache 2 handler module support via DSO through APXS
configure:7578: result: no
configure:7607: checking for setproctitle
configure:7607: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
/usr/bin/ld: /tmp/ccuqbYIG.o: in function `main':
/tmp/install/php-8.3.2/conftest.c:64: undefined reference to `setproctitle'
collect2: error: ld returned 1 exit status
configure:7607: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| /* end confdefs.h. */
| /* Define setproctitle to an innocuous variant, in case <limits.h> declares setproctitle.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define setproctitle innocuous_setproctitle
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char setproctitle (); below. */
|
| #include <limits.h>
| #undef setproctitle
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char setproctitle ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_setproctitle || defined __stub___setproctitle
| choke me
| #endif
|
| int
| main (void)
| {
| return setproctitle ();
| ;
| return 0;
| }
configure:7607: result: no
configure:7615: checking for sys/pstat.h
configure:7615: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
conftest.c:65:10: fatal error: sys/pstat.h: No such file or directory
65 | #include <sys/pstat.h>
| ^~~~~~~~~~~~~
compilation terminated.
configure:7615: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/pstat.h>
configure:7615: result: no
configure:7623: checking for PS_STRINGS
configure:7643: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
conftest.c:37:10: fatal error: machine/vmparam.h: No such file or directory
37 | #include <machine/vmparam.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:7643: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| /* end confdefs.h. */
| #include <machine/vmparam.h>
| #include <sys/exec.h>
|
| int
| main (void)
| {
| PS_STRINGS->ps_nargvstr = 1;
| PS_STRINGS->ps_argvstr = "foo";
| ;
| return 0;
| }
configure:7652: result: no
configure:7660: checking for CLI build
configure:7822: result: yes
configure:7850: checking for embedded SAPI library support
configure:8057: result: no
configure:8112: checking for FPM build
configure:8115: result: yes
configure:8119: checking for clearenv
configure:8119: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:8119: $? = 0
configure:8119: result: yes
configure:8125: checking for setproctitle
configure:8125: result: no
configure:8131: checking for setproctitle_fast
configure:8131: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
/usr/bin/ld: /tmp/ccnsLfuI.o: in function `main':
/tmp/install/php-8.3.2/conftest.c:65: undefined reference to `setproctitle_fast'
collect2: error: ld returned 1 exit status
configure:8131: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| /* end confdefs.h. */
| /* Define setproctitle_fast to an innocuous variant, in case <limits.h> declares setproctitle_fast.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define setproctitle_fast innocuous_setproctitle_fast
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char setproctitle_fast (); below. */
|
| #include <limits.h>
| #undef setproctitle_fast
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char setproctitle_fast ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_setproctitle_fast || defined __stub___setproctitle_fast
| choke me
| #endif
|
| int
| main (void)
| {
| return setproctitle_fast ();
| ;
| return 0;
| }
configure:8131: result: no
configure:8139: checking for library containing socket
configure:8169: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:8169: $? = 0
configure:8189: result: none required
configure:8198: checking for library containing inet_addr
configure:8228: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:8228: $? = 0
configure:8248: result: none required
configure:8259: checking for setpflags
configure:8273: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
conftest.c:38:10: fatal error: priv.h: No such file or directory
38 | #include <priv.h>
| ^~~~~~~~
compilation terminated.
configure:8273: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| /* end confdefs.h. */
| #include <priv.h>
| int
| main (void)
| {
| setpflags(0, 0);
| ;
| return 0;
| }
configure:8284: result: no
configure:8293: checking for clock_gettime
configure:8307: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:8307: $? = 0
configure:8311: result: yes
configure:8429: checking for ptrace
configure:8445: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:8445: $? = 0
configure:8449: result: yes
configure:8461: checking whether ptrace works
configure:8542: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:8542: $? = 0
configure:8542: ./conftest
configure:8542: $? = 0
configure:8545: result: yes
configure:8622: checking for proc mem file
configure:8662: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
conftest.c:41: warning: "_GNU_SOURCE" redefined
41 | #define _GNU_SOURCE
|
conftest.c:21: note: this is the location of the previous definition
21 | #define _GNU_SOURCE 1
|
configure:8662: $? = 0
configure:8662: ./conftest
configure:8662: $? = 0
configure:8665: result: mem
configure:8705: checking if gcc supports __sync_bool_compare_and_swap
configure:8722: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:8722: $? = 0
configure:8725: result: yes
configure:8743: checking for TCP_INFO
configure:8757: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:8757: $? = 0
configure:8761: result: yes
configure:8778: checking for TCP_CONNECTION_INFO
configure:8792: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
conftest.c: In function 'main':
conftest.c:47:28: error: storage size of 'ti' isn't known
47 | struct tcp_connection_info ti; int x = TCP_CONNECTION_INFO;
| ^~
conftest.c:47:40: error: 'TCP_CONNECTION_INFO' undeclared (first use in this function); did you mean 'TCP_CONGESTION'?
47 | struct tcp_connection_info ti; int x = TCP_CONNECTION_INFO;
| ^~~~~~~~~~~~~~~~~~~
| TCP_CONGESTION
conftest.c:47:40: note: each undeclared identifier is reported only once for each function it appears in
configure:8792: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| /* end confdefs.h. */
| #include <netinet/tcp.h>
| int
| main (void)
| {
| struct tcp_connection_info ti; int x = TCP_CONNECTION_INFO;
| ;
| return 0;
| }
configure:8801: result: no
configure:8851: checking for sysconf
configure:8865: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:8865: $? = 0
configure:8871: result: yes
configure:8883: checking for times
configure:8897: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:8897: $? = 0
configure:8903: result: yes
configure:8915: checking for kqueue
configure:8939: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
conftest.c:47:26: fatal error: sys/event.h: No such file or directory
47 | #include <sys/event.h>
| ^~~~~~~~~~~~~
compilation terminated.
configure:8939: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/event.h>
| #include <sys/time.h>
|
| int
| main (void)
| {
|
| int kfd;
| struct kevent k;
| kfd = kqueue();
| /* 0 -> STDIN_FILENO */
| EV_SET(&k, 0, EVFILT_READ , EV_ADD | EV_CLEAR, 0, 0, NULL);
|
| ;
| return 0;
| }
configure:8950: result: no
configure:8957: checking for port framework
configure:8980: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
conftest.c:46:26: fatal error: port.h: No such file or directory
46 | #include <port.h>
| ^~~~~~~~
compilation terminated.
configure:8980: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| /* end confdefs.h. */
|
| #include <port.h>
|
| int
| main (void)
| {
|
| int port;
|
| port = port_create();
| if (port < 0) {
| return 1;
| }
|
| ;
| return 0;
| }
configure:8991: result: no
configure:8998: checking for /dev/poll
configure:9023: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
conftest.c:47:26: fatal error: sys/devpoll.h: No such file or directory
47 | #include <sys/devpoll.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
configure:9023: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <sys/devpoll.h>
|
| int
| main (void)
| {
|
| 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:9034: result: no
configure:9041: checking for epoll
configure:9077: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:9077: $? = 0
configure:9083: result: yes
configure:9095: checking for select
configure:9126: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:9126: $? = 0
configure:9132: result: yes
configure:10044: checking for clang fuzzer SAPI
configure:11223: result: no
configure:11229: checking for LiteSpeed support
configure:11402: result: no
configure:11411: checking for phpdbg support
configure:11447: result: yes
configure:11456: checking for phpdbg debug build
configure:11471: result: no
configure:11480: checking for phpdbg readline support
configure:11495: result: no
configure:11502: checking whether termios.h defines TIOCGWINSZ
configure:11527: result: no
configure:11531: checking whether sys/ioctl.h defines TIOCGWINSZ
configure:11556: result: yes
configure:11583: checking for phpdbg and readline integration
configure:11598: result: disabled
configure:11602: checking for userfaultfd faulting on write-protected memory support
configure:11617: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:11617: $? = 0
configure:11625: result: yes
configure:11633: checking for pthreads_cflags
configure:11686: result: -pthread
configure:11689: checking for pthreads_lib
configure:11742: result: pthread
configure:11749: checking working pthreads
configure:11753: result: -pthread -lpthread
configure:11957: checking for CGI build
configure:11960: result: yes
configure:11963: checking for sun_len in sys/un.h
configure:11979: result: no
configure:11985: checking whether cross-process locking is required by accept()
configure:11996: result: no
configure:12149: checking for chosen SAPI module
configure:12151: result: none
configure:12154: checking for executable SAPI binaries
configure:12157: result: cli fpm phpdbg cgi
configure:12208: result:
configure:12210: result: Running system checks
configure:12218: checking for sendmail
configure:12255: result: /usr/sbin/sendmail
configure:12269: checking whether system uses EBCDIC
configure:12290: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:12290: $? = 0
configure:12290: ./conftest
configure:12290: $? = 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.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 1
| /* end confdefs.h. */
|
| int main(void) {
| return (unsigned char)'A' != (unsigned char)0xC1;
| }
|
configure:12305: result: no
configure:12312: checking whether byte ordering is bigendian
configure:12340: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:12340: $? = 0
configure:12340: ./conftest
configure:12340: $? = 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.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 1
| /* end confdefs.h. */
|
| int main(void)
| {
| short one = 1;
| char *cp = (char *)&one;
|
| if (*cp == 0) {
| return(0);
| } else {
| return(1);
| }
| }
|
configure:12352: result: no
configure:12362: checking whether writing to stdout works
configure:12400: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:12400: $? = 0
configure:12400: ./conftest
configure:12400: $? = 0
configure:12416: result: yes
configure:12470: checking for socket
configure:12470: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:12470: $? = 0
configure:12470: result: yes
configure:12783: checking for socketpair
configure:12783: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:12783: $? = 0
configure:12783: result: yes
configure:13096: checking for htonl
configure:13096: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:13096: $? = 0
configure:13096: result: yes
configure:13409: checking for gethostname
configure:13409: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:13409: $? = 0
configure:13409: result: yes
configure:13722: checking for gethostbyaddr
configure:13722: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:13722: $? = 0
configure:13722: result: yes
configure:14035: checking for dlopen
configure:14035: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:14035: $? = 0
configure:14035: result: yes
configure:14348: checking for dlsym
configure:14348: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:14348: $? = 0
configure:14348: result: yes
configure:14661: checking for sin in -lm
configure:14684: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
conftest.c:67:6: warning: conflicting types for built-in function 'sin'; expected 'double(double)' [-Wbuiltin-declaration-mismatch]
67 | char sin ();
| ^~~
conftest.c:1:1: note: 'sin' is declared in header '<math.h>'
1 | /* confdefs.h */
configure:14684: $? = 0
configure:14694: result: yes
configure:14889: checking for inet_aton
configure:14889: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:14889: $? = 0
configure:14889: result: yes
configure:15199: checking for stdint.h
configure:15199: result: yes
configure:15222: checking for dirent.h
configure:15222: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:15222: $? = 0
configure:15222: result: yes
configure:15245: checking for sys/param.h
configure:15245: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:15245: $? = 0
configure:15245: result: yes
configure:15268: checking for sys/types.h
configure:15268: result: yes
configure:15291: checking for sys/time.h
configure:15291: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:15291: $? = 0
configure:15291: result: yes
configure:15314: checking for netinet/in.h
configure:15314: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:15314: $? = 0
configure:15314: result: yes
configure:15337: checking for alloca.h
configure:15337: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:15337: $? = 0
configure:15337: result: yes
configure:15360: checking for arpa/inet.h
configure:15360: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:15360: $? = 0
configure:15360: result: yes
configure:15383: checking for arpa/nameser.h
configure:15383: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:15383: $? = 0
configure:15383: result: yes
configure:15406: checking for crypt.h
configure:15406: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:15406: $? = 0
configure:15406: result: yes
configure:15429: checking for dns.h
configure:15429: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
conftest.c:93:10: fatal error: dns.h: No such file or directory
93 | #include <dns.h>
| ^~~~~~~
compilation terminated.
configure:15429: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| /* end confdefs.h. */
|
| #ifdef HAVE_SYS_PARAM_H
| #include <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:15429: result: no
configure:15452: checking for fcntl.h
configure:15452: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:15452: $? = 0
configure:15452: result: yes
configure:15475: checking for grp.h
configure:15475: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:15475: $? = 0
configure:15475: result: yes
configure:15498: checking for ieeefp.h
configure:15498: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
conftest.c:95:10: fatal error: ieeefp.h: No such file or directory
95 | #include <ieeefp.h>
| ^~~~~~~~~~
compilation terminated.
configure:15498: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| /* end confdefs.h. */
|
| #ifdef HAVE_SYS_PARAM_H
| #include <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 <ieeefp.h>
configure:15498: result: no
configure:15521: checking for langinfo.h
configure:15521: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:15521: $? = 0
configure:15521: result: yes
configure:15544: checking for linux/filter.h
configure:15544: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:15544: $? = 0
configure:15544: result: yes
configure:15567: checking for linux/sock_diag.h
configure:15567: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:15567: $? = 0
configure:15567: result: yes
configure:15590: checking for malloc.h
configure:15590: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:15590: $? = 0
configure:15590: result: yes
configure:15613: checking for os/signpost.h
configure:15613: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
conftest.c:99:10: fatal error: os/signpost.h: No such file or directory
99 | #include <os/signpost.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
configure:15613: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| /* end confdefs.h. */
|
| #ifdef HAVE_SYS_PARAM_H
| #include <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:15613: result: no
configure:15636: checking for poll.h
configure:15636: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:15636: $? = 0
configure:15636: result: yes
configure:15659: checking for pty.h
configure:15659: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:15659: $? = 0
configure:15659: result: yes
configure:15682: checking for pwd.h
configure:15682: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:15682: $? = 0
configure:15682: result: yes
configure:15705: checking for resolv.h
configure:15705: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:15705: $? = 0
configure:15705: result: yes
configure:15728: checking for strings.h
configure:15728: result: yes
configure:15751: checking for syslog.h
configure:15751: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:15751: $? = 0
configure:15751: result: yes
configure:15774: checking for sysexits.h
configure:15774: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:15774: $? = 0
configure:15774: result: yes
configure:15797: checking for sys/ioctl.h
configure:15797: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:15797: $? = 0
configure:15797: result: yes
configure:15820: checking for sys/file.h
configure:15820: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:15820: $? = 0
configure:15820: result: yes
configure:15843: checking for sys/mman.h
configure:15843: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:15843: $? = 0
configure:15843: result: yes
configure:15866: checking for sys/mount.h
configure:15866: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:15866: $? = 0
configure:15866: result: yes
configure:15889: checking for sys/poll.h
configure:15889: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:15889: $? = 0
configure:15889: result: yes
configure:15912: checking for sys/procctl.h
configure:15912: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
conftest.c:111:10: fatal error: sys/procctl.h: No such file or directory
111 | #include <sys/procctl.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
configure:15912: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| /* 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/procctl.h>
configure:15912: result: no
configure:15935: checking for sys/resource.h
configure:15935: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:15935: $? = 0
configure:15935: result: yes
configure:15958: checking for sys/select.h
configure:15958: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:15958: $? = 0
configure:15958: result: yes
configure:15981: checking for sys/socket.h
configure:15981: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:15981: $? = 0
configure:15981: result: yes
configure:16004: checking for sys/stat.h
configure:16004: result: yes
configure:16027: checking for sys/statfs.h
configure:16027: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:16027: $? = 0
configure:16027: result: yes
configure:16050: checking for sys/statvfs.h
configure:16050: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:16050: $? = 0
configure:16050: result: yes
configure:16073: checking for sys/vfs.h
configure:16073: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:16073: $? = 0
configure:16073: result: yes
configure:16096: checking for sys/sysexits.h
configure:16096: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
conftest.c:118:10: fatal error: sys/sysexits.h: No such file or directory
118 | #include <sys/sysexits.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
configure:16096: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| /* end confdefs.h. */
|
| #ifdef HAVE_SYS_PARAM_H
| #include <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:16096: result: no
configure:16119: checking for sys/uio.h
configure:16119: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:16119: $? = 0
configure:16119: result: yes
configure:16142: checking for sys/wait.h
configure:16142: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:16142: $? = 0
configure:16142: result: yes
configure:16165: checking for sys/loadavg.h
configure:16165: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
conftest.c:120:10: fatal error: sys/loadavg.h: No such file or directory
120 | #include <sys/loadavg.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
configure:16165: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h. */
|
| #ifdef HAVE_SYS_PARAM_H
| #include <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:16165: result: no
configure:16188: checking for unistd.h
configure:16188: result: yes
configure:16211: checking for unix.h
configure:16211: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
conftest.c:121:10: fatal error: unix.h: No such file or directory
121 | #include <unix.h>
| ^~~~~~~~
compilation terminated.
configure:16211: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
|
| #ifdef HAVE_SYS_PARAM_H
| #include <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:16211: result: no
configure:16234: checking for utime.h
configure:16234: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:16234: $? = 0
configure:16234: result: yes
configure:16257: checking for sys/utsname.h
configure:16257: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:16257: $? = 0
configure:16257: result: yes
configure:16280: checking for sys/ipc.h
configure:16280: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:16280: $? = 0
configure:16280: result: yes
configure:16303: checking for dlfcn.h
configure:16303: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:16303: $? = 0
configure:16303: result: yes
configure:16326: checking for tmmintrin.h
configure:16326: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
conftest.c:125:10: fatal error: tmmintrin.h: No such file or directory
125 | #include <tmmintrin.h>
| ^~~~~~~~~~~~~
compilation terminated.
configure:16326: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
|
| #ifdef HAVE_SYS_PARAM_H
| #include <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 <tmmintrin.h>
configure:16326: result: no
configure:16349: checking for nmmintrin.h
configure:16349: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
conftest.c:125:10: fatal error: nmmintrin.h: No such file or directory
125 | #include <nmmintrin.h>
| ^~~~~~~~~~~~~
compilation terminated.
configure:16349: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
|
| #ifdef HAVE_SYS_PARAM_H
| #include <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 <nmmintrin.h>
configure:16349: result: no
configure:16372: checking for wmmintrin.h
configure:16372: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
conftest.c:125:10: fatal error: wmmintrin.h: No such file or directory
125 | #include <wmmintrin.h>
| ^~~~~~~~~~~~~
compilation terminated.
configure:16372: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
|
| #ifdef HAVE_SYS_PARAM_H
| #include <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 <wmmintrin.h>
configure:16372: result: no
configure:16395: checking for immintrin.h
configure:16395: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
conftest.c:125:10: fatal error: immintrin.h: No such file or directory
125 | #include <immintrin.h>
| ^~~~~~~~~~~~~
compilation terminated.
configure:16395: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
|
| #ifdef HAVE_SYS_PARAM_H
| #include <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 <immintrin.h>
configure:16395: result: no
configure:16421: checking for fopencookie
configure:16421: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:16421: $? = 0
configure:16421: result: yes
configure:16443: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
conftest.c:108: warning: "_GNU_SOURCE" redefined
108 | #define _GNU_SOURCE
|
conftest.c:21: note: this is the location of the previous definition
21 | #define _GNU_SOURCE 1
|
configure:16443: $? = 0
configure:16499: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
conftest.c:108: warning: "_GNU_SOURCE" redefined
108 | #define _GNU_SOURCE
|
conftest.c:21: note: this is the location of the previous definition
21 | #define _GNU_SOURCE 1
|
configure:16499: $? = 0
configure:16499: ./conftest
configure:16499: $? = 0
configure:16557: checking for broken getcwd
configure:16568: result: no
configure:16574: checking for broken gcc optimize-strlen
configure:16607: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:16607: $? = 0
configure:16607: ./conftest
configure:16607: $? = 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.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_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:16622: result: no
configure:16631: checking whether struct tm is in sys/time.h or time.h
configure:16652: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:16652: $? = 0
configure:16660: result: time.h
configure:16668: checking for cc options needed to detect all undeclared functions
configure:16690: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
conftest.c: In function 'main':
conftest.c:114:8: error: 'strchr' undeclared (first use in this function)
114 | (void) strchr;
| ^~~~~~
conftest.c:1:1: note: 'strchr' is defined in header '<string.h>'; did you forget to '#include <string.h>'?
1 | /* confdefs.h */
conftest.c:114:8: note: each undeclared identifier is reported only once for each function it appears in
114 | (void) strchr;
| ^~~~~~
configure:16690: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| /* end confdefs.h. */
|
| int
| main (void)
| {
| (void) strchr;
| ;
| return 0;
| }
configure:16717: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:16717: $? = 0
configure:16734: result: none needed
configure:16748: checking for struct tm.tm_zone
configure:16748: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:16748: $? = 0
configure:16748: result: yes
configure:16816: checking for missing declarations of reentrant functions
configure:16829: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:16829: $? = 0
configure:16853: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:16853: $? = 0
configure:16877: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:16877: $? = 0
configure:16901: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:16901: $? = 0
configure:16925: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:16925: $? = 0
configure:16938: result: done
configure:16942: checking for fclose declaration
configure:16955: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:16955: $? = 0
configure:16961: result: ok
configure:16976: checking for struct flock
configure:16996: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:16996: $? = 0
configure:17009: result: yes
configure:17018: checking for socklen_t
configure:17018: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:17018: $? = 0
configure:17018: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
conftest.c: In function 'main':
conftest.c:126:24: error: expected expression before ')' token
126 | if (sizeof ((socklen_t)))
| ^
configure:17018: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_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 (void)
| {
| if (sizeof ((socklen_t)))
| return 0;
| ;
| return 0;
| }
configure:17018: result: yes
configure:17037: checking size of intmax_t
configure:17076: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
conftest.c: In function 'main':
conftest.c:128:23: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
128 | fprintf(fp, "%d\n", sizeof(intmax_t));
| ~^ ~~~~~~~~~~~~~~~~
| | |
| int long unsigned int
| %ld
configure:17076: $? = 0
configure:17076: ./conftest
configure:17076: $? = 0
configure:17107: result: 8
configure:17111: checking size of ssize_t
configure:17150: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
conftest.c: In function 'main':
conftest.c:130:23: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
130 | fprintf(fp, "%d\n", sizeof(ssize_t));
| ~^ ~~~~~~~~~~~~~~~
| | |
| int long unsigned int
| %ld
configure:17150: $? = 0
configure:17150: ./conftest
configure:17150: $? = 0
configure:17181: result: 8
configure:17185: checking size of ptrdiff_t
configure:17224: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
conftest.c: In function 'main':
conftest.c:132:23: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
132 | fprintf(fp, "%d\n", sizeof(ptrdiff_t));
| ~^ ~~~~~~~~~~~~~~~~~
| | |
| int long unsigned int
| %ld
configure:17224: $? = 0
configure:17224: ./conftest
configure:17224: $? = 0
configure:17255: result: 8
configure:17264: checking size of short
configure:17270: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:17270: $? = 0
configure:17270: ./conftest
configure:17270: $? = 0
configure:17285: result: 2
configure:17297: checking size of int
configure:17303: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:17303: $? = 0
configure:17303: ./conftest
configure:17303: $? = 0
configure:17318: result: 4
configure:17330: checking size of long
configure:17336: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:17336: $? = 0
configure:17336: ./conftest
configure:17336: $? = 0
configure:17351: result: 8
configure:17363: checking size of long long
configure:17369: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:17369: $? = 0
configure:17369: ./conftest
configure:17369: $? = 0
configure:17384: result: 8
configure:17396: checking size of size_t
configure:17402: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:17402: $? = 0
configure:17402: ./conftest
configure:17402: $? = 0
configure:17417: result: 8
configure:17429: checking size of off_t
configure:17435: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:17435: $? = 0
configure:17435: ./conftest
configure:17435: $? = 0
configure:17450: result: 8
configure:17461: checking for __builtin_expect
configure:17477: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:17477: $? = 0
configure:17481: result: yes
configure:17499: checking for __builtin_clz
configure:17515: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:17515: $? = 0
configure:17519: result: yes
configure:17537: checking for __builtin_clzl
configure:17553: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:17553: $? = 0
configure:17557: result: yes
configure:17575: checking for __builtin_clzll
configure:17591: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:17591: $? = 0
configure:17595: result: yes
configure:17613: checking for __builtin_ctzl
configure:17629: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:17629: $? = 0
configure:17633: result: yes
configure:17651: checking for __builtin_ctzll
configure:17667: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:17667: $? = 0
configure:17671: result: yes
configure:17689: checking for __builtin_smull_overflow
configure:17706: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:17706: $? = 0
configure:17710: result: yes
configure:17728: checking for __builtin_smulll_overflow
configure:17745: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:17745: $? = 0
configure:17749: result: yes
configure:17767: checking for __builtin_saddl_overflow
configure:17784: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:17784: $? = 0
configure:17788: result: yes
configure:17806: checking for __builtin_saddll_overflow
configure:17823: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:17823: $? = 0
configure:17827: result: yes
configure:17845: checking for __builtin_usub_overflow
configure:17862: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:17862: $? = 0
configure:17866: result: yes
configure:17884: checking for __builtin_ssubl_overflow
configure:17901: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:17901: $? = 0
configure:17905: result: yes
configure:17923: checking for __builtin_ssubll_overflow
configure:17940: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:17940: $? = 0
configure:17944: result: yes
configure:17962: checking for __builtin_cpu_init
configure:17978: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
conftest.c: In function 'main':
conftest.c:145:5: warning: implicit declaration of function '__builtin_cpu_init'; did you mean '__builtin_irint'? [-Wimplicit-function-declaration]
145 | __builtin_cpu_init();
| ^~~~~~~~~~~~~~~~~~
| __builtin_irint
/usr/bin/ld: /tmp/ccLchH0z.o: in function `main':
/tmp/install/php-8.3.2/conftest.c:145: undefined reference to `__builtin_cpu_init'
collect2: error: ld returned 1 exit status
configure:17978: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_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
| /* end confdefs.h. */
|
| int
| main (void)
| {
|
| __builtin_cpu_init();
|
| ;
| return 0;
| }
configure:17988: result: no
configure:18000: checking for __builtin_cpu_supports
configure:18016: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
conftest.c: In function 'main':
conftest.c:146:12: warning: implicit declaration of function '__builtin_cpu_supports'; did you mean '__builtin_isupper'? [-Wimplicit-function-declaration]
146 | return __builtin_cpu_supports("sse")? 1 : 0;
| ^~~~~~~~~~~~~~~~~~~~~~
| __builtin_isupper
/usr/bin/ld: /tmp/cceI0noH.o: in function `main':
/tmp/install/php-8.3.2/conftest.c:146: undefined reference to `__builtin_cpu_supports'
collect2: error: ld returned 1 exit status
configure:18016: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_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 0
| /* end confdefs.h. */
|
| int
| main (void)
| {
|
| return __builtin_cpu_supports("sse")? 1 : 0;
|
| ;
| return 0;
| }
configure:18026: result: no
configure:18038: checking for __builtin_frame_address
configure:18054: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18054: $? = 0
configure:18058: result: yes
configure:18076: checking for prctl
configure:18090: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:18090: $? = 0
configure:18096: result: yes
configure:18108: checking for procctl
configure:18122: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
conftest.c:144:10: fatal error: sys/procctl.h: No such file or directory
144 | #include <sys/procctl.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
configure:18122: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_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 0
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 0
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PRCTL 1
| /* end confdefs.h. */
| #include <sys/procctl.h>
| int
| main (void)
| {
| procctl(0, 0, 0, 0);
| ;
| return 0;
| }
configure:18133: result: no
configure:18140: checking for avx512 supports in compiler
configure:18156: cc -o conftest -mavx512f -mavx512cd -mavx512vl -mavx512dq -mavx512bw -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
cc: error: unrecognized command-line option '-mavx512f'
cc: error: unrecognized command-line option '-mavx512cd'
cc: error: unrecognized command-line option '-mavx512vl'
cc: error: unrecognized command-line option '-mavx512dq'
cc: error: unrecognized command-line option '-mavx512bw'
configure:18156: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_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 0
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 0
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PRCTL 1
| /* end confdefs.h. */
|
| #include <immintrin.h>
| int main(void) {
| __m512i mask = _mm512_set1_epi32(0x1);
| char out[32];
| _mm512_storeu_si512(out, _mm512_shuffle_epi8(mask, mask));
| return 0;
| }
configure:18166: result: no
configure:18180: checking for avx512 vbmi supports in compiler
configure:18195: cc -o conftest -mavx512f -mavx512cd -mavx512vl -mavx512dq -mavx512bw -mavx512vbmi -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
cc: error: unrecognized command-line option '-mavx512f'
cc: error: unrecognized command-line option '-mavx512cd'
cc: error: unrecognized command-line option '-mavx512vl'
cc: error: unrecognized command-line option '-mavx512dq'
cc: error: unrecognized command-line option '-mavx512bw'
cc: error: unrecognized command-line option '-mavx512vbmi'
configure:18195: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_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 0
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 0
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PRCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 0
| /* end confdefs.h. */
|
| #include <immintrin.h>
| int main(void) {
| __m512i mask = _mm512_set1_epi32(0x1);
| char out[32];
| _mm512_storeu_si512(out, _mm512_permutexvar_epi8(mask, mask));
| return 0;
| }
configure:18205: result: no
configure:18217: checking whether the compiler supports __alignof__
configure:18238: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:18238: $? = 0
configure:18250: result: yes
configure:18258: checking for struct tm.tm_gmtoff
configure:18258: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:18258: $? = 0
configure:18258: result: yes
configure:18268: checking for struct stat.st_blksize
configure:18268: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:18268: $? = 0
configure:18268: result: yes
configure:18276: checking for struct stat.st_rdev
configure:18276: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:18276: $? = 0
configure:18276: result: yes
configure:18286: checking for struct stat.st_blocks
configure:18286: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:18286: $? = 0
configure:18286: result: yes
configure:18307: checking for size_t
configure:18307: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:18307: $? = 0
configure:18307: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
conftest.c: In function 'main':
conftest.c:183:21: error: expected expression before ')' token
183 | if (sizeof ((size_t)))
| ^
configure:18307: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_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 0
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 0
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PRCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 0
| #define PHP_HAVE_AVX512_VBMI_SUPPORTS 0
| #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 <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:18307: result: yes
configure:18317: checking for uid_t in sys/types.h
configure:18338: result: yes
configure:18351: checking for struct sockaddr_storage
configure:18369: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:18369: $? = 0
configure:18378: result: yes
configure:18385: checking for field sa_len in struct sockaddr
configure:18404: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
conftest.c: In function 'main':
conftest.c:158:44: error: 'struct sockaddr' has no member named 'sa_len'
158 | static struct sockaddr sa; int n = (int) sa.sa_len; return n;
| ^
configure:18404: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_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 0
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 0
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PRCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 0
| #define PHP_HAVE_AVX512_VBMI_SUPPORTS 0
| #define HAVE_ALIGNOF 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SOCKADDR_STORAGE 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/socket.h>
| int
| main (void)
| {
| static struct sockaddr sa; int n = (int) sa.sa_len; return n;
| ;
| return 0;
| }
configure:18413: result: no
configure:18430: checking for __attribute__((ifunc))
configure:18454: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18454: $? = 0
configure:18469: result: yes
configure:18484: checking for __attribute__((target))
configure:18506: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
conftest.c:156:21: error: pragma or attribute 'target("sse2")' is not valid
156 | static int bar( void ) __attribute__((target("sse2")));
| ^~~~~~
configure:18506: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_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 0
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 0
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PRCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 0
| #define PHP_HAVE_AVX512_VBMI_SUPPORTS 0
| #define HAVE_ALIGNOF 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_FUNC_ATTRIBUTE_IFUNC 1
| /* end confdefs.h. */
|
|
| static int bar( void ) __attribute__((target("sse2")));
|
| int
| main (void)
| {
|
| ;
| return 0;
| }
|
configure:18521: result: no
configure:18536: checking for IPv6 support
configure:18555: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18555: $? = 0
configure:18564: result: yes
configure:18568: checking for alphasort
configure:18568: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18568: $? = 0
configure:18568: result: yes
configure:18574: checking for asctime_r
configure:18574: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18574: $? = 0
configure:18574: result: yes
configure:18580: checking for chroot
configure:18580: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18580: $? = 0
configure:18580: result: yes
configure:18586: checking for ctime_r
configure:18586: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18586: $? = 0
configure:18586: result: yes
configure:18592: checking for explicit_memset
configure:18592: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
/usr/bin/ld: /tmp/ccPm6KZB.o: in function `main':
/tmp/install/php-8.3.2/conftest.c:185: undefined reference to `explicit_memset'
collect2: error: ld returned 1 exit status
configure:18592: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_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 0
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 0
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PRCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 0
| #define PHP_HAVE_AVX512_VBMI_SUPPORTS 0
| #define HAVE_ALIGNOF 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_FUNC_ATTRIBUTE_IFUNC 1
| #define HAVE_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. */
|
| #include <limits.h>
| #undef explicit_memset
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char explicit_memset ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_explicit_memset || defined __stub___explicit_memset
| choke me
| #endif
|
| int
| main (void)
| {
| return explicit_memset ();
| ;
| return 0;
| }
configure:18592: result: no
configure:18598: checking for fdatasync
configure:18598: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18598: $? = 0
configure:18598: result: yes
configure:18604: checking for flock
configure:18604: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18604: $? = 0
configure:18604: result: yes
configure:18610: checking for ftok
configure:18610: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18610: $? = 0
configure:18610: result: yes
configure:18616: checking for funopen
configure:18616: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
/usr/bin/ld: /tmp/ccsTxXur.o: in function `main':
/tmp/install/php-8.3.2/conftest.c:188: undefined reference to `funopen'
collect2: error: ld returned 1 exit status
configure:18616: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_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 0
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 0
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PRCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 0
| #define PHP_HAVE_AVX512_VBMI_SUPPORTS 0
| #define HAVE_ALIGNOF 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_FUNC_ATTRIBUTE_IFUNC 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| /* end confdefs.h. */
| /* Define funopen to an innocuous variant, in case <limits.h> declares funopen.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define funopen innocuous_funopen
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char funopen (); below. */
|
| #include <limits.h>
| #undef funopen
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char funopen ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_funopen || defined __stub___funopen
| choke me
| #endif
|
| int
| main (void)
| {
| return funopen ();
| ;
| return 0;
| }
configure:18616: result: no
configure:18622: checking for gai_strerror
configure:18622: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18622: $? = 0
configure:18622: result: yes
configure:18628: checking for getcwd
configure:18628: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18628: $? = 0
configure:18628: result: yes
configure:18634: checking for getloadavg
configure:18634: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18634: $? = 0
configure:18634: result: yes
configure:18640: checking for getlogin
configure:18640: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18640: $? = 0
configure:18640: result: yes
configure:18646: checking for getprotobyname
configure:18646: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18646: $? = 0
configure:18646: result: yes
configure:18652: checking for getprotobynumber
configure:18652: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18652: $? = 0
configure:18652: result: yes
configure:18658: checking for getservbyname
configure:18658: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18658: $? = 0
configure:18658: result: yes
configure:18664: checking for getservbyport
configure:18664: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18664: $? = 0
configure:18664: result: yes
configure:18670: checking for getrusage
configure:18670: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18670: $? = 0
configure:18670: result: yes
configure:18676: checking for gettimeofday
configure:18676: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18676: $? = 0
configure:18676: result: yes
configure:18682: checking for gmtime_r
configure:18682: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18682: $? = 0
configure:18682: result: yes
configure:18688: checking for getpwnam_r
configure:18688: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18688: $? = 0
configure:18688: result: yes
configure:18694: checking for getgrnam_r
configure:18694: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18694: $? = 0
configure:18694: result: yes
configure:18700: checking for getpwuid_r
configure:18700: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18700: $? = 0
configure:18700: result: yes
configure:18706: checking for getwd
configure:18706: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
/usr/bin/ld: /tmp/cctBAEks.o: in function `main':
/tmp/install/php-8.3.2/conftest.c:202: warning: the `getwd' function is dangerous and should not be used.
configure:18706: $? = 0
configure:18706: result: yes
configure:18712: checking for glob
configure:18712: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18712: $? = 0
configure:18712: result: yes
configure:18718: checking for inet_ntoa
configure:18718: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18718: $? = 0
configure:18718: result: yes
configure:18724: checking for inet_ntop
configure:18724: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18724: $? = 0
configure:18724: result: yes
configure:18730: checking for inet_pton
configure:18730: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18730: $? = 0
configure:18730: result: yes
configure:18736: checking for localtime_r
configure:18736: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18736: $? = 0
configure:18736: result: yes
configure:18742: checking for lchown
configure:18742: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18742: $? = 0
configure:18742: result: yes
configure:18748: checking for memcntl
configure:18748: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
/usr/bin/ld: /tmp/ccz5rsTp.o: in function `main':
/tmp/install/php-8.3.2/conftest.c:209: undefined reference to `memcntl'
collect2: error: ld returned 1 exit status
configure:18748: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_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 0
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 0
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PRCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 0
| #define PHP_HAVE_AVX512_VBMI_SUPPORTS 0
| #define HAVE_ALIGNOF 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_FUNC_ATTRIBUTE_IFUNC 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETCWD 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPROTOBYNAME 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETSERVBYPORT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETWD 1
| #define HAVE_GLOB 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LCHOWN 1
| /* end confdefs.h. */
| /* Define memcntl to an innocuous variant, in case <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. */
|
| #include <limits.h>
| #undef memcntl
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char memcntl ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_memcntl || defined __stub___memcntl
| choke me
| #endif
|
| int
| main (void)
| {
| return memcntl ();
| ;
| return 0;
| }
configure:18748: result: no
configure:18754: checking for memmove
configure:18754: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
conftest.c:198:6: warning: conflicting types for built-in function 'memmove'; expected 'void *(void *, const void *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
198 | char memmove ();
| ^~~~~~~
conftest.c:190:1: note: 'memmove' is declared in header '<string.h>'
189 | #include <limits.h>
190 | #undef memmove
configure:18754: $? = 0
configure:18754: result: yes
configure:18760: checking for mkstemp
configure:18760: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18760: $? = 0
configure:18760: result: yes
configure:18766: checking for mmap
configure:18766: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18766: $? = 0
configure:18766: result: yes
configure:18772: checking for nice
configure:18772: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18772: $? = 0
configure:18772: result: yes
configure:18778: checking for nl_langinfo
configure:18778: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18778: $? = 0
configure:18778: result: yes
configure:18784: checking for poll
configure:18784: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18784: $? = 0
configure:18784: result: yes
configure:18790: checking for pthread_jit_write_protect_np
configure:18790: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
/usr/bin/ld: /tmp/cclAEQSR.o: in function `main':
/tmp/install/php-8.3.2/conftest.c:215: undefined reference to `pthread_jit_write_protect_np'
collect2: error: ld returned 1 exit status
configure:18790: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_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 0
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 0
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PRCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 0
| #define PHP_HAVE_AVX512_VBMI_SUPPORTS 0
| #define HAVE_ALIGNOF 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_FUNC_ATTRIBUTE_IFUNC 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETCWD 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPROTOBYNAME 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETSERVBYPORT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETWD 1
| #define HAVE_GLOB 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LCHOWN 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NICE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POLL 1
| /* end confdefs.h. */
| /* Define pthread_jit_write_protect_np to an innocuous variant, in case <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. */
|
| #include <limits.h>
| #undef pthread_jit_write_protect_np
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pthread_jit_write_protect_np ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_pthread_jit_write_protect_np || defined __stub___pthread_jit_write_protect_np
| choke me
| #endif
|
| int
| main (void)
| {
| return pthread_jit_write_protect_np ();
| ;
| return 0;
| }
configure:18790: result: no
configure:18796: checking for putenv
configure:18796: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18796: $? = 0
configure:18796: result: yes
configure:18802: checking for scandir
configure:18802: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18802: $? = 0
configure:18802: result: yes
configure:18808: checking for setitimer
configure:18808: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18808: $? = 0
configure:18808: result: yes
configure:18814: checking for setenv
configure:18814: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18814: $? = 0
configure:18814: result: yes
configure:18820: checking for shutdown
configure:18820: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18820: $? = 0
configure:18820: result: yes
configure:18826: checking for sigprocmask
configure:18826: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18826: $? = 0
configure:18826: result: yes
configure:18832: checking for statfs
configure:18832: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18832: $? = 0
configure:18832: result: yes
configure:18838: checking for statvfs
configure:18838: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18838: $? = 0
configure:18838: result: yes
configure:18844: checking for std_syslog
configure:18844: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
/usr/bin/ld: /tmp/ccPPzEf9.o: in function `main':
/tmp/install/php-8.3.2/conftest.c:223: undefined reference to `std_syslog'
collect2: error: ld returned 1 exit status
configure:18844: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_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 0
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 0
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PRCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 0
| #define PHP_HAVE_AVX512_VBMI_SUPPORTS 0
| #define HAVE_ALIGNOF 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_FUNC_ATTRIBUTE_IFUNC 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETCWD 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPROTOBYNAME 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETSERVBYPORT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETWD 1
| #define HAVE_GLOB 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LCHOWN 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NICE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POLL 1
| #define HAVE_PUTENV 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETENV 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| /* end confdefs.h. */
| /* Define std_syslog to an innocuous variant, in case <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. */
|
| #include <limits.h>
| #undef std_syslog
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char std_syslog ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_std_syslog || defined __stub___std_syslog
| choke me
| #endif
|
| int
| main (void)
| {
| return std_syslog ();
| ;
| return 0;
| }
configure:18844: result: no
configure:18850: checking for strcasecmp
configure:18850: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
conftest.c:212:6: warning: conflicting types for built-in function 'strcasecmp'; expected 'int(const char *, const char *)' [-Wbuiltin-declaration-mismatch]
212 | char strcasecmp ();
| ^~~~~~~~~~
configure:18850: $? = 0
configure:18850: result: yes
configure:18856: checking for strnlen
configure:18856: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
conftest.c:213:6: warning: conflicting types for built-in function 'strnlen'; expected 'long unsigned int(const char *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
213 | char strnlen ();
| ^~~~~~~
configure:18856: $? = 0
configure:18856: result: yes
configure:18862: checking for strptime
configure:18862: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18862: $? = 0
configure:18862: result: yes
configure:18868: checking for strtok_r
configure:18868: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18868: $? = 0
configure:18868: result: yes
configure:18874: checking for symlink
configure:18874: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18874: $? = 0
configure:18874: result: yes
configure:18880: checking for tzset
configure:18880: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18880: $? = 0
configure:18880: result: yes
configure:18886: checking for unsetenv
configure:18886: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18886: $? = 0
configure:18886: result: yes
configure:18892: checking for usleep
configure:18892: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18892: $? = 0
configure:18892: result: yes
configure:18898: checking for utime
configure:18898: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18898: $? = 0
configure:18898: result: yes
configure:18904: checking for vasprintf
configure:18904: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18904: $? = 0
configure:18904: result: yes
configure:18910: checking for asprintf
configure:18910: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18910: $? = 0
configure:18910: result: yes
configure:18916: checking for nanosleep
configure:18916: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18916: $? = 0
configure:18916: result: yes
configure:18922: checking for memmem
configure:18922: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18922: $? = 0
configure:18922: result: yes
configure:18928: checking for memrchr
configure:18928: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm >&5
configure:18928: $? = 0
configure:18928: result: yes
configure:18936: checking whether strerror_r is declared
configure:18936: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:18936: $? = 0
configure:18936: result: yes
configure:18955: checking whether strerror_r returns char *
configure:18980: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:18980: $? = 0
configure:18989: result: yes
configure:19006: checking how many arguments gethostbyname_r() takes
configure:19042: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
conftest.c: In function 'main':
conftest.c:219:19: error: too few arguments to function 'gethostbyname_r'
219 | (void)gethostbyname_r(name) /* ; */
| ^~~~~~~~~~~~~~~
In file included from conftest.c:213:
/usr/include/netdb.h:177:12: note: declared here
177 | extern int gethostbyname_r (const char *__restrict __name,
| ^~~~~~~~~~~~~~~
configure:19042: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_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 0
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 0
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PRCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 0
| #define PHP_HAVE_AVX512_VBMI_SUPPORTS 0
| #define HAVE_ALIGNOF 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_FUNC_ATTRIBUTE_IFUNC 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETCWD 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPROTOBYNAME 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETSERVBYPORT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETWD 1
| #define HAVE_GLOB 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LCHOWN 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NICE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POLL 1
| #define HAVE_PUTENV 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETENV 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TZSET 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_MEMMEM 1
| #define HAVE_MEMRCHR 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| /* end confdefs.h. */
| #include <netdb.h>
| int
| main (void)
| {
|
| char *name = "www.gnu.org";
| (void)gethostbyname_r(name) /* ; */
|
| ;
| return 0;
| }
configure:19073: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:19073: $? = 0
configure:19176: result: six
configure:19212: checking for nanosleep in -lrt
configure:19235: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lrt -lm >&5
configure:19235: $? = 0
configure:19245: result: yes
configure:19311: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lm -lrt >&5
configure:19311: $? = 0
configure:19311: ./conftest
configure:19311: $? = 0
configure:19355: checking for setsockopt in -lnetwork
configure:19378: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lnetwork -lrt -lm >&5
/usr/bin/ld: cannot find -lnetwork: No such file or directory
collect2: error: ld returned 1 exit status
configure:19378: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_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 0
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 0
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PRCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 0
| #define PHP_HAVE_AVX512_VBMI_SUPPORTS 0
| #define HAVE_ALIGNOF 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_FUNC_ATTRIBUTE_IFUNC 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETCWD 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPROTOBYNAME 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETSERVBYPORT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETWD 1
| #define HAVE_GLOB 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LCHOWN 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NICE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POLL 1
| #define HAVE_PUTENV 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETENV 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TZSET 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_MEMMEM 1
| #define HAVE_MEMRCHR 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_FUNC_GETHOSTBYNAME_R_6 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| char setsockopt ();
| int
| main (void)
| {
| return setsockopt ();
| ;
| return 0;
| }
configure:19388: result: no
configure:19395: checking for __setsockopt in -lnetwork
configure:19418: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lnetwork -lrt -lm >&5
/usr/bin/ld: cannot find -lnetwork: No such file or directory
collect2: error: ld returned 1 exit status
configure:19418: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_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 0
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 0
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PRCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 0
| #define PHP_HAVE_AVX512_VBMI_SUPPORTS 0
| #define HAVE_ALIGNOF 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_FUNC_ATTRIBUTE_IFUNC 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETCWD 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPROTOBYNAME 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETSERVBYPORT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETWD 1
| #define HAVE_GLOB 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LCHOWN 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NICE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POLL 1
| #define HAVE_PUTENV 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETENV 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TZSET 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_MEMMEM 1
| #define HAVE_MEMRCHR 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_GETHOSTBYNAME_R 1
| #define HAVE_FUNC_GETHOSTBYNAME_R_6 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| char __setsockopt ();
| int
| main (void)
| {
| return __setsockopt ();
| ;
| return 0;
| }
configure:19428: result: no
configure:19493: checking for getaddrinfo
configure:19510: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lrt -lm >&5
configure:19510: $? = 0
configure:19568: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lrt -lm >&5
configure:19568: $? = 0
configure:19568: ./conftest
configure:19568: $? = 0
configure:19584: result: yes
configure:19592: checking for copy_file_range
configure:19625: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lrt -lm >&5
configure:19625: $? = 0
configure:19625: ./conftest
configure:19625: $? = 0
configure:19637: result: yes
configure:19646: checking for strlcat
configure:19646: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lrt -lm >&5
/usr/bin/ld: /tmp/ccevudIl.o: in function `main':
/tmp/install/php-8.3.2/conftest.c:246: undefined reference to `strlcat'
collect2: error: ld returned 1 exit status
configure:19646: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_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 0
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 0
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PRCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 0
| #define PHP_HAVE_AVX512_VBMI_SUPPORTS 0
| #define HAVE_ALIGNOF 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_FUNC_ATTRIBUTE_IFUNC 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETCWD 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPROTOBYNAME 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETSERVBYPORT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETWD 1
| #define HAVE_GLOB 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LCHOWN 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NICE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POLL 1
| #define HAVE_PUTENV 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETENV 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TZSET 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_MEMMEM 1
| #define HAVE_MEMRCHR 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 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_COPY_FILE_RANGE 1
| /* end confdefs.h. */
| /* Define strlcat to an innocuous variant, in case <limits.h> declares strlcat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strlcat innocuous_strlcat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strlcat (); below. */
|
| #include <limits.h>
| #undef strlcat
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strlcat ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_strlcat || defined __stub___strlcat
| choke me
| #endif
|
| int
| main (void)
| {
| return strlcat ();
| ;
| return 0;
| }
configure:19646: result: no
configure:19659: checking for strlcpy
configure:19659: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lrt -lm >&5
/usr/bin/ld: /tmp/ccjQd4TZ.o: in function `main':
/tmp/install/php-8.3.2/conftest.c:246: undefined reference to `strlcpy'
collect2: error: ld returned 1 exit status
configure:19659: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_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 0
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 0
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PRCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 0
| #define PHP_HAVE_AVX512_VBMI_SUPPORTS 0
| #define HAVE_ALIGNOF 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_FUNC_ATTRIBUTE_IFUNC 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETCWD 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPROTOBYNAME 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETSERVBYPORT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETWD 1
| #define HAVE_GLOB 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LCHOWN 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NICE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POLL 1
| #define HAVE_PUTENV 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETENV 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TZSET 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_MEMMEM 1
| #define HAVE_MEMRCHR 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 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_COPY_FILE_RANGE 1
| /* end confdefs.h. */
| /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strlcpy innocuous_strlcpy
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strlcpy (); below. */
|
| #include <limits.h>
| #undef strlcpy
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strlcpy ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_strlcpy || defined __stub___strlcpy
| choke me
| #endif
|
| int
| main (void)
| {
| return strlcpy ();
| ;
| return 0;
| }
configure:19659: result: no
configure:19672: checking for explicit_bzero
configure:19672: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lrt -lm >&5
configure:19672: $? = 0
configure:19672: result: yes
configure:19685: checking for getopt
configure:19685: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lrt -lm >&5
configure:19685: $? = 0
configure:19685: result: yes
configure:19701: checking for working alloca.h
configure:19719: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lrt -lm >&5
configure:19719: $? = 0
configure:19728: result: yes
configure:19736: checking for alloca
configure:19781: result: yes
configure:19849: checking for type of reentrant time-related functions
configure:19880: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lrt -lm >&5
conftest.c: In function 'main':
conftest.c:232:3: warning: assignment to 'int' from 'struct tm *' makes integer from pointer without a cast [-Wint-conversion]
232 | s = gmtime_r(&old, &t);
| ^
conftest.c:233:11: error: too many arguments to function 'asctime_r'
233 | r = (int) asctime_r(&t, buf, 26);
| ^~~~~~~~~
In file included from conftest.c:224:
/usr/include/time.h:197:14: note: declared here
197 | extern char *asctime_r (const struct tm *__restrict __tp,
| ^~~~~~~~~
conftest.c:233:5: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
233 | r = (int) asctime_r(&t, buf, 26);
| ^
configure:19880: $? = 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.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_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 0
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 0
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PRCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 0
| #define PHP_HAVE_AVX512_VBMI_SUPPORTS 0
| #define HAVE_ALIGNOF 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_FUNC_ATTRIBUTE_IFUNC 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETCWD 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPROTOBYNAME 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETSERVBYPORT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETWD 1
| #define HAVE_GLOB 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LCHOWN 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NICE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POLL 1
| #define HAVE_PUTENV 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETENV 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TZSET 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_MEMMEM 1
| #define HAVE_MEMRCHR 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 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_COPY_FILE_RANGE 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA_H 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:19909: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lrt -lm >&5
conftest.c: In function 'main':
conftest.c:231:7: error: too many arguments to function 'asctime_r'
231 | p = asctime_r(&t, buf, 26);
| ^~~~~~~~~
In file included from conftest.c:224:
/usr/include/time.h:197:14: note: declared here
197 | extern char *asctime_r (const struct tm *__restrict __tp,
| ^~~~~~~~~
configure:19909: $? = 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.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_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 0
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 0
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PRCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 0
| #define PHP_HAVE_AVX512_VBMI_SUPPORTS 0
| #define HAVE_ALIGNOF 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_FUNC_ATTRIBUTE_IFUNC 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETCWD 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPROTOBYNAME 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETSERVBYPORT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETWD 1
| #define HAVE_GLOB 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LCHOWN 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NICE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POLL 1
| #define HAVE_PUTENV 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETENV 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TZSET 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_MEMMEM 1
| #define HAVE_MEMRCHR 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 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_COPY_FILE_RANGE 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA_H 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:19931: result: POSIX
configure:19943: checking for in_addr_t
configure:19968: result: yes
configure:19977: checking for aarch64 CRC32 API
configure:19994: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lrt -lm >&5
In file included from conftest.c:223:
conftest.c: In function 'main':
/usr/lib/gcc/aarch64-linux-gnu/11/include/arm_acle.h:199:1: error: inlining failed in call to 'always_inline' '__crc32d': target specific option mismatch
199 | __crc32d (uint32_t __a, uint64_t __b)
| ^~~~~~~~
conftest.c:227:1: note: called from here
227 | __crc32d(0, 0);
| ^~~~~~~~~~~~~~
configure:19994: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_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 0
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 0
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PRCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 0
| #define PHP_HAVE_AVX512_VBMI_SUPPORTS 0
| #define HAVE_ALIGNOF 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_FUNC_ATTRIBUTE_IFUNC 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETCWD 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPROTOBYNAME 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETSERVBYPORT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETWD 1
| #define HAVE_GLOB 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LCHOWN 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NICE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POLL 1
| #define HAVE_PUTENV 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETENV 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TZSET 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_MEMMEM 1
| #define HAVE_MEMRCHR 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 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_COPY_FILE_RANGE 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h. */
| #include <arm_acle.h>
| int
| main (void)
| {
| __crc32d(0, 0);
| ;
| return 0;
| }
configure:20003: result: no
configure:20011: checking for asm goto
configure:20057: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lrt -lm >&5
configure:20057: $? = 0
configure:20057: ./conftest
configure:20057: $? = 0
configure:20068: result: yes
configure:20080: checking whether to enable valgrind support
configure:20096: result: no
configure:20231: checking for openpty
configure:20231: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lrt -lm >&5
configure:20231: $? = 0
configure:20231: result: yes
configure:20541: result:
configure:20543: result: General settings
configure:20559: checking whether to include gcov symbols
configure:20574: result: no
configure:20617: checking whether to include debugging symbols
configure:20632: result: no
configure:20666: checking whether to enable debug assertions in release mode
configure:20681: result: no
configure:20713: checking whether to dlopen extensions with RTLD_NOW instead of RTLD_LAZY
configure:20728: result: no
configure:20743: checking layout of installed files
configure:20759: result: GNU
configure:20777: checking path to configuration file
configure:20793: result: /installs/php/8.3.2/etc
configure:20810: checking where to scan for configuration files
configure:20838: result: /installs/php/8.3.2/etc/php.d
configure:20846: checking whether to enable PHP's own SIGCHLD handler
configure:20861: result: no
configure:20880: checking whether to explicitly link against libgcc
configure:20895: result: no
configure:20958: checking whether to enable short tags by default
configure:20973: result: yes
configure:20992: checking whether to enable dmalloc
configure:21007: result: no
configure:21078: checking whether to enable IPv6 support
configure:21093: result: yes
configure:21108: checking whether to enable DTrace support
configure:21123: result: no
configure:21252: checking how big to make fd sets
configure:21285: result: using system default
configure:21385: result:
configure:21387: result: Configuring extensions
configure:21401: checking for io.h
configure:21401: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
conftest.c:256:10: fatal error: io.h: No such file or directory
256 | #include <io.h>
| ^~~~~~
compilation terminated.
configure:21401: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_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 0
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 0
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PRCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 0
| #define PHP_HAVE_AVX512_VBMI_SUPPORTS 0
| #define HAVE_ALIGNOF 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_FUNC_ATTRIBUTE_IFUNC 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETCWD 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPROTOBYNAME 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETSERVBYPORT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETWD 1
| #define HAVE_GLOB 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LCHOWN 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NICE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POLL 1
| #define HAVE_PUTENV 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETENV 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TZSET 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_MEMMEM 1
| #define HAVE_MEMRCHR 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 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_COPY_FILE_RANGE 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ASM_GOTO 1
| #define HAVE_OPENPTY 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <io.h>
configure:21401: result: no
configure:21409: checking for strtoll
configure:21409: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lrt -lm >&5
configure:21409: $? = 0
configure:21409: result: yes
configure:21415: checking for atoll
configure:21415: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lrt -lm >&5
configure:21415: $? = 0
configure:21415: result: yes
configure:21800: checking whether to build with LIBXML support
configure:21837: result: yes
configure:21850: checking for libxml-2.0 >= 2.9.0
configure:21857: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.9.0"
configure:21860: $? = 0
configure:21874: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.9.0"
configure:21877: $? = 0
configure:21935: result: yes
configure:22371: checking for OpenSSL support
configure:22408: result: yes
configure:22417: checking for Kerberos support
configure:22433: result: no
configure:22442: checking whether to use system default cipher list instead of hardcoded value
configure:22458: result: no
configure:22963: checking for openssl >= 1.0.2
configure:22970: $PKG_CONFIG --exists --print-errors "openssl >= 1.0.2"
configure:22973: $? = 0
configure:22987: $PKG_CONFIG --exists --print-errors "openssl >= 1.0.2"
configure:22990: $? = 0
configure:23048: result: yes
configure:23204: checking for RAND_egd
configure:23204: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lrt -lm -lxml2 -lssl -lcrypto >&5
/usr/bin/ld: /tmp/ccd8zNRT.o: in function `main':
/tmp/install/php-8.3.2/conftest.c:261: undefined reference to `RAND_egd'
collect2: error: ld returned 1 exit status
configure:23204: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_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 0
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 0
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PRCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 0
| #define PHP_HAVE_AVX512_VBMI_SUPPORTS 0
| #define HAVE_ALIGNOF 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_FUNC_ATTRIBUTE_IFUNC 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETCWD 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPROTOBYNAME 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETSERVBYPORT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETWD 1
| #define HAVE_GLOB 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LCHOWN 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NICE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POLL 1
| #define HAVE_PUTENV 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETENV 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TZSET 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_MEMMEM 1
| #define HAVE_MEMRCHR 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 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_COPY_FILE_RANGE 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ASM_GOTO 1
| #define HAVE_OPENPTY 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_OPENSSL_EXT 1
| /* 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. */
|
| #include <limits.h>
| #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 (void)
| {
| return RAND_egd ();
| ;
| return 0;
| }
configure:23204: result: no
configure:23822: checking for PCRE library to use
configure:23824: result: bundled
configure:23841: checking whether to enable PCRE JIT functionality
configure:23847: result: yes
configure:23850: checking whether Intel CET is enabled
configure:23866: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
conftest.c:240:13: error: #error CET is not enabled
240 | # error CET is not enabled
| ^~~~~
configure:23866: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_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 0
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 0
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PRCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 0
| #define PHP_HAVE_AVX512_VBMI_SUPPORTS 0
| #define HAVE_ALIGNOF 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_FUNC_ATTRIBUTE_IFUNC 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETCWD 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPROTOBYNAME 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETSERVBYPORT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETWD 1
| #define HAVE_GLOB 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LCHOWN 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NICE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POLL 1
| #define HAVE_PUTENV 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETENV 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TZSET 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_MEMMEM 1
| #define HAVE_MEMRCHR 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 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_COPY_FILE_RANGE 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ASM_GOTO 1
| #define HAVE_OPENPTY 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_OPENSSL_EXT 1
| #define HAVE_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:23882: result: no
configure:24186: checking whether to enable the SQLite3 extension
configure:24223: result: yes
configure:24232: checking for sqlite3 >= 3.7.7
configure:24239: $PKG_CONFIG --exists --print-errors "sqlite3 >= 3.7.7"
configure:24242: $? = 0
configure:24256: $PKG_CONFIG --exists --print-errors "sqlite3 >= 3.7.7"
configure:24259: $? = 0
configure:24317: result: yes
configure:24570: checking for sqlite3_errstr in -lsqlite3
configure:24593: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lsqlite3 -lrt -lm -lxml2 -lssl -lcrypto -lsqlite3 >&5
configure:24593: $? = 0
configure:24603: result: yes
configure:24731: checking for sqlite3_expanded_sql in -lsqlite3
configure:24754: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lsqlite3 -lrt -lm -lxml2 -lssl -lcrypto -lsqlite3 >&5
configure:24754: $? = 0
configure:24764: result: yes
configure:24893: checking for sqlite3_load_extension in -lsqlite3
configure:24916: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lsqlite3 -lrt -lm -lxml2 -lssl -lcrypto -lsqlite3 >&5
configure:24916: $? = 0
configure:24926: result: yes
configure:25213: checking for ZLIB support
configure:25250: result: yes
configure:25259: checking for zlib >= 1.2.0.4
configure:25266: $PKG_CONFIG --exists --print-errors "zlib >= 1.2.0.4"
configure:25269: $? = 0
configure:25283: $PKG_CONFIG --exists --print-errors "zlib >= 1.2.0.4"
configure:25286: $? = 0
configure:25344: result: yes
configure:25759: checking whether to enable bc style precision math functions
configure:25795: result: yes
configure:26089: checking for BZip2 support
configure:26126: result: yes
configure:26261: checking for BZ2_bzerror in -lbz2
configure:26284: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lbz2 -lrt -lm -lxml2 -lssl -lcrypto -lsqlite3 -lz >&5
configure:26284: $? = 0
configure:26294: result: yes
configure:26713: checking whether to enable calendar conversion support
configure:26749: result: yes
configure:27022: checking whether to enable ctype functions
configure:27058: result: yes
configure:27331: checking for cURL support
configure:27368: result: yes
configure:27377: checking for libcurl >= 7.29.0
configure:27384: $PKG_CONFIG --exists --print-errors "libcurl >= 7.29.0"
configure:27387: $? = 0
configure:27401: $PKG_CONFIG --exists --print-errors "libcurl >= 7.29.0"
configure:27404: $? = 0
configure:27462: result: yes
configure:27471: $PKG_CONFIG --exists --print-errors "libcurl"
configure:27474: $? = 0
configure:27631: checking for SSL support in libcurl
configure:27636: result: yes
configure:27650: checking for libcurl linked against old openssl
configure:27689: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE -lcurl conftest.c -lbz2 -lrt -lm -lxml2 -lssl -lcrypto -lsqlite3 -lz -lcurl >&5
configure:27689: $? = 0
configure:27689: ./conftest
configure:27689: $? = 0
configure:27692: result: yes
configure:27699: checking for openssl
configure:27706: $PKG_CONFIG --exists --print-errors "openssl"
configure:27709: $? = 0
configure:27784: result: yes
configure:27926: checking for openssl/crypto.h
configure:27926: cc -c -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c >&5
configure:27926: $? = 0
configure:27926: result: yes
configure:28060: checking for curl_easy_perform in -lcurl
configure:28083: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE -lcurl conftest.c -lcurl -lbz2 -lrt -lm -lxml2 -lssl -lcrypto -lsqlite3 -lz -lcurl -lssl -lcrypto >&5
configure:28083: $? = 0
configure:28093: result: yes
configure:29000: checking for QDBM support
configure:29011: result: no
configure:29343: checking for GDBM support
configure:29354: result: no
configure:29672: checking for NDBM support
configure:29683: result: no
configure:30028: checking for TCADB support
configure:30039: result: no
configure:30384: checking for LMDB support
configure:30395: result: no
configure:30717: checking for Berkeley DB4 support
configure:30728: result: no
configure:31039: checking for Berkeley DB3 support
configure:31050: result: no
configure:31361: checking for Berkeley DB2 support
configure:31372: result: no
configure:31600: checking for DB1 support
configure:31611: result: no
configure:31969: checking for DBM support
configure:31980: result: no
configure:32379: checking for CDB support
configure:32387: result: builtin
configure:32410: checking for INI File support
configure:32418: result: builtin
configure:32441: checking for FlatFile support
configure:32449: result: builtin
configure:32458: checking whether to enable DBA interface
configure:32465: result: yes
configure:32755: checking whether to enable dl-test extension
configure:32791: result: no
configure:33061: checking whether to enable DOM support
configure:33097: result: yes
configure:33112: checking for libxml-2.0 >= 2.9.0
configure:33197: result: yes
configure:33691: checking whether to build with Enchant support
configure:33728: result: no
configure:34785: checking whether to enable EXIF (metadata from images) support
configure:34821: result: yes
configure:35094: checking for FFI support
configure:35131: result: no
configure:35909: checking for fileinfo support
configure:35945: result: yes
configure:35961: checking for strcasestr
configure:35997: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lbz2 -lrt -lm -lxml2 -lssl -lcrypto -lsqlite3 -lz -lcurl -lssl -lcrypto -lxml2 >&5
configure:35997: $? = 0
configure:35997: ./conftest
configure:35997: $? = 0
configure:36000: result: yes
configure:36278: checking for utimes
configure:36278: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lbz2 -lrt -lm -lxml2 -lssl -lcrypto -lsqlite3 -lz -lcurl -lssl -lcrypto -lxml2 >&5
configure:36278: $? = 0
configure:36278: result: yes
configure:36284: checking for strndup
configure:36284: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lbz2 -lrt -lm -lxml2 -lssl -lcrypto -lsqlite3 -lz -lcurl -lssl -lcrypto -lxml2 >&5
conftest.c:274:6: warning: conflicting types for built-in function 'strndup'; expected 'char *(const char *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
274 | char strndup ();
| ^~~~~~~
configure:36284: $? = 0
configure:36284: result: yes
configure:36306: checking whether to enable input filter support
configure:36342: result: yes
configure:36653: checking whether to enable FTP support
configure:36689: result: yes
configure:36698: checking whether to explicitly enable FTP SSL support
configure:36714: result: no
configure:36988: checking for openssl >= 1.0.2
configure:36995: $PKG_CONFIG --exists --print-errors "openssl >= 1.0.2"
configure:36998: $? = 0
configure:37073: result: yes
configure:37237: checking for GD support
configure:37273: result: yes
configure:37282: checking for external libgd
configure:37298: result: no
configure:37308: checking for libavif
configure:37324: result: no
configure:37335: checking for libwebp
configure:37351: result: no
configure:37362: checking for libjpeg
configure:37378: result: yes
configure:37388: checking for libXpm
configure:37404: result: no
configure:37413: checking for FreeType 2
configure:37429: result: yes
configure:37438: checking whether to enable JIS-mapped Japanese font support in GD
configure:37453: result: no
configure:37492: checking for fabsf
configure:37492: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lbz2 -lrt -lm -lxml2 -lssl -lcrypto -lsqlite3 -lz -lcurl -lssl -lcrypto -lxml2 -lssl -lcrypto >&5
conftest.c:277:6: warning: conflicting types for built-in function 'fabsf'; expected 'float(float)' [-Wbuiltin-declaration-mismatch]
277 | char fabsf ();
| ^~~~~
conftest.c:269:1: note: 'fabsf' is declared in header '<math.h>'
268 | #include <limits.h>
269 | #undef fabsf
configure:37492: $? = 0
configure:37492: result: yes
configure:37498: checking for floorf
configure:37498: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lbz2 -lrt -lm -lxml2 -lssl -lcrypto -lsqlite3 -lz -lcurl -lssl -lcrypto -lxml2 -lssl -lcrypto >&5
conftest.c:278:6: warning: conflicting types for built-in function 'floorf'; expected 'float(float)' [-Wbuiltin-declaration-mismatch]
278 | char floorf ();
| ^~~~~~
conftest.c:270:1: note: 'floorf' is declared in header '<math.h>'
269 | #include <limits.h>
270 | #undef floorf
configure:37498: $? = 0
configure:37498: result: yes
configure:37522: checking for zlib
configure:37529: $PKG_CONFIG --exists --print-errors "zlib"
configure:37532: $? = 0
configure:37607: result: yes
configure:37754: checking for libpng
configure:37761: $PKG_CONFIG --exists --print-errors "libpng"
configure:37764: $? = 0
configure:37778: $PKG_CONFIG --exists --print-errors "libpng"
configure:37781: $? = 0
configure:37839: result: yes
configure:38470: checking for libjpeg
configure:38477: $PKG_CONFIG --exists --print-errors "libjpeg"
configure:38480: $? = 0
configure:38494: $PKG_CONFIG --exists --print-errors "libjpeg"
configure:38497: $? = 0
configure:38555: result: yes
configure:38950: checking for freetype2
configure:38957: $PKG_CONFIG --exists --print-errors "freetype2"
configure:38960: $? = 0
configure:38974: $PKG_CONFIG --exists --print-errors "freetype2"
configure:38977: $? = 0
configure:39035: result: yes
configure:39475: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lbz2 -lrt -lm -lxml2 -lssl -lcrypto -lsqlite3 -lz -lcurl -lssl -lcrypto -lxml2 -lssl -lcrypto -lz -lpng16 -lz -ljpeg -lfreetype >&5
configure:39475: $? = 0
configure:41765: checking for GNU gettext support
configure:41802: result: yes
configure:41822: checking for bindtextdomain in -lintl
configure:41845: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE -L/usr/lib conftest.c -lintl -lbz2 -lrt -lm -lxml2 -lssl -lcrypto -lsqlite3 -lz -lcurl -lssl -lcrypto -lxml2 -lssl -lcrypto -lz -lpng16 -lz -ljpeg -lfreetype >&5
/usr/bin/ld: cannot find -lintl: No such file or directory
collect2: error: ld returned 1 exit status
configure:41845: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "8.3.2"
| #define PACKAGE_STRING "PHP 8.3.2"
| #define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
| #define PACKAGE_URL "https://www.php.net"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_GCC_GLOBAL_REGS 1
| #define HAVE_CLEARENV 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_PTRACE 1
| #define PROC_MEM_FILE "mem"
| #define HAVE_BUILTIN_ATOMIC 1
| #define HAVE_LQ_TCP_INFO 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_EPOLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "www-data"
| #define PHP_FPM_GROUP "www-data"
| #define GWINSZ_IN_SYS_IOCTL 1
| #define HAVE_PHPDBG 1
| #define PHPDBG_DEBUG 0
| #define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ARPA_NAMESER_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LINUX_FILTER_H 1
| #define HAVE_LINUX_SOCK_DIAG_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_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 0
| #define PHP_HAVE_BUILTIN_CPU_SUPPORTS 0
| #define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
| #define HAVE_PRCTL 1
| #define PHP_HAVE_AVX512_SUPPORTS 0
| #define PHP_HAVE_AVX512_VBMI_SUPPORTS 0
| #define HAVE_ALIGNOF 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_FUNC_ATTRIBUTE_IFUNC 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_FDATASYNC 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GETCWD 1
| #define HAVE_GETLOADAVG 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPROTOBYNAME 1
| #define HAVE_GETPROTOBYNUMBER 1
| #define HAVE_GETSERVBYNAME 1
| #define HAVE_GETSERVBYPORT 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_GETPWNAM_R 1
| #define HAVE_GETGRNAM_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETWD 1
| #define HAVE_GLOB 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LCHOWN 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NICE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POLL 1
| #define HAVE_PUTENV 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETENV 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIGPROCMASK 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TZSET 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_MEMMEM 1
| #define HAVE_MEMRCHR 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 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_COPY_FILE_RANGE 1
| #define HAVE_EXPLICIT_BZERO 1
| #define HAVE_GETOPT 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ASM_GOTO 1
| #define HAVE_OPENPTY 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_OPENSSL_EXT 1
| #define HAVE_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_BCMATH 1
| #define HAVE_BZ2 1
| #define HAVE_CALENDAR 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_OLD_OPENSSL 1
| #define HAVE_OPENSSL_CRYPTO_H 1
| #define HAVE_CURL 1
| #define DBA_CDB_BUILTIN 1
| #define DBA_CDB_MAKE 1
| #define DBA_CDB 1
| #define DBA_INIFILE 1
| #define DBA_FLATFILE 1
| #define HAVE_DBA 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_EXIF 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_FTP 1
| #define HAVE_FTP_SSL 1
| #define HAVE_FABSF 1
| #define HAVE_FLOORF 1
| #define HAVE_GD_BUNDLED 1
| #define HAVE_GD_PNG 1
| #define HAVE_GD_BMP 1
| #define HAVE_GD_TGA 1
| #define HAVE_LIBPNG 1
| #define HAVE_LIBJPEG 1
| #define HAVE_GD_JPG 1
| #define HAVE_LIBFREETYPE 1
| #define HAVE_GD_FREETYPE 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| char bindtextdomain ();
| int
| main (void)
| {
| return bindtextdomain ();
| ;
| return 0;
| }
configure:41855: result: no
configure:41865: checking for bindtextdomain in -lc
configure:41888: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE -L/usr/lib conftest.c -lc -lbz2 -lrt -lm -lxml2 -lssl -lcrypto -lsqlite3 -lz -lcurl -lssl -lcrypto -lxml2 -lssl -lcrypto -lz -lpng16 -lz -ljpeg -lfreetype >&5
configure:41888: $? = 0
configure:41898: result: yes
configure:42212: checking for ngettext in -lc
configure:42235: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE -L/usr/lib conftest.c -lc -lbz2 -lrt -lm -lxml2 -lssl -lcrypto -lsqlite3 -lz -lcurl -lssl -lcrypto -lxml2 -lssl -lcrypto -lz -lpng16 -lz -ljpeg -lfreetype >&5
configure:42235: $? = 0
configure:42246: result: yes
configure:42256: checking for dngettext in -lc
configure:42279: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE -L/usr/lib conftest.c -lc -lbz2 -lrt -lm -lxml2 -lssl -lcrypto -lsqlite3 -lz -lcurl -lssl -lcrypto -lxml2 -lssl -lcrypto -lz -lpng16 -lz -ljpeg -lfreetype >&5
configure:42279: $? = 0
configure:42290: result: yes
configure:42300: checking for dcngettext in -lc
configure:42323: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE -L/usr/lib conftest.c -lc -lbz2 -lrt -lm -lxml2 -lssl -lcrypto -lsqlite3 -lz -lcurl -lssl -lcrypto -lxml2 -lssl -lcrypto -lz -lpng16 -lz -ljpeg -lfreetype >&5
configure:42323: $? = 0
configure:42334: result: yes
configure:42344: checking for bind_textdomain_codeset in -lc
configure:42367: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE -L/usr/lib conftest.c -lc -lbz2 -lrt -lm -lxml2 -lssl -lcrypto -lsqlite3 -lz -lcurl -lssl -lcrypto -lxml2 -lssl -lcrypto -lz -lpng16 -lz -ljpeg -lfreetype >&5
configure:42367: $? = 0
configure:42378: result: yes
configure:42496: checking for GNU MP support
configure:42533: result: yes
configure:42646: checking for __gmpz_rootrem in -lgmp
configure:42669: cc -o conftest -g -O2 -fvisibility=hidden -D_GNU_SOURCE conftest.c -lgmp -lbz2 -lrt -lm -lxml2 -lssl -lcrypto -lsqlite3 -lz -lcurl -lssl -lcrypto -lxml2 -lssl -lcrypto -lz -lpng16 -lz -ljpeg -lfreetype >&5
configure:42669: $? = 0
configure:42679: result: yes
configure:43307: checking for mhash support
configure:43344: result: yes
configure:43368: checking size of long
configure:43389: result: 8
configure:43397: checking if we're at 64-bit platform
configure:43409: result: yes
configure:43724: checking for iconv support
configure:43761: result: yes
configure:44862: error: Please reinstall the iconv library.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv__asm_goto=yes
ac_cv_alignof_exists=yes
ac_cv_build=aarch64-unknown-linux-gnu
ac_cv_c_bigendian_php=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_undeclared_builtin_options='none needed'
ac_cv_copy_file_range=yes
ac_cv_cpuid_count_available=no
ac_cv_ebcdic=no
ac_cv_env_ARGON2_CFLAGS_set=
ac_cv_env_ARGON2_CFLAGS_value=
ac_cv_env_ARGON2_LIBS_set=
ac_cv_env_ARGON2_LIBS_value=
ac_cv_env_AVIF_CFLAGS_set=
ac_cv_env_AVIF_CFLAGS_value=
ac_cv_env_AVIF_LIBS_set=
ac_cv_env_AVIF_LIBS_value=
ac_cv_env_CAPSTONE_CFLAGS_set=
ac_cv_env_CAPSTONE_CFLAGS_value=
ac_cv_env_CAPSTONE_LIBS_set=
ac_cv_env_CAPSTONE_LIBS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CURL_CFLAGS_set=
ac_cv_env_CURL_CFLAGS_value=
ac_cv_env_CURL_FEATURES_set=
ac_cv_env_CURL_FEATURES_value=
ac_cv_env_CURL_LIBS_set=
ac_cv_env_CURL_LIBS_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_EDIT_CFLAGS_set=
ac_cv_env_EDIT_CFLAGS_value=
ac_cv_env_EDIT_LIBS_set=
ac_cv_env_EDIT_LIBS_value=
ac_cv_env_ENCHANT2_CFLAGS_set=
ac_cv_env_ENCHANT2_CFLAGS_value=
ac_cv_env_ENCHANT2_LIBS_set=
ac_cv_env_ENCHANT2_LIBS_value=
ac_cv_env_ENCHANT_CFLAGS_set=
ac_cv_env_ENCHANT_CFLAGS_value=
ac_cv_env_ENCHANT_LIBS_set=
ac_cv_env_ENCHANT_LIBS_value=
ac_cv_env_EXPAT_CFLAGS_set=
ac_cv_env_EXPAT_CFLAGS_value=
ac_cv_env_EXPAT_LIBS_set=
ac_cv_env_EXPAT_LIBS_value=
ac_cv_env_EXSLT_CFLAGS_set=
ac_cv_env_EXSLT_CFLAGS_value=
ac_cv_env_EXSLT_LIBS_set=
ac_cv_env_EXSLT_LIBS_value=
ac_cv_env_FFI_CFLAGS_set=
ac_cv_env_FFI_CFLAGS_value=
ac_cv_env_FFI_LIBS_set=
ac_cv_env_FFI_LIBS_value=
ac_cv_env_FREETYPE2_CFLAGS_set=
ac_cv_env_FREETYPE2_CFLAGS_value=
ac_cv_env_FREETYPE2_LIBS_set=
ac_cv_env_FREETYPE2_LIBS_value=
ac_cv_env_GDLIB_CFLAGS_set=
ac_cv_env_GDLIB_CFLAGS_value=
ac_cv_env_GDLIB_LIBS_set=
ac_cv_env_GDLIB_LIBS_value=
ac_cv_env_ICU_CFLAGS_set=
ac_cv_env_ICU_CFLAGS_value=
ac_cv_env_ICU_LIBS_set=
ac_cv_env_ICU_LIBS_value=
ac_cv_env_JPEG_CFLAGS_set=
ac_cv_env_JPEG_CFLAGS_value=
ac_cv_env_JPEG_LIBS_set=
ac_cv_env_JPEG_LIBS_value=
ac_cv_env_KERBEROS_CFLAGS_set=
ac_cv_env_KERBEROS_CFLAGS_value=
ac_cv_env_KERBEROS_LIBS_set=
ac_cv_env_KERBEROS_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBSODIUM_CFLAGS_set=
ac_cv_env_LIBSODIUM_CFLAGS_value=
ac_cv_env_LIBSODIUM_LIBS_set=
ac_cv_env_LIBSODIUM_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBXML_CFLAGS_set=
ac_cv_env_LIBXML_CFLAGS_value=
ac_cv_env_LIBXML_LIBS_set=
ac_cv_env_LIBXML_LIBS_value=
ac_cv_env_LIBZIP_CFLAGS_set=
ac_cv_env_LIBZIP_CFLAGS_value=
ac_cv_env_LIBZIP_LIBS_set=
ac_cv_env_LIBZIP_LIBS_value=
ac_cv_env_ODBC_CFLAGS_set=
ac_cv_env_ODBC_CFLAGS_value=
ac_cv_env_ODBC_LIBS_set=
ac_cv_env_ODBC_LIBS_value=
ac_cv_env_ONIG_CFLAGS_set=
ac_cv_env_ONIG_CFLAGS_value=
ac_cv_env_ONIG_LIBS_set=
ac_cv_env_ONIG_LIBS_value=
ac_cv_env_OPENSSL_CFLAGS_set=
ac_cv_env_OPENSSL_CFLAGS_value=
ac_cv_env_OPENSSL_LIBS_set=
ac_cv_env_OPENSSL_LIBS_value=
ac_cv_env_PCRE2_CFLAGS_set=
ac_cv_env_PCRE2_CFLAGS_value=
ac_cv_env_PCRE2_LIBS_set=
ac_cv_env_PCRE2_LIBS_value=
ac_cv_env_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=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_PNG_CFLAGS_set=
ac_cv_env_PNG_CFLAGS_value=
ac_cv_env_PNG_LIBS_set=
ac_cv_env_PNG_LIBS_value=
ac_cv_env_SASL_CFLAGS_set=
ac_cv_env_SASL_CFLAGS_value=
ac_cv_env_SASL_LIBS_set=
ac_cv_env_SASL_LIBS_value=
ac_cv_env_SQLITE_CFLAGS_set=
ac_cv_env_SQLITE_CFLAGS_value=
ac_cv_env_SQLITE_LIBS_set=
ac_cv_env_SQLITE_LIBS_value=
ac_cv_env_SYSTEMD_CFLAGS_set=
ac_cv_env_SYSTEMD_CFLAGS_value=
ac_cv_env_SYSTEMD_LIBS_set=
ac_cv_env_SYSTEMD_LIBS_value=
ac_cv_env_VALGRIND_CFLAGS_set=
ac_cv_env_VALGRIND_CFLAGS_value=
ac_cv_env_VALGRIND_LIBS_set=
ac_cv_env_VALGRIND_LIBS_value=
ac_cv_env_WEBP_CFLAGS_set=
ac_cv_env_WEBP_CFLAGS_value=
ac_cv_env_WEBP_LIBS_set=
ac_cv_env_WEBP_LIBS_value=
ac_cv_env_XPM_CFLAGS_set=
ac_cv_env_XPM_CFLAGS_value=
ac_cv_env_XPM_LIBS_set=
ac_cv_env_XPM_LIBS_value=
ac_cv_env_XSL_CFLAGS_set=
ac_cv_env_XSL_CFLAGS_value=
ac_cv_env_XSL_LIBS_set=
ac_cv_env_XSL_LIBS_value=
ac_cv_env_ZLIB_CFLAGS_set=
ac_cv_env_ZLIB_CFLAGS_value=
ac_cv_env_ZLIB_LIBS_set=
ac_cv_env_ZLIB_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_RAND_egd=no
ac_cv_func___crc32d=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=yes
ac_cv_func_ctime_r=yes
ac_cv_func_dlopen=yes
ac_cv_func_dlsym=yes
ac_cv_func_explicit_bzero=yes
ac_cv_func_explicit_memset=no
ac_cv_func_fabsf=yes
ac_cv_func_fdatasync=yes
ac_cv_func_flock=yes
ac_cv_func_floorf=yes
ac_cv_func_fopencookie=yes
ac_cv_func_ftok=yes
ac_cv_func_funopen=no
ac_cv_func_gai_strerror=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_getcwd=yes
ac_cv_func_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_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_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_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_nanosleep=yes
ac_cv_func_nice=yes
ac_cv_func_nl_langinfo=yes
ac_cv_func_openpty=yes
ac_cv_func_poll=yes
ac_cv_func_pthread_jit_write_protect_np=no
ac_cv_func_putenv=yes
ac_cv_func_scandir=yes
ac_cv_func_setenv=yes
ac_cv_func_setitimer=yes
ac_cv_func_setproctitle=no
ac_cv_func_setproctitle_fast=no
ac_cv_func_shutdown=yes
ac_cv_func_sigprocmask=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_char_p=yes
ac_cv_func_strlcat=no
ac_cv_func_strlcpy=no
ac_cv_func_strndup=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_tzset=yes
ac_cv_func_unsetenv=yes
ac_cv_func_usleep=yes
ac_cv_func_utime=yes
ac_cv_func_utimes=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_strerror_r=yes
ac_cv_have_pcre2_intel_cet=no
ac_cv_header_alloca_h=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_arpa_nameser_h=yes
ac_cv_header_crypt_h=yes
ac_cv_header_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_dns_h=no
ac_cv_header_fcntl_h=yes
ac_cv_header_grp_h=yes
ac_cv_header_ieeefp_h=no
ac_cv_header_immintrin_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_io_h=no
ac_cv_header_langinfo_h=yes
ac_cv_header_linux_filter_h=yes
ac_cv_header_linux_sock_diag_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_netinet_in_h=yes
ac_cv_header_nmmintrin_h=no
ac_cv_header_openssl_crypto_h=yes
ac_cv_header_os_signpost_h=no
ac_cv_header_poll_h=yes
ac_cv_header_pty_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_resolv_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_ipc_h=yes
ac_cv_header_sys_loadavg_h=no
ac_cv_header_sys_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=no
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=yes
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=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_sysexits_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_tmmintrin_h=no
ac_cv_header_unistd_h=yes
ac_cv_header_unix_h=no
ac_cv_header_utime_h=yes
ac_cv_header_wchar_h=yes
ac_cv_header_wmmintrin_h=no
ac_cv_host=aarch64-unknown-linux-gnu
ac_cv_ipv6_support=yes
ac_cv_lib_bz2_BZ2_bzerror=yes
ac_cv_lib_c_bind_textdomain_codeset=yes
ac_cv_lib_c_bindtextdomain=yes
ac_cv_lib_c_dcngettext=yes
ac_cv_lib_c_dngettext=yes
ac_cv_lib_c_ngettext=yes
ac_cv_lib_curl_curl_easy_perform=yes
ac_cv_lib_gmp___gmpz_rootrem=yes
ac_cv_lib_intl_bindtextdomain=no
ac_cv_lib_m_sin=yes
ac_cv_lib_network___setsockopt=no
ac_cv_lib_network_setsockopt=no
ac_cv_lib_rt_nanosleep=yes
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_member_struct_stat_st_blksize=yes
ac_cv_member_struct_stat_st_blocks=yes
ac_cv_member_struct_stat_st_rdev=yes
ac_cv_member_struct_tm_tm_gmtoff=yes
ac_cv_member_struct_tm_tm_zone=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_PROG_SENDMAIL=/usr/sbin/sendmail
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_phpdbg_userfaultfd_writefault=yes
ac_cv_prog_AWK=nawk
ac_cv_prog_CPP='cc -E'
ac_cv_prog_RE2C=re2c
ac_cv_prog_YACC=bison
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_cc_c11=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
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_should_define__xopen_source=no
ac_cv_sizeof_int=4
ac_cv_sizeof_long=8
ac_cv_sizeof_long_long=8
ac_cv_sizeof_off_t=8
ac_cv_sizeof_short=2
ac_cv_sizeof_size_t=8
ac_cv_sockaddr_sa_len=no
ac_cv_sockaddr_storage=yes
ac_cv_struct_flock=yes
ac_cv_struct_tm=time.h
ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=yes
ac_cv_sys_tiocgwinsz_in_termios_h=no
ac_cv_target=aarch64-unknown-linux-gnu
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=yes
ac_cv_write_stdout=yes
ax_cv_check_cflags___fvisibility_hidden=yes
ax_cv_have_func_attribute_ifunc=yes
ax_cv_have_func_attribute_target=no
cli_cv_var_PS_STRINGS=no
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_CURL_CFLAGS=-I/usr/include/aarch64-linux-gnu
pkg_cv_CURL_FEATURES='AsynchDNS GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets alt-svc brotli libz zstd'
pkg_cv_CURL_LIBS=-lcurl
pkg_cv_FREETYPE2_CFLAGS='-I/usr/include/freetype2 -I/usr/include/libpng16'
pkg_cv_FREETYPE2_LIBS=-lfreetype
pkg_cv_JPEG_CFLAGS=
pkg_cv_JPEG_LIBS=-ljpeg
pkg_cv_LIBXML_CFLAGS=-I/usr/include/libxml2
pkg_cv_LIBXML_LIBS=-lxml2
pkg_cv_OPENSSL_CFLAGS=
pkg_cv_OPENSSL_LIBS='-lssl -lcrypto'
pkg_cv_PNG_CFLAGS=-I/usr/include/libpng16
pkg_cv_PNG_LIBS='-lpng16 -lz'
pkg_cv_SQLITE_CFLAGS=
pkg_cv_SQLITE_LIBS=-lsqlite3
pkg_cv_ZLIB_CFLAGS=
pkg_cv_ZLIB_LIBS=-lz
## ----------------- ##
## Output variables. ##
## ----------------- ##
ALLOCA=''
AR=''
ARGON2_CFLAGS=''
ARGON2_LIBS=''
AR_FLAGS=''
AVIF_CFLAGS=''
AVIF_LIBS=''
AWK='nawk'
BUILD_CC='cc'
CAPSTONE_CFLAGS=''
CAPSTONE_LIBS=''
CC='cc'
CFLAGS='-g -O2 -fvisibility=hidden'
CONFIGURE_COMMAND=' '\''./configure'\'' '\''--prefix=/installs/php/8.3.2'\'' '\''--with-layout=GNU'\'' '\''--with-config-file-path=/installs/php/8.3.2/etc'\'' '\''--with-config-file-scan-dir=/installs/php/8.3.2/etc/php.d'\'' '\''--disable-option-checking'\'' '\''--enable-fpm'\'' '\''--with-fpm-user=www-data'\'' '\''--with-fpm-group=www-data'\'' '\''--enable-bcmath'\'' '\''--enable-calendar'\'' '\''--enable-dba'\'' '\''--enable-exif'\'' '\''--enable-ftp'\'' '\''--enable-inifile'\'' '\''--enable-mbstring'\'' '\''--enable-pcntl'\'' '\''--enable-pdo'\'' '\''--enable-shmop'\'' '\''--enable-sockets'\'' '\''--enable-sysvmsg'\'' '\''--enable-sysvsem'\'' '\''--enable-sysvshm'\'' '\''--with-cdb'\'' '\''--with-mhash'\'' '\''--with-mysqli=mysqlnd'\'' '\''--with-pcre-jit'\'' '\''--with-pdo-mysql=mysqlnd'\'' '\''--with-pear'\'' '\''--with-bz2=/usr'\'' '\''--with-gettext=/usr'\'' '\''--with-iconv=/usr'\'' '\''--with-curl'\'' '\''--with-freetype'\'' '\''--with-gmp'\'' '\''--enable-intl'\'' '\''--with-jpeg'\'' '\''--enable-mbregex'\'' '\''--with-openssl'\'' '\''--enable-gd'\'' '\''--with-libedit'\'' '\''--with-sodium'\'' '\''--with-sqlite3'\'' '\''--with-pdo-sqlite'\'' '\''--with-libxml'\'' '\''--enable-dom'\'' '\''--enable-soap'\'' '\''--with-zip'\'' '\''--with-zlib'\'''
CONFIGURE_OPTIONS=' '\''--prefix=/installs/php/8.3.2'\'' '\''--with-layout=GNU'\'' '\''--with-config-file-path=/installs/php/8.3.2/etc'\'' '\''--with-config-file-scan-dir=/installs/php/8.3.2/etc/php.d'\'' '\''--disable-option-checking'\'' '\''--enable-fpm'\'' '\''--with-fpm-user=www-data'\'' '\''--with-fpm-group=www-data'\'' '\''--enable-bcmath'\'' '\''--enable-calendar'\'' '\''--enable-dba'\'' '\''--enable-exif'\'' '\''--enable-ftp'\'' '\''--enable-inifile'\'' '\''--enable-mbstring'\'' '\''--enable-pcntl'\'' '\''--enable-pdo'\'' '\''--enable-shmop'\'' '\''--enable-sockets'\'' '\''--enable-sysvmsg'\'' '\''--enable-sysvsem'\'' '\''--enable-sysvshm'\'' '\''--with-cdb'\'' '\''--with-mhash'\'' '\''--with-mysqli=mysqlnd'\'' '\''--with-pcre-jit'\'' '\''--with-pdo-mysql=mysqlnd'\'' '\''--with-pear'\'' '\''--with-bz2=/usr'\'' '\''--with-gettext=/usr'\'' '\''--with-iconv=/usr'\'' '\''--with-curl'\'' '\''--with-freetype'\'' '\''--with-gmp'\'' '\''--enable-intl'\'' '\''--with-jpeg'\'' '\''--enable-mbregex'\'' '\''--with-openssl'\'' '\''--enable-gd'\'' '\''--with-libedit'\'' '\''--with-sodium'\'' '\''--with-sqlite3'\'' '\''--with-pdo-sqlite'\'' '\''--with-libxml'\'' '\''--enable-dom'\'' '\''--enable-soap'\'' '\''--with-zip'\'' '\''--with-zlib'\'''
CPP='cc -E'
CPPFLAGS=' -D_GNU_SOURCE'
CURL_CFLAGS='-I/usr/include/aarch64-linux-gnu'
CURL_FEATURES='AsynchDNS GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets alt-svc brotli libz zstd'
CURL_LIBS='-lcurl'
CXX=''
CXXCPP=''
CXXFLAGS=''
DEBUG_CFLAGS=''
DEFS=''
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=''
EXPANDED_DATADIR=''
EXPANDED_EXTENSION_DIR=''
EXPANDED_LIBDIR=''
EXPANDED_LOCALSTATEDIR=''
EXPANDED_MANDIR=''
EXPANDED_PEAR_INSTALLDIR=''
EXPANDED_PHP_CONFIG_FILE_PATH=''
EXPANDED_PHP_CONFIG_FILE_SCAN_DIR=''
EXPANDED_SBINDIR=''
EXPANDED_SYSCONFDIR=''
EXPAT_CFLAGS=''
EXPAT_LIBS=''
EXSLT_CFLAGS=''
EXSLT_LIBS=''
EXTENSION_DIR=''
EXTRA_INCLUDES=''
EXTRA_LDFLAGS=''
EXTRA_LDFLAGS_PROGRAM=''
EXTRA_LIBS=''
FB_CONFIG=''
FFI_CFLAGS=''
FFI_LIBS=''
FREETYPE2_CFLAGS='-I/usr/include/freetype2 -I/usr/include/libpng16'
FREETYPE2_LIBS='-lfreetype'
GDLIB_CFLAGS=''
GDLIB_LIBS=''
GREP='/usr/bin/grep'
HAVE_CXX11=''
ICU_CFLAGS=''
ICU_LIBS=''
INCLUDES=' -I/tmp/install/php-8.3.2/ext/date/lib -I/usr/include/libxml2 -I/usr/include/aarch64-linux-gnu -I/usr/include/libpng16 -I/usr/include/freetype2'
INCLUDE_PATH=''
INSTALL_IT=''
JPEG_CFLAGS=''
JPEG_LIBS='-ljpeg'
KERBEROS_CFLAGS=''
KERBEROS_LIBS=''
LDFLAGS=''
LIBOBJS=' strlcat.o strlcpy.o'
LIBS='-lgmp -lbz2 -lrt -lm -lxml2 -lssl -lcrypto -lsqlite3 -lz -lcurl -lssl -lcrypto -lxml2 -lssl -lcrypto -lz -lpng16 -lz -ljpeg -lfreetype'
LIBSODIUM_CFLAGS=''
LIBSODIUM_LIBS=''
LIBTOOL=''
LIBXML_CFLAGS='-I/usr/include/libxml2'
LIBXML_LIBS='-lxml2'
LIBZIP_CFLAGS=''
LIBZIP_LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
NATIVE_RPATHS=''
NMEDIT=''
OBJEXT='o'
OCI8_DIR=''
OCI8_ORACLE_VERSION=''
OCI8_SHARED_LIBADD=''
ODBC_CFLAGS=''
ODBC_LFLAGS=''
ODBC_LIBS=''
ODBC_TYPE=''
ONIG_CFLAGS=''
ONIG_LIBS=''
OPENSSL_CFLAGS=''
OPENSSL_LIBS='-lssl -lcrypto'
PACKAGE_BUGREPORT='https://github.com/php/php-src/issues'
PACKAGE_NAME='PHP'
PACKAGE_STRING='PHP 8.3.2'
PACKAGE_TARNAME='php'
PACKAGE_URL='https://www.php.net'
PACKAGE_VERSION='8.3.2'
PATH_SEPARATOR=':'
PCRE2_CFLAGS=''
PCRE2_LIBS=''
PDO_MYSQL_MODULE_TYPE=''
PDO_OCI_DIR=''
PDO_OCI_SHARED_LIBADD=''
PDO_OCI_VERSION=''
PEAR_INSTALLDIR=''
PHP=''
PHP_EXTRA_VERSION=''
PHP_INSTALLED_SAPIS=' cli fpm phpdbg cgi'
PHP_LDFLAGS=''
PHP_LIBS=''
PHP_VERSION='8.3.2'
PHP_VERSION_ID='80302'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PNG_CFLAGS='-I/usr/include/libpng16'
PNG_LIBS='-lpng16 -lz'
PROG_SENDMAIL='/usr/sbin/sendmail'
RANLIB=''
RE2C='re2c'
SASL_CFLAGS=''
SASL_LIBS=''
SED='/usr/bin/sed'
SHELL='/bin/bash'
SHLIB_DL_SUFFIX_NAME='so'
SHLIB_SUFFIX_NAME='so'
SNMP_CONFIG=''
SQLITE_CFLAGS=''
SQLITE_LIBS='-lsqlite3'
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=''
ZLIB_CFLAGS=''
ZLIB_LIBS='-lz'
abs_builddir='/tmp/install/php-8.3.2'
abs_srcdir='/tmp/install/php-8.3.2'
ac_ct_CC='cc'
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='aarch64-unknown-linux-gnu'
build_alias=''
build_cpu='aarch64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='aarch64-unknown-linux-gnu'
host_alias='aarch64-unknown-linux-gnu'
host_cpu='aarch64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
php_fpm_group='www-data'
php_fpm_localstatedir='/installs/php/8.3.2/var'
php_fpm_prefix='/installs/php/8.3.2'
php_fpm_sysconfdir='/installs/php/8.3.2/etc'
php_fpm_systemd='simple'
php_fpm_user='www-data'
prefix='/installs/php/8.3.2'
program_prefix='NONE'
program_suffix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='aarch64-unknown-linux-gnu'
target_alias=''
target_cpu='aarch64'
target_os='linux-gnu'
target_vendor='unknown'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "PHP"
#define PACKAGE_TARNAME "php"
#define PACKAGE_VERSION "8.3.2"
#define PACKAGE_STRING "PHP 8.3.2"
#define PACKAGE_BUGREPORT "https://github.com/php/php-src/issues"
#define PACKAGE_URL "https://www.php.net"
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_WCHAR_H 1
#define STDC_HEADERS 1
#define _ALL_SOURCE 1
#define _DARWIN_C_SOURCE 1
#define _GNU_SOURCE 1
#define _HPUX_ALT_XOPEN_SOCKET_API 1
#define _NETBSD_SOURCE 1
#define _OPENBSD_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
#define __STDC_WANT_IEC_60559_BFP_EXT__ 1
#define __STDC_WANT_IEC_60559_DFP_EXT__ 1
#define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
#define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
#define __STDC_WANT_LIB_EXT2__ 1
#define __STDC_WANT_MATH_SPEC_FUNCS__ 1
#define _TANDEM_SOURCE 1
#define __EXTENSIONS__ 1
#define HAVE_GCC_GLOBAL_REGS 1
#define HAVE_CLEARENV 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_PTRACE 1
#define PROC_MEM_FILE "mem"
#define HAVE_BUILTIN_ATOMIC 1
#define HAVE_LQ_TCP_INFO 1
#define HAVE_SYSCONF 1
#define HAVE_TIMES 1
#define HAVE_EPOLL 1
#define HAVE_SELECT 1
#define PHP_FPM_SYSTEMD "simple"
#define PHP_FPM_USER "www-data"
#define PHP_FPM_GROUP "www-data"
#define GWINSZ_IN_SYS_IOCTL 1
#define HAVE_PHPDBG 1
#define PHPDBG_DEBUG 0
#define HAVE_USERFAULTFD_WRITEFAULT 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_ALLOCA_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_ARPA_NAMESER_H 1
#define HAVE_CRYPT_H 1
#define HAVE_FCNTL_H 1
#define HAVE_GRP_H 1
#define HAVE_LANGINFO_H 1
#define HAVE_LINUX_FILTER_H 1
#define HAVE_LINUX_SOCK_DIAG_H 1
#define HAVE_MALLOC_H 1
#define HAVE_POLL_H 1
#define HAVE_PTY_H 1
#define HAVE_PWD_H 1
#define HAVE_RESOLV_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYSLOG_H 1
#define HAVE_SYSEXITS_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_MOUNT_H 1
#define HAVE_SYS_POLL_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_STATFS_H 1
#define HAVE_SYS_STATVFS_H 1
#define HAVE_SYS_VFS_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTIME_H 1
#define HAVE_SYS_UTSNAME_H 1
#define HAVE_SYS_IPC_H 1
#define HAVE_DLFCN_H 1
#define HAVE_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 0
#define PHP_HAVE_BUILTIN_CPU_SUPPORTS 0
#define PHP_HAVE_BUILTIN_FRAME_ADDRESS 1
#define HAVE_PRCTL 1
#define PHP_HAVE_AVX512_SUPPORTS 0
#define PHP_HAVE_AVX512_VBMI_SUPPORTS 0
#define HAVE_ALIGNOF 1
#define HAVE_STRUCT_TM_TM_GMTOFF 1
#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
#define HAVE_STRUCT_STAT_ST_RDEV 1
#define HAVE_STRUCT_STAT_ST_BLOCKS 1
#define HAVE_ST_BLOCKS 1
#define HAVE_SOCKADDR_STORAGE 1
#define HAVE_FUNC_ATTRIBUTE_IFUNC 1
#define HAVE_ALPHASORT 1
#define HAVE_ASCTIME_R 1
#define HAVE_CHROOT 1
#define HAVE_CTIME_R 1
#define HAVE_FDATASYNC 1
#define HAVE_FLOCK 1
#define HAVE_FTOK 1
#define HAVE_GAI_STRERROR 1
#define HAVE_GETCWD 1
#define HAVE_GETLOADAVG 1
#define HAVE_GETLOGIN 1
#define HAVE_GETPROTOBYNAME 1
#define HAVE_GETPROTOBYNUMBER 1
#define HAVE_GETSERVBYNAME 1
#define HAVE_GETSERVBYPORT 1
#define HAVE_GETRUSAGE 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_GMTIME_R 1
#define HAVE_GETPWNAM_R 1
#define HAVE_GETGRNAM_R 1
#define HAVE_GETPWUID_R 1
#define HAVE_GETWD 1
#define HAVE_GLOB 1
#define HAVE_INET_NTOA 1
#define HAVE_INET_NTOP 1
#define HAVE_INET_PTON 1
#define HAVE_LOCALTIME_R 1
#define HAVE_LCHOWN 1
#define HAVE_MEMMOVE 1
#define HAVE_MKSTEMP 1
#define HAVE_MMAP 1
#define HAVE_NICE 1
#define HAVE_NL_LANGINFO 1
#define HAVE_POLL 1
#define HAVE_PUTENV 1
#define HAVE_SCANDIR 1
#define HAVE_SETITIMER 1
#define HAVE_SETENV 1
#define HAVE_SHUTDOWN 1
#define HAVE_SIGPROCMASK 1
#define HAVE_STATFS 1
#define HAVE_STATVFS 1
#define HAVE_STRCASECMP 1
#define HAVE_STRNLEN 1
#define HAVE_STRPTIME 1
#define HAVE_STRTOK_R 1
#define HAVE_SYMLINK 1
#define HAVE_TZSET 1
#define HAVE_UNSETENV 1
#define HAVE_USLEEP 1
#define HAVE_UTIME 1
#define HAVE_VASPRINTF 1
#define HAVE_ASPRINTF 1
#define HAVE_NANOSLEEP 1
#define HAVE_MEMMEM 1
#define HAVE_MEMRCHR 1
#define HAVE_DECL_STRERROR_R 1
#define HAVE_STRERROR_R 1
#define STRERROR_R_CHAR_P 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_COPY_FILE_RANGE 1
#define HAVE_EXPLICIT_BZERO 1
#define HAVE_GETOPT 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_ASM_GOTO 1
#define HAVE_OPENPTY 1
#define PHP_SIGCHILD 0
#define DEFAULT_SHORT_OPEN_TAG "1"
#define HAVE_IPV6 1
#define HAVE_STRTOLL 1
#define HAVE_ATOLL 1
#define HAVE_TIMELIB_CONFIG_H 1
#define HAVE_LIBXML 1
#define HAVE_LIBXML 1
#define HAVE_OPENSSL_EXT 1
#define HAVE_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_BCMATH 1
#define HAVE_BZ2 1
#define HAVE_CALENDAR 1
#define HAVE_CTYPE 1
#define HAVE_CURL_OLD_OPENSSL 1
#define HAVE_OPENSSL_CRYPTO_H 1
#define HAVE_CURL 1
#define DBA_CDB_BUILTIN 1
#define DBA_CDB_MAKE 1
#define DBA_CDB 1
#define DBA_INIFILE 1
#define DBA_FLATFILE 1
#define HAVE_DBA 1
#define HAVE_LIBXML 1
#define HAVE_DOM 1
#define HAVE_EXIF 1
#define HAVE_UTIMES 1
#define HAVE_STRNDUP 1
#define HAVE_FTP 1
#define HAVE_FTP_SSL 1
#define HAVE_FABSF 1
#define HAVE_FLOORF 1
#define HAVE_GD_BUNDLED 1
#define HAVE_GD_PNG 1
#define HAVE_GD_BMP 1
#define HAVE_GD_TGA 1
#define HAVE_LIBPNG 1
#define HAVE_LIBJPEG 1
#define HAVE_GD_JPG 1
#define HAVE_LIBFREETYPE 1
#define HAVE_GD_FREETYPE 1
#define HAVE_LIBINTL 1
#define HAVE_NGETTEXT 1
#define HAVE_DNGETTEXT 1
#define HAVE_DCNGETTEXT 1
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
#define HAVE_GMP 1
#define PHP_MHASH_BC 1
#define SIZEOF_LONG 8
configure: exit 1
FROM ubuntu:22.04
ENV DEBIAN_FRONTEND=noninteractive
SHELL ["/bin/bash", "-c"]
RUN apt-get update \
&& apt-get install -y \
autoconf \
bison \
curl \
g++ \
gcc \
libbz2-dev \
libcurl4-openssl-dev \
libedit-dev \
libfreetype-dev \
libgmp-dev \
libicu-dev \
libjpeg-dev \
libonig-dev \
libpng-dev \
libsodium-dev \
libsqlite3-dev \
libssl-dev \
libxml2-dev \
libzip-dev \
make \
pkg-config \
re2c \
zlib1g-dev
RUN mkdir /tmp/install \
&& cd /tmp/install \
&& curl -fsSL -o php.tar.gz -C - https://www.php.net/distributions/php-8.3.2.tar.gz \
&& tar zxf php.tar.gz \
&& cd php-8.3.2/ \
&& ./buildconf --force \
&& ./configure \
--prefix=/installs/php/8.3.2 \
--with-layout=GNU \
--with-config-file-path=/installs/php/8.3.2/etc \
--with-config-file-scan-dir=/installs/php/8.3.2/etc/php.d \
--disable-option-checking \
--enable-fpm \
--with-fpm-user=www-data \
--with-fpm-group=www-data \
--enable-bcmath \
--enable-calendar \
--enable-dba \
--enable-exif \
--enable-ftp \
--enable-inifile \
--enable-mbstring \
--enable-pcntl \
--enable-pdo \
--enable-shmop \
--enable-sockets \
--enable-sysvmsg \
--enable-sysvsem \
--enable-sysvshm \
--with-cdb \
--with-mhash \
--with-mysqli=mysqlnd \
--with-pcre-jit \
--with-pdo-mysql=mysqlnd \
--with-pear \
--with-bz2=/usr \
--with-gettext=/usr \
--with-iconv=/usr \
--with-curl \
--with-freetype \
--with-gmp \
--enable-intl \
--with-jpeg \
--enable-mbregex \
--with-openssl \
--enable-gd \
--with-libedit \
--with-sodium \
--with-sqlite3 \
--with-pdo-sqlite \
--with-libxml \
--enable-dom \
--enable-soap \
--with-zip \
--with-zlib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment