File: //opt/php-5.6.40/config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.67. Invocation command line was
$ ./configure --prefix=/usr/local/php5.6 --enable-fpm --with-mysql --with-zlib --enable-mbstring --with-curl=/usr/include/x86_64-linux-gnu --enable-soap --enable-intl --with-icu-dir=/usr/local --with-icu-incdir=/usr/include --with-icu-libdir=/usr/lib/x86_64-linux-gnu
## --------- ##
## Platform. ##
## --------- ##
hostname = dev1
uname -m = x86_64
uname -r = 5.15.83-1-pve
uname -s = Linux
uname -v = #1 SMP PVE 5.15.83-1 (2022-12-15T00:00Z)
/usr/bin/uname -p = x86_64
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /snap/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:3264: checking for grep that handles long lines and -e
configure:3322: result: /usr/bin/grep
configure:3327: checking for egrep
configure:3389: result: /usr/bin/grep -E
configure:3394: checking for a sed that does not truncate output
configure:3448: result: /usr/bin/sed
configure:3553: checking build system type
configure:3567: result: x86_64-unknown-linux-gnu
configure:3587: checking host system type
configure:3600: result: x86_64-unknown-linux-gnu
configure:3620: checking target system type
configure:3633: result: x86_64-unknown-linux-gnu
configure:3808: checking for cc
configure:3824: found /usr/bin/cc
configure:3835: result: cc
configure:3866: checking for C compiler version
configure:3875: 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:3886: $? = 0
configure:3875: cc -v >&5
Using built-in specs.
COLLECT_GCC=cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-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,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-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-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-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)
... rest of stderr output deleted ...
configure:3886: $? = 0
configure:3875: cc -V >&5
cc: error: unrecognized command-line option '-V'
cc: fatal error: no input files
compilation terminated.
configure:3886: $? = 1
configure:3875: cc -qversion >&5
cc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
cc: fatal error: no input files
compilation terminated.
configure:3886: $? = 1
configure:3906: checking whether the C compiler works
configure:3928: cc -I/usr/include conftest.c >&5
configure:3932: $? = 0
configure:3980: result: yes
configure:3983: checking for C compiler default output file name
configure:3985: result: a.out
configure:3991: checking for suffix of executables
configure:3998: cc -o conftest -I/usr/include conftest.c >&5
configure:4002: $? = 0
configure:4024: result:
configure:4046: checking whether we are cross compiling
configure:4054: cc -o conftest -I/usr/include conftest.c >&5
configure:4058: $? = 0
configure:4065: ./conftest
configure:4069: $? = 0
configure:4084: result: no
configure:4089: checking for suffix of object files
configure:4111: cc -c -I/usr/include conftest.c >&5
configure:4115: $? = 0
configure:4136: result: o
configure:4140: checking whether we are using the GNU C compiler
configure:4159: cc -c -I/usr/include conftest.c >&5
configure:4159: $? = 0
configure:4168: result: yes
configure:4177: checking whether cc accepts -g
configure:4197: cc -c -g -I/usr/include conftest.c >&5
configure:4197: $? = 0
configure:4238: result: yes
configure:4255: checking for cc option to accept ISO C89
configure:4319: cc -c -g -O2 -I/usr/include conftest.c >&5
configure:4319: $? = 0
configure:4332: result: none needed
configure:4358: checking how to run the C preprocessor
configure:4389: cc -E -I/usr/include conftest.c
configure:4389: $? = 0
configure:4403: cc -E -I/usr/include conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
9 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:4403: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4428: result: cc -E
configure:4448: cc -E -I/usr/include conftest.c
configure:4448: $? = 0
configure:4462: cc -E -I/usr/include conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
9 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:4462: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4493: checking for icc
configure:4502: result: no
configure:4516: checking for suncc
configure:4525: result: no
configure:4543: checking whether cc understands -c and -o together
configure:4571: cc -c conftest.c -o conftest2.o >&5
configure:4575: $? = 0
configure:4581: cc -c conftest.c -o conftest2.o >&5
configure:4585: $? = 0
configure:4640: result: yes
configure:4655: checking how to run the C preprocessor
configure:4725: result: cc -E
configure:4745: cc -E -I/usr/include conftest.c
configure:4745: $? = 0
configure:4759: cc -E -I/usr/include conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
9 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:4759: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4787: checking for ANSI C header files
configure:4807: cc -c -g -O2 -I/usr/include conftest.c >&5
configure:4807: $? = 0
configure:4880: cc -o conftest -g -O2 -I/usr/include conftest.c >&5
configure:4880: $? = 0
configure:4880: ./conftest
configure:4880: $? = 0
configure:4891: result: yes
configure:4904: checking for sys/types.h
configure:4904: cc -c -g -O2 -I/usr/include conftest.c >&5
configure:4904: $? = 0
configure:4904: result: yes
configure:4904: checking for sys/stat.h
configure:4904: cc -c -g -O2 -I/usr/include conftest.c >&5
configure:4904: $? = 0
configure:4904: result: yes
configure:4904: checking for stdlib.h
configure:4904: cc -c -g -O2 -I/usr/include conftest.c >&5
configure:4904: $? = 0
configure:4904: result: yes
configure:4904: checking for string.h
configure:4904: cc -c -g -O2 -I/usr/include conftest.c >&5
configure:4904: $? = 0
configure:4904: result: yes
configure:4904: checking for memory.h
configure:4904: cc -c -g -O2 -I/usr/include conftest.c >&5
configure:4904: $? = 0
configure:4904: result: yes
configure:4904: checking for strings.h
configure:4904: cc -c -g -O2 -I/usr/include conftest.c >&5
configure:4904: $? = 0
configure:4904: result: yes
configure:4904: checking for inttypes.h
configure:4904: cc -c -g -O2 -I/usr/include conftest.c >&5
configure:4904: $? = 0
configure:4904: result: yes
configure:4904: checking for stdint.h
configure:4904: cc -c -g -O2 -I/usr/include conftest.c >&5
configure:4904: $? = 0
configure:4904: result: yes
configure:4904: checking for unistd.h
configure:4904: cc -c -g -O2 -I/usr/include conftest.c >&5
configure:4904: $? = 0
configure:4904: result: yes
configure:4917: checking minix/config.h usability
configure:4917: cc -c -g -O2 -I/usr/include conftest.c >&5
conftest.c:52:10: fatal error: minix/config.h: No such file or directory
52 | #include <minix/config.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
configure:4917: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4917: result: no
configure:4917: checking minix/config.h presence
configure:4917: cc -E -I/usr/include conftest.c
conftest.c:19:10: fatal error: minix/config.h: No such file or directory
19 | #include <minix/config.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
configure:4917: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <minix/config.h>
configure:4917: result: no
configure:4917: checking for minix/config.h
configure:4917: result: no
configure:4938: checking whether it is safe to define __EXTENSIONS__
configure:4956: cc -c -g -O2 -I/usr/include conftest.c >&5
configure:4956: $? = 0
configure:4963: result: yes
configure:4978: checking whether ln -s works
configure:4982: result: yes
configure:4993: checking for system library directory
configure:5008: result: lib
configure:5017: checking whether to enable runpaths
configure:5031: result: yes
configure:5038: checking if compiler supports -R
configure:5057: cc -o conftest -g -O2 -I/usr/include conftest.c -R /usr/lib >&5
configure:5057: $? = 0
configure:5067: result: yes
configure:5119: checking for gawk
configure:5136: found /usr/bin/gawk
configure:5147: result: gawk
configure:5191: checking for bison
configure:5221: result: no
configure:5191: checking for byacc
configure:5221: result: no
configure:5244: checking for bison version
configure:5268: result: invalid
configure:5274: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: none, min: 204, excluded: 3.0).
configure:5287: checking for re2c
configure:5317: result: no
configure:5342: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
configure:5363: checking whether to enable computed goto gcc extension with re2c
configure:5377: result: no
configure:5671: checking whether to force non-PIC code in shared modules
configure:5685: result: no
configure:5703: checking whether /dev/urandom exists
configure:5709: result: yes
configure:5795: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:5795: $? = 0
configure:5795: ./conftest
configure:5795: $? = 0
configure:5811: checking for pthreads_cflags
configure:5874: result:
configure:5877: checking for pthreads_lib
configure:5939: result:
configure:6012: result:
configure:6014: result: [1mConfiguring SAPI modules[m
configure:6042: checking for AOLserver support
configure:6257: result: no
configure:6285: checking for Apache 1.x module support via DSO through APXS
configure:6575: result: no
configure:6601: checking for Apache 1.x module support
configure:7373: result: no
configure:7385: checking whether to enable Apache charset compatibility option
configure:7399: result: no
configure:7549: checking for Apache 2.0 filter-module support via DSO through APXS
configure:8345: result: no
configure:8373: checking for Apache 2.0 handler-module support via DSO through APXS
configure:9169: result: no
configure:9198: checking for Apache 1.x (hooks) module support via DSO through APXS
configure:9488: result: no
configure:9514: checking for Apache 1.x (hooks) module support
configure:10286: result: no
configure:10298: checking whether to enable Apache charset compatibility option
configure:10312: result: no
configure:10463: checking for Caudium support
configure:10777: result: no
configure:10805: checking for setproctitle
configure:10805: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
/usr/bin/ld: /tmp/ccY6zTjl.o: in function `main':
/opt/php-5.6.40/conftest.c:59: undefined reference to `setproctitle'
collect2: error: ld returned 1 exit status
configure:10805: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 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.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef 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 ()
| {
| return setproctitle ();
| ;
| return 0;
| }
configure:10805: result: no
configure:10817: checking sys/pstat.h usability
configure:10817: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c:58:10: fatal error: sys/pstat.h: No such file or directory
58 | #include <sys/pstat.h>
| ^~~~~~~~~~~~~
compilation terminated.
configure:10817: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/pstat.h>
configure:10817: result: no
configure:10817: checking sys/pstat.h presence
configure:10817: cc -E -I/usr/include conftest.c
conftest.c:25:10: fatal error: sys/pstat.h: No such file or directory
25 | #include <sys/pstat.h>
| ^~~~~~~~~~~~~
compilation terminated.
configure:10817: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| /* end confdefs.h. */
| #include <sys/pstat.h>
configure:10817: result: no
configure:10817: checking for sys/pstat.h
configure:10817: result: no
configure:10828: checking for PS_STRINGS
configure:10847: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c:25:10: fatal error: machine/vmparam.h: No such file or directory
25 | #include <machine/vmparam.h>
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:10847: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| /* end confdefs.h. */
| #include <machine/vmparam.h>
| #include <sys/exec.h>
|
| int
| main ()
| {
| PS_STRINGS->ps_nargvstr = 1;
| PS_STRINGS->ps_argvstr = "foo";
| ;
| return 0;
| }
configure:10855: result: no
configure:10863: checking for CLI build
configure:11025: result: yes
configure:11032: checking for Continuity support
configure:11047: result: no
configure:11292: checking for embedded SAPI library support
configure:11491: result: no
configure:11549: checking for FPM build
configure:11552: result: yes
configure:11559: checking for setenv
configure:11559: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:11559: $? = 0
configure:11559: result: yes
configure:11559: checking for clearenv
configure:11559: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:11559: $? = 0
configure:11559: result: yes
configure:11559: checking for setproctitle
configure:11559: result: no
configure:11569: checking for library containing socket
configure:11600: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:11600: $? = 0
configure:11617: result: none required
configure:11625: checking for library containing inet_addr
configure:11656: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:11656: $? = 0
configure:11673: result: none required
configure:11685: checking errno.h usability
configure:11685: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:11685: $? = 0
configure:11685: result: yes
configure:11685: checking errno.h presence
configure:11685: cc -E -I/usr/include conftest.c
configure:11685: $? = 0
configure:11685: result: yes
configure:11685: checking for errno.h
configure:11685: result: yes
configure:11685: checking fcntl.h usability
configure:11685: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:11685: $? = 0
configure:11685: result: yes
configure:11685: checking fcntl.h presence
configure:11685: cc -E -I/usr/include conftest.c
configure:11685: $? = 0
configure:11685: result: yes
configure:11685: checking for fcntl.h
configure:11685: result: yes
configure:11685: checking stdio.h usability
configure:11685: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:11685: $? = 0
configure:11685: result: yes
configure:11685: checking stdio.h presence
configure:11685: cc -E -I/usr/include conftest.c
configure:11685: $? = 0
configure:11685: result: yes
configure:11685: checking for stdio.h
configure:11685: result: yes
configure:11685: checking for stdlib.h
configure:11685: result: yes
configure:11685: checking for unistd.h
configure:11685: result: yes
configure:11685: checking sys/uio.h usability
configure:11685: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:11685: $? = 0
configure:11685: result: yes
configure:11685: checking sys/uio.h presence
configure:11685: cc -E -I/usr/include conftest.c
configure:11685: $? = 0
configure:11685: result: yes
configure:11685: checking for sys/uio.h
configure:11685: result: yes
configure:11698: checking sys/select.h usability
configure:11698: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:11698: $? = 0
configure:11698: result: yes
configure:11698: checking sys/select.h presence
configure:11698: cc -E -I/usr/include conftest.c
configure:11698: $? = 0
configure:11698: result: yes
configure:11698: checking for sys/select.h
configure:11698: result: yes
configure:11698: checking sys/socket.h usability
configure:11698: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:11698: $? = 0
configure:11698: result: yes
configure:11698: checking sys/socket.h presence
configure:11698: cc -E -I/usr/include conftest.c
configure:11698: $? = 0
configure:11698: result: yes
configure:11698: checking for sys/socket.h
configure:11698: result: yes
configure:11698: checking sys/time.h usability
configure:11698: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:11698: $? = 0
configure:11698: result: yes
configure:11698: checking sys/time.h presence
configure:11698: cc -E -I/usr/include conftest.c
configure:11698: $? = 0
configure:11698: result: yes
configure:11698: checking for sys/time.h
configure:11698: result: yes
configure:11711: checking arpa/inet.h usability
configure:11711: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:11711: $? = 0
configure:11711: result: yes
configure:11711: checking arpa/inet.h presence
configure:11711: cc -E -I/usr/include conftest.c
configure:11711: $? = 0
configure:11711: result: yes
configure:11711: checking for arpa/inet.h
configure:11711: result: yes
configure:11711: checking netinet/in.h usability
configure:11711: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:11711: $? = 0
configure:11711: result: yes
configure:11711: checking netinet/in.h presence
configure:11711: cc -E -I/usr/include conftest.c
configure:11711: $? = 0
configure:11711: result: yes
configure:11711: checking for netinet/in.h
configure:11711: result: yes
configure:11723: checking sysexits.h usability
configure:11723: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:11723: $? = 0
configure:11723: result: yes
configure:11723: checking sysexits.h presence
configure:11723: cc -E -I/usr/include conftest.c
configure:11723: $? = 0
configure:11723: result: yes
configure:11723: checking for sysexits.h
configure:11723: result: yes
configure:11735: checking for prctl
configure:11749: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:11749: $? = 0
configure:11754: result: yes
configure:11768: checking for clock_gettime
configure:11782: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:11782: $? = 0
configure:11785: result: yes
configure:11902: checking for ptrace
configure:11918: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:11918: $? = 0
configure:11921: result: yes
configure:11933: checking whether ptrace works
configure:12013: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:12013: $? = 0
configure:12013: ./conftest
configure:12013: $? = 0
configure:12015: result: yes
configure:12091: checking for proc mem file
configure:12130: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c:43: warning: "_GNU_SOURCE" redefined
43 | #define _GNU_SOURCE
|
conftest.c:20: note: this is the location of the previous definition
20 | #define _GNU_SOURCE 1
|
configure:12130: $? = 0
configure:12130: ./conftest
configure:12130: $? = 0
configure:12132: result: mem
configure:12174: checking if gcc supports __sync_bool_compare_and_swap
configure:12191: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:12191: $? = 0
configure:12193: result: yes
configure:12211: checking for TCP_INFO
configure:12225: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:12225: $? = 0
configure:12228: result: yes
configure:12282: checking for sysconf
configure:12296: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:12296: $? = 0
configure:12301: result: yes
configure:12313: checking for times
configure:12327: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:12327: $? = 0
configure:12332: result: yes
configure:12344: checking for kqueue
configure:12368: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c:49:26: fatal error: sys/event.h: No such file or directory
49 | #include <sys/event.h>
| ^~~~~~~~~~~~~
compilation terminated.
configure:12368: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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 ()
| {
|
| 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:12378: result: no
configure:12385: checking for port framework
configure:12408: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c:48:26: fatal error: port.h: No such file or directory
48 | #include <port.h>
| ^~~~~~~~
compilation terminated.
configure:12408: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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 ()
| {
|
| int port;
|
| port = port_create();
| if (port < 0) {
| return 1;
| }
|
| ;
| return 0;
| }
configure:12418: result: no
configure:12425: checking for /dev/poll
configure:12450: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c:49:26: fatal error: sys/devpoll.h: No such file or directory
49 | #include <sys/devpoll.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
configure:12450: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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 ()
| {
|
| 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:12460: result: no
configure:12467: checking for epoll
configure:12503: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:12503: $? = 0
configure:12508: result: yes
configure:12520: checking for poll
configure:12546: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:12546: $? = 0
configure:12551: result: yes
configure:12563: checking for select
configure:12594: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:12594: $? = 0
configure:12599: result: yes
configure:12611: checking for apparmor
configure:12628: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lapparmor >&5
conftest.c:50:11: fatal error: sys/apparmor.h: No such file or directory
50 | #include <sys/apparmor.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
configure:12628: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| /* end confdefs.h. */
| #include <sys/apparmor.h>
| int
| main ()
| {
| change_hat("test", 0);
| ;
| return 0;
| }
configure:12639: result: no
configure:13306: checking for Zeus ISAPI support
configure:13321: result: no
configure:13538: checking for LiteSpeed support
configure:13708: result: no
configure:13715: checking for Milter support
configure:13730: result: no
configure:13921: checking for NSAPI support
configure:13936: result: no
configure:14207: checking for phpdbg support
configure:14221: result: no
configure:14230: checking for phpdbg debug build
configure:14244: result: no
configure:14487: checking for PHTTPD support
configure:14502: result: no
configure:14719: checking for Pi3Web support
configure:14734: result: no
configure:15069: checking whether Roxen module is build using ZTS
configure:15083: result: no
configure:15090: checking for Roxen/Pike support
configure:15326: result:
configure:15353: checking for thttpd
configure:15576: result: no
configure:15602: checking for TUX
configure:15782: result: no
configure:15809: checking for webjames
configure:16021: result: no
configure:16047: checking for CGI build
configure:16050: result: yes
configure:16052: checking for socklen_t in sys/socket.h
configure:16061: result: yes
configure:16073: checking for sun_len in sys/un.h
configure:16088: result: no
configure:16094: checking whether cross-process locking is required by accept()
configure:16105: result: no
configure:16255: checking for chosen SAPI module
configure:16257: result: none
configure:16260: checking for executable SAPI binaries
configure:16263: result: cli fpm cgi
configure:16316: result:
configure:16318: result: [1mRunning system checks[m
configure:16326: checking for sendmail
configure:16345: found /usr/sbin/sendmail
configure:16357: result: /usr/sbin/sendmail
configure:16371: checking whether system uses EBCDIC
configure:16390: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:16390: $? = 0
configure:16390: ./conftest
configure:16390: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 1
| /* end confdefs.h. */
|
| int main(void) {
| return (unsigned char)'A' != (unsigned char)0xC1;
| }
|
configure:16404: result: no
configure:16413: checking whether byte ordering is bigendian
configure:16439: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:16439: $? = 0
configure:16439: ./conftest
configure:16439: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 1
| /* end confdefs.h. */
|
| int main(void)
| {
| short one = 1;
| char *cp = (char *)&one;
|
| if (*cp == 0) {
| return(0);
| } else {
| return(1);
| }
| }
|
configure:16450: result: no
configure:16460: checking whether writing to stdout works
configure:16489: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c:61:1: warning: return type defaults to 'int' [-Wimplicit-int]
61 | main()
| ^~~~
configure:16489: $? = 0
configure:16489: ./conftest
configure:16489: $? = 0
configure:16504: result: yes
configure:16559: checking for socket
configure:16559: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:16559: $? = 0
configure:16559: result: yes
configure:16727: checking for socketpair
configure:16727: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:16727: $? = 0
configure:16727: result: yes
configure:16895: checking for htonl
configure:16895: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:16895: $? = 0
configure:16895: result: yes
configure:17063: checking for gethostname
configure:17063: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:17063: $? = 0
configure:17063: result: yes
configure:17231: checking for gethostbyaddr
configure:17231: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:17231: $? = 0
configure:17231: result: yes
configure:17399: checking for yp_get_default_domain
configure:17399: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
/usr/bin/ld: /tmp/ccUmuLVs.o: in function `main':
/opt/php-5.6.40/conftest.c:94: undefined reference to `yp_get_default_domain'
collect2: error: ld returned 1 exit status
configure:17399: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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
| /* end confdefs.h. */
| /* Define yp_get_default_domain to an innocuous variant, in case <limits.h> declares yp_get_default_domain.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define yp_get_default_domain innocuous_yp_get_default_domain
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char yp_get_default_domain (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef yp_get_default_domain
|
| /* 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 yp_get_default_domain ();
| /* 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_yp_get_default_domain || defined __stub___yp_get_default_domain
| choke me
| #endif
|
| int
| main ()
| {
| return yp_get_default_domain ();
| ;
| return 0;
| }
configure:17399: result: no
configure:17403: checking for __yp_get_default_domain
configure:17403: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
/usr/bin/ld: /tmp/ccTZFgGJ.o: in function `main':
/opt/php-5.6.40/conftest.c:94: undefined reference to `__yp_get_default_domain'
collect2: error: ld returned 1 exit status
configure:17403: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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
| /* end confdefs.h. */
| /* Define __yp_get_default_domain to an innocuous variant, in case <limits.h> declares __yp_get_default_domain.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define __yp_get_default_domain innocuous___yp_get_default_domain
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char __yp_get_default_domain (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef __yp_get_default_domain
|
| /* 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 __yp_get_default_domain ();
| /* 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___yp_get_default_domain || defined __stub_____yp_get_default_domain
| choke me
| #endif
|
| int
| main ()
| {
| return __yp_get_default_domain ();
| ;
| return 0;
| }
configure:17403: result: no
configure:17426: checking for yp_get_default_domain in -lnsl
configure:17451: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lnsl >&5
configure:17451: $? = 0
configure:17460: result: yes
configure:17522: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lnsl >&5
conftest.c:60:1: warning: return type defaults to 'int' [-Wimplicit-int]
60 | main() { return (0); }
| ^~~~
configure:17522: $? = 0
configure:17522: ./conftest
configure:17522: $? = 0
configure:17568: checking for dlopen
configure:17568: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lnsl >&5
configure:17568: $? = 0
configure:17568: result: yes
configure:17736: checking for sin in -lm
configure:17761: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
conftest.c:71:6: warning: conflicting types for built-in function 'sin'; expected 'double(double)' [-Wbuiltin-declaration-mismatch]
71 | char sin ();
| ^~~
conftest.c:1:1: note: 'sin' is declared in header '<math.h>'
1 | /* confdefs.h */
configure:17761: $? = 0
configure:17770: result: yes
configure:17787: checking for inet_aton
configure:17787: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:17787: $? = 0
configure:17787: result: yes
configure:18087: checking for ANSI C header files
configure:18191: result: yes
configure:18202: checking for dirent.h that defines DIR
configure:18221: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18221: $? = 0
configure:18229: result: yes
configure:18242: checking for library containing opendir
configure:18273: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:18273: $? = 0
configure:18290: result: none required
configure:18416: checking for inttypes.h
configure:18416: result: yes
configure:18416: checking for stdint.h
configure:18416: result: yes
configure:18416: checking for dirent.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18416: $? = 0
configure:18416: result: yes
configure:18416: checking for ApplicationServices/ApplicationServices.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c:89:10: fatal error: ApplicationServices/ApplicationServices.h: No such file or directory
89 | #include <ApplicationServices/ApplicationServices.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:18416: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_DIRENT_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 <ApplicationServices/ApplicationServices.h>
configure:18416: result: no
configure:18416: checking for sys/param.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18416: $? = 0
configure:18416: result: yes
configure:18416: checking for sys/types.h
configure:18416: result: yes
configure:18416: checking for sys/time.h
configure:18416: result: yes
configure:18416: checking for netinet/in.h
configure:18416: result: yes
configure:18416: checking for alloca.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18416: $? = 0
configure:18416: result: yes
configure:18416: checking for arpa/inet.h
configure:18416: result: yes
configure:18416: checking for arpa/nameser.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18416: $? = 0
configure:18416: result: yes
configure:18416: checking for assert.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18416: $? = 0
configure:18416: result: yes
configure:18416: checking for crypt.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18416: $? = 0
configure:18416: result: yes
configure:18416: checking for dns.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c:98:10: fatal error: dns.h: No such file or directory
98 | #include <dns.h>
| ^~~~~~~
compilation terminated.
configure:18416: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_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:18416: result: no
configure:18416: checking for fcntl.h
configure:18416: result: yes
configure:18416: checking for grp.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18416: $? = 0
configure:18416: result: yes
configure:18416: checking for ieeefp.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c:100:10: fatal error: ieeefp.h: No such file or directory
100 | #include <ieeefp.h>
| ^~~~~~~~~~
compilation terminated.
configure:18416: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_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:18416: result: no
configure:18416: checking for langinfo.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18416: $? = 0
configure:18416: result: yes
configure:18416: checking for limits.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18416: $? = 0
configure:18416: result: yes
configure:18416: checking for locale.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18416: $? = 0
configure:18416: result: yes
configure:18416: checking for monetary.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18416: $? = 0
configure:18416: result: yes
configure:18416: checking for netdb.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18416: $? = 0
configure:18416: result: yes
configure:18416: checking for pwd.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18416: $? = 0
configure:18416: result: yes
configure:18416: checking for resolv.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18416: $? = 0
configure:18416: result: yes
configure:18416: checking for signal.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18416: $? = 0
configure:18416: result: yes
configure:18416: checking for stdarg.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18416: $? = 0
configure:18416: result: yes
configure:18416: checking for stdlib.h
configure:18416: result: yes
configure:18416: checking for string.h
configure:18416: result: yes
configure:18416: checking for syslog.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18416: $? = 0
configure:18416: result: yes
configure:18416: checking for sysexits.h
configure:18416: result: yes
configure:18416: checking for sys/ioctl.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18416: $? = 0
configure:18416: result: yes
configure:18416: checking for sys/file.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18416: $? = 0
configure:18416: result: yes
configure:18416: checking for sys/mman.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18416: $? = 0
configure:18416: result: yes
configure:18416: checking for sys/mount.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18416: $? = 0
configure:18416: result: yes
configure:18416: checking for sys/poll.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18416: $? = 0
configure:18416: result: yes
configure:18416: checking for sys/resource.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18416: $? = 0
configure:18416: result: yes
configure:18416: checking for sys/select.h
configure:18416: result: yes
configure:18416: checking for sys/socket.h
configure:18416: result: yes
configure:18416: checking for sys/stat.h
configure:18416: result: yes
configure:18416: checking for sys/statfs.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18416: $? = 0
configure:18416: result: yes
configure:18416: checking for sys/statvfs.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18416: $? = 0
configure:18416: result: yes
configure:18416: checking for sys/vfs.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18416: $? = 0
configure:18416: result: yes
configure:18416: checking for sys/sysexits.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c:125:10: fatal error: sys/sysexits.h: No such file or directory
125 | #include <sys/sysexits.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
configure:18416: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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:18416: result: no
configure:18416: checking for sys/varargs.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c:125:10: fatal error: sys/varargs.h: No such file or directory
125 | #include <sys/varargs.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
configure:18416: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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/varargs.h>
configure:18416: result: no
configure:18416: checking for sys/wait.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18416: $? = 0
configure:18416: result: yes
configure:18416: checking for sys/loadavg.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c:126:10: fatal error: sys/loadavg.h: No such file or directory
126 | #include <sys/loadavg.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
configure:18416: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_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:18416: result: no
configure:18416: checking for termios.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18416: $? = 0
configure:18416: result: yes
configure:18416: checking for unistd.h
configure:18416: result: yes
configure:18416: checking for unix.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c:128:10: fatal error: unix.h: No such file or directory
128 | #include <unix.h>
| ^~~~~~~~
compilation terminated.
configure:18416: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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:18416: result: no
configure:18416: checking for utime.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18416: $? = 0
configure:18416: result: yes
configure:18416: checking for sys/utsname.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18416: $? = 0
configure:18416: result: yes
configure:18416: checking for sys/ipc.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18416: $? = 0
configure:18416: result: yes
configure:18416: checking for dlfcn.h
configure:18416: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18416: $? = 0
configure:18416: result: yes
configure:18416: checking for assert.h
configure:18416: result: yes
configure:18445: checking for fopencookie
configure:18445: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:18445: $? = 0
configure:18445: result: yes
configure:18466: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c:116: warning: "_GNU_SOURCE" redefined
116 | #define _GNU_SOURCE
|
conftest.c:20: note: this is the location of the previous definition
20 | #define _GNU_SOURCE 1
|
configure:18466: $? = 0
configure:18512: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
conftest.c:116: warning: "_GNU_SOURCE" redefined
116 | #define _GNU_SOURCE
|
conftest.c:20: note: this is the location of the previous definition
20 | #define _GNU_SOURCE 1
|
conftest.c:134:1: warning: return type defaults to 'int' [-Wimplicit-int]
134 | main() {
| ^~~~
conftest.c: In function 'main':
conftest.c:139:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
139 | exit(0);
| ^~~~
conftest.c:118:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
117 | #include <stdio.h>
+++ |+#include <stdlib.h>
118 |
conftest.c:139:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
139 | exit(0);
| ^~~~
conftest.c:139:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:140:3: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
140 | exit(1);
| ^~~~
conftest.c:140:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:18512: $? = 0
configure:18512: ./conftest
configure:18512: $? = 0
configure:18570: checking for broken getcwd
configure:18581: result: no
configure:18586: checking for broken libc stdio
configure:18646: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
conftest.c: In function 'main':
conftest.c:129:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
129 | exit(2);
| ^~~~
conftest.c:120:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
119 | #include <stdio.h>
+++ |+#include <stdlib.h>
120 | int main(int argc, char *argv[])
conftest.c:129:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
129 | exit(2);
| ^~~~
conftest.c:129:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:137:3: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration]
137 | unlink(filename);
| ^~~~~~
/usr/bin/ld: /tmp/ccA1cobr.o: in function `main':
/opt/php-5.6.40/conftest.c:124: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
configure:18646: $? = 0
configure:18646: ./conftest
configure:18646: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_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 <stdio.h>
| int main(int argc, char *argv[])
| {
| FILE *fp;
| long position;
| char *filename = tmpnam(NULL);
|
| fp = fopen(filename, "w");
| if (fp == NULL) {
| perror("fopen");
| exit(2);
| }
| fputs("foobar", fp);
| fclose(fp);
|
| fp = fopen(filename, "a+");
| position = ftell(fp);
| fclose(fp);
| unlink(filename);
| if (position == 0)
| return 1;
| return 0;
| }
|
configure:18659: result: yes
configure:18671: checking whether struct tm is in sys/time.h or time.h
configure:18691: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18691: $? = 0
configure:18698: result: time.h
configure:18706: checking for struct tm.tm_zone
configure:18706: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18706: $? = 0
configure:18706: result: yes
configure:18775: checking for missing declarations of reentrant functions
configure:18788: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18788: $? = 0
configure:18811: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18811: $? = 0
configure:18834: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18834: $? = 0
configure:18857: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18857: $? = 0
configure:18880: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18880: $? = 0
configure:18892: result: done
configure:18896: checking for fclose declaration
configure:18909: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18909: $? = 0
configure:18914: result: ok
configure:18930: checking for tm_gmtoff in struct tm
configure:18947: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18947: $? = 0
configure:18954: result: yes
configure:18964: checking for struct flock
configure:18983: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:18983: $? = 0
configure:18995: result: yes
configure:19004: checking for socklen_t
configure:19025: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:19025: $? = 0
configure:19036: result: yes
configure:19049: checking size of size_t
configure:19054: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:19054: $? = 0
configure:19054: ./conftest
configure:19054: $? = 0
configure:19068: result: 8
configure:19082: checking size of long long
configure:19087: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:19087: $? = 0
configure:19087: ./conftest
configure:19087: $? = 0
configure:19101: result: 8
configure:19115: checking size of long long int
configure:19120: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:19120: $? = 0
configure:19120: ./conftest
configure:19120: $? = 0
configure:19134: result: 8
configure:19148: checking size of long
configure:19153: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:19153: $? = 0
configure:19153: ./conftest
configure:19153: $? = 0
configure:19167: result: 8
configure:19181: checking size of int
configure:19186: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:19186: $? = 0
configure:19186: ./conftest
configure:19186: $? = 0
configure:19200: result: 4
configure:19212: checking size of intmax_t
configure:19253: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:147:23: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
147 | fprintf(fp, "%d\n", sizeof(intmax_t));
| ~^ ~~~~~~~~~~~~~~~~
| | |
| int long unsigned int
| %ld
configure:19253: $? = 0
configure:19253: ./conftest
configure:19253: $? = 0
configure:19287: result: 8
configure:19291: checking size of ssize_t
configure:19332: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:149:23: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
149 | fprintf(fp, "%d\n", sizeof(ssize_t));
| ~^ ~~~~~~~~~~~~~~~
| | |
| int long unsigned int
| %ld
configure:19332: $? = 0
configure:19332: ./conftest
configure:19332: $? = 0
configure:19366: result: 8
configure:19370: checking size of ptrdiff_t
configure:19411: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:151:23: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
151 | fprintf(fp, "%d\n", sizeof(ptrdiff_t));
| ~^ ~~~~~~~~~~~~~~~~~
| | |
| int long unsigned int
| %ld
configure:19411: $? = 0
configure:19411: ./conftest
configure:19411: $? = 0
configure:19445: result: 8
configure:19454: checking size of short
configure:19459: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:19459: $? = 0
configure:19459: ./conftest
configure:19459: $? = 0
configure:19473: result: 2
configure:19487: checking size of int
configure:19506: result: 4
configure:19520: checking size of long
configure:19539: result: 8
configure:19553: checking size of long long
configure:19572: result: 8
configure:19582: checking for int8
configure:19582: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:152:13: error: 'int8' undeclared (first use in this function); did you mean 'int'?
152 | if (sizeof (int8))
| ^~~~
| int
conftest.c:152:13: note: each undeclared identifier is reported only once for each function it appears in
configure:19582: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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
| /* end confdefs.h. */
|
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof (int8))
| return 0;
| ;
| return 0;
| }
configure:19582: result: no
configure:19599: checking for int16
configure:19599: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:152:13: error: 'int16' undeclared (first use in this function); did you mean 'int16_t'?
152 | if (sizeof (int16))
| ^~~~~
| int16_t
conftest.c:152:13: note: each undeclared identifier is reported only once for each function it appears in
configure:19599: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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
| /* end confdefs.h. */
|
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof (int16))
| return 0;
| ;
| return 0;
| }
configure:19599: result: no
configure:19616: checking for int32
configure:19616: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:152:13: error: 'int32' undeclared (first use in this function); did you mean 'int32_t'?
152 | if (sizeof (int32))
| ^~~~~
| int32_t
conftest.c:152:13: note: each undeclared identifier is reported only once for each function it appears in
configure:19616: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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
| /* end confdefs.h. */
|
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof (int32))
| return 0;
| ;
| return 0;
| }
configure:19616: result: no
configure:19633: checking for int64
configure:19633: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:152:13: error: 'int64' undeclared (first use in this function); did you mean 'int64_t'?
152 | if (sizeof (int64))
| ^~~~~
| int64_t
conftest.c:152:13: note: each undeclared identifier is reported only once for each function it appears in
configure:19633: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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
| /* end confdefs.h. */
|
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof (int64))
| return 0;
| ;
| return 0;
| }
configure:19633: result: no
configure:19650: checking for int8_t
configure:19650: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:19650: $? = 0
configure:19650: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:152:21: error: expected expression before ')' token
152 | if (sizeof ((int8_t)))
| ^
configure:19650: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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
| /* end confdefs.h. */
|
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((int8_t)))
| return 0;
| ;
| return 0;
| }
configure:19650: result: yes
configure:19667: checking for int16_t
configure:19667: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:19667: $? = 0
configure:19667: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:153:22: error: expected expression before ')' token
153 | if (sizeof ((int16_t)))
| ^
configure:19667: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| /* end confdefs.h. */
|
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((int16_t)))
| return 0;
| ;
| return 0;
| }
configure:19667: result: yes
configure:19684: checking for int32_t
configure:19684: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:19684: $? = 0
configure:19684: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:154:22: error: expected expression before ')' token
154 | if (sizeof ((int32_t)))
| ^
configure:19684: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| /* end confdefs.h. */
|
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((int32_t)))
| return 0;
| ;
| return 0;
| }
configure:19684: result: yes
configure:19701: checking for int64_t
configure:19701: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:19701: $? = 0
configure:19701: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:155:22: error: expected expression before ')' token
155 | if (sizeof ((int64_t)))
| ^
configure:19701: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| /* end confdefs.h. */
|
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((int64_t)))
| return 0;
| ;
| return 0;
| }
configure:19701: result: yes
configure:19718: checking for uint8
configure:19718: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:156:13: error: 'uint8' undeclared (first use in this function); did you mean 'uint'?
156 | if (sizeof (uint8))
| ^~~~~
| uint
conftest.c:156:13: note: each undeclared identifier is reported only once for each function it appears in
configure:19718: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| /* end confdefs.h. */
|
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof (uint8))
| return 0;
| ;
| return 0;
| }
configure:19718: result: no
configure:19735: checking for uint16
configure:19735: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:156:13: error: 'uint16' undeclared (first use in this function); did you mean 'uint'?
156 | if (sizeof (uint16))
| ^~~~~~
| uint
conftest.c:156:13: note: each undeclared identifier is reported only once for each function it appears in
configure:19735: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| /* end confdefs.h. */
|
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof (uint16))
| return 0;
| ;
| return 0;
| }
configure:19735: result: no
configure:19752: checking for uint32
configure:19752: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:156:13: error: 'uint32' undeclared (first use in this function); did you mean 'uint'?
156 | if (sizeof (uint32))
| ^~~~~~
| uint
conftest.c:156:13: note: each undeclared identifier is reported only once for each function it appears in
configure:19752: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| /* end confdefs.h. */
|
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof (uint32))
| return 0;
| ;
| return 0;
| }
configure:19752: result: no
configure:19769: checking for uint64
configure:19769: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:156:13: error: 'uint64' undeclared (first use in this function); did you mean 'uint'?
156 | if (sizeof (uint64))
| ^~~~~~
| uint
conftest.c:156:13: note: each undeclared identifier is reported only once for each function it appears in
configure:19769: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| /* end confdefs.h. */
|
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof (uint64))
| return 0;
| ;
| return 0;
| }
configure:19769: result: no
configure:19786: checking for uint8_t
configure:19786: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:19786: $? = 0
configure:19786: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:156:22: error: expected expression before ')' token
156 | if (sizeof ((uint8_t)))
| ^
configure:19786: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| /* end confdefs.h. */
|
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((uint8_t)))
| return 0;
| ;
| return 0;
| }
configure:19786: result: yes
configure:19803: checking for uint16_t
configure:19803: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:19803: $? = 0
configure:19803: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:157:23: error: expected expression before ')' token
157 | if (sizeof ((uint16_t)))
| ^
configure:19803: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| /* end confdefs.h. */
|
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((uint16_t)))
| return 0;
| ;
| return 0;
| }
configure:19803: result: yes
configure:19820: checking for uint32_t
configure:19820: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:19820: $? = 0
configure:19820: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:158:23: error: expected expression before ')' token
158 | if (sizeof ((uint32_t)))
| ^
configure:19820: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| /* end confdefs.h. */
|
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((uint32_t)))
| return 0;
| ;
| return 0;
| }
configure:19820: result: yes
configure:19837: checking for uint64_t
configure:19837: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:19837: $? = 0
configure:19837: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:159:23: error: expected expression before ')' token
159 | if (sizeof ((uint64_t)))
| ^
configure:19837: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| /* end confdefs.h. */
|
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((uint64_t)))
| return 0;
| ;
| return 0;
| }
configure:19837: result: yes
configure:19854: checking for u_int8_t
configure:19854: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:19854: $? = 0
configure:19854: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:160:23: error: expected expression before ')' token
160 | if (sizeof ((u_int8_t)))
| ^
configure:19854: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| /* end confdefs.h. */
|
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((u_int8_t)))
| return 0;
| ;
| return 0;
| }
configure:19854: result: yes
configure:19871: checking for u_int16_t
configure:19871: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:19871: $? = 0
configure:19871: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:161:24: error: expected expression before ')' token
161 | if (sizeof ((u_int16_t)))
| ^
configure:19871: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| /* end confdefs.h. */
|
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((u_int16_t)))
| return 0;
| ;
| return 0;
| }
configure:19871: result: yes
configure:19888: checking for u_int32_t
configure:19888: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:19888: $? = 0
configure:19888: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:162:24: error: expected expression before ')' token
162 | if (sizeof ((u_int32_t)))
| ^
configure:19888: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| /* end confdefs.h. */
|
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((u_int32_t)))
| return 0;
| ;
| return 0;
| }
configure:19888: result: yes
configure:19905: checking for u_int64_t
configure:19905: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:19905: $? = 0
configure:19905: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:163:24: error: expected expression before ')' token
163 | if (sizeof ((u_int64_t)))
| ^
configure:19905: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| /* end confdefs.h. */
|
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((u_int64_t)))
| return 0;
| ;
| return 0;
| }
configure:19905: result: yes
configure:19928: checking for struct stat.st_blksize
configure:19928: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:19928: $? = 0
configure:19928: result: yes
configure:19942: checking for struct stat.st_blocks
configure:19942: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:19942: $? = 0
configure:19942: result: yes
configure:19967: checking for struct stat.st_rdev
configure:19967: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:19967: $? = 0
configure:19967: result: yes
configure:19981: checking for size_t
configure:19981: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:19981: $? = 0
configure:19981: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:195:21: error: expected expression before ')' token
195 | if (sizeof ((size_t)))
| ^
configure:19981: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:19981: result: yes
configure:19992: checking for uid_t in sys/types.h
configure:20011: result: yes
configure:20024: checking for struct sockaddr_storage
configure:20041: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:20041: $? = 0
configure:20049: result: yes
configure:20056: checking for field sa_len in struct sockaddr
configure:20074: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:165:44: error: 'struct sockaddr' has no member named 'sa_len'
165 | static struct sockaddr sa; int n = (int) sa.sa_len; return n;
| ^
configure:20074: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/socket.h>
| int
| main ()
| {
| static struct sockaddr sa; int n = (int) sa.sa_len; return n;
| ;
| return 0;
| }
configure:20082: result: no
configure:20091: checking for IPv6 support
configure:20109: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20109: $? = 0
configure:20117: result: yes
configure:20123: checking for vprintf
configure:20123: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
conftest.c:183:6: warning: conflicting types for built-in function 'vprintf'; expected 'int(const char *, __va_list_tag *)' [-Wbuiltin-declaration-mismatch]
183 | char vprintf ();
| ^~~~~~~
conftest.c:171:1: note: 'vprintf' is declared in header '<stdio.h>'
170 | # include <limits.h>
171 | #else
configure:20123: $? = 0
configure:20123: result: yes
configure:20129: checking for _doprnt
configure:20129: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
/usr/bin/ld: /tmp/cc2RRxDL.o: in function `main':
/opt/php-5.6.40/conftest.c:195: undefined reference to `_doprnt'
collect2: error: ld returned 1 exit status
configure:20129: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h. */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _doprnt innocuous__doprnt
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _doprnt (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _doprnt
|
| /* 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 _doprnt ();
| /* 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__doprnt || defined __stub____doprnt
| choke me
| #endif
|
| int
| main ()
| {
| return _doprnt ();
| ;
| return 0;
| }
configure:20129: result: no
configure:20225: checking for alphasort
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for asctime_r
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for chroot
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for ctime_r
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for cuserid
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for crypt
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
/usr/bin/ld: /tmp/ccqKZhaf.o: in function `main':
/opt/php-5.6.40/conftest.c:200: undefined reference to `crypt'
collect2: error: ld returned 1 exit status
configure:20225: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| /* end confdefs.h. */
| /* Define crypt to an innocuous variant, in case <limits.h> declares crypt.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define crypt innocuous_crypt
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char crypt (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef crypt
|
| /* 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 crypt ();
| /* 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_crypt || defined __stub___crypt
| choke me
| #endif
|
| int
| main ()
| {
| return crypt ();
| ;
| return 0;
| }
configure:20225: result: no
configure:20225: checking for flock
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for ftok
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for funopen
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
/usr/bin/ld: /tmp/cc7DKzDZ.o: in function `main':
/opt/php-5.6.40/conftest.c:202: undefined reference to `funopen'
collect2: error: ld returned 1 exit status
configure:20225: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 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.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef 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 ()
| {
| return funopen ();
| ;
| return 0;
| }
configure:20225: result: no
configure:20225: checking for gai_strerror
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for gcvt
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for getloadavg
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for getlogin
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for getprotobyname
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for getprotobynumber
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for getservbyname
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for getservbyport
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for gethostname
configure:20225: result: yes
configure:20225: checking for getrusage
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for gettimeofday
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for gmtime_r
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for getpwnam_r
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for getgrnam_r
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for getpwuid_r
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for grantpt
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for inet_ntoa
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for inet_ntop
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for inet_pton
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for isascii
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
conftest.c:210:6: warning: conflicting types for built-in function 'isascii'; expected 'int(int)' [-Wbuiltin-declaration-mismatch]
210 | char isascii ();
| ^~~~~~~
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for link
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for localtime_r
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for lockf
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for lchown
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for lrand48
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for memcpy
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
conftest.c:216:6: warning: conflicting types for built-in function 'memcpy'; expected 'void *(void *, const void *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
216 | char memcpy ();
| ^~~~~~
conftest.c:204:1: note: 'memcpy' is declared in header '<string.h>'
203 | # include <limits.h>
204 | #else
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for memmove
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
conftest.c:217:6: warning: conflicting types for built-in function 'memmove'; expected 'void *(void *, const void *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
217 | char memmove ();
| ^~~~~~~
conftest.c:205:1: note: 'memmove' is declared in header '<string.h>'
204 | # include <limits.h>
205 | #else
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for mkstemp
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for mmap
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for nl_langinfo
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for perror
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for poll
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for ptsname
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for putenv
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for realpath
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for random
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for rand_r
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for scandir
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for setitimer
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for setlocale
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for localeconv
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for setenv
configure:20225: result: yes
configure:20225: checking for setpgid
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for setsockopt
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for setvbuf
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for shutdown
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for sin
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
conftest.c:237:6: warning: conflicting types for built-in function 'sin'; expected 'double(double)' [-Wbuiltin-declaration-mismatch]
237 | char sin ();
| ^~~
conftest.c:225:1: note: 'sin' is declared in header '<math.h>'
224 | # include <limits.h>
225 | #else
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for snprintf
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
conftest.c:238:6: warning: conflicting types for built-in function 'snprintf'; expected 'int(char *, long unsigned int, const char *, ...)' [-Wbuiltin-declaration-mismatch]
238 | char snprintf ();
| ^~~~~~~~
conftest.c:226:1: note: 'snprintf' is declared in header '<stdio.h>'
225 | # include <limits.h>
226 | #else
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for srand48
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for srandom
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for statfs
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for statvfs
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for std_syslog
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
/usr/bin/ld: /tmp/ccHzd9dj.o: in function `main':
/opt/php-5.6.40/conftest.c:254: undefined reference to `std_syslog'
collect2: error: ld returned 1 exit status
configure:20225: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| /* end confdefs.h. */
| /* Define std_syslog to an innocuous variant, in case <limits.h> declares std_syslog.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define std_syslog innocuous_std_syslog
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char std_syslog (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef std_syslog
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char std_syslog ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_std_syslog || defined __stub___std_syslog
| choke me
| #endif
|
| int
| main ()
| {
| return std_syslog ();
| ;
| return 0;
| }
configure:20225: result: no
configure:20225: checking for strcasecmp
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
conftest.c:243:6: warning: conflicting types for built-in function 'strcasecmp'; expected 'int(const char *, const char *)' [-Wbuiltin-declaration-mismatch]
243 | char strcasecmp ();
| ^~~~~~~~~~
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for strcoll
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for strdup
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
conftest.c:245:6: warning: conflicting types for built-in function 'strdup'; expected 'char *(const char *)' [-Wbuiltin-declaration-mismatch]
245 | char strdup ();
| ^~~~~~
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for strerror
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for strftime
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
conftest.c:247:6: warning: conflicting types for built-in function 'strftime'; expected 'long unsigned int(char *, long unsigned int, const char *, const void *)' [-Wbuiltin-declaration-mismatch]
247 | char strftime ();
| ^~~~~~~~
conftest.c:235:1: note: 'strftime' is declared in header '<time.h>'
234 | # include <limits.h>
235 | #else
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for strnlen
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
conftest.c:248:6: warning: conflicting types for built-in function 'strnlen'; expected 'long unsigned int(const char *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
248 | char strnlen ();
| ^~~~~~~
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for strptime
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for strstr
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
conftest.c:250:6: warning: conflicting types for built-in function 'strstr'; expected 'char *(const char *, const char *)' [-Wbuiltin-declaration-mismatch]
250 | char strstr ();
| ^~~~~~
conftest.c:238:1: note: 'strstr' is declared in header '<string.h>'
237 | # include <limits.h>
238 | #else
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for strtok_r
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for symlink
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for tempnam
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
/usr/bin/ld: /tmp/ccYFTj9n.o: in function `main':
/opt/php-5.6.40/conftest.c:264: warning: the use of `tempnam' is dangerous, better use `mkstemp'
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for tzset
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for unlockpt
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for unsetenv
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for usleep
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for utime
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for vsnprintf
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
conftest.c:259:6: warning: conflicting types for built-in function 'vsnprintf'; expected 'int(char *, long unsigned int, const char *, __va_list_tag *)' [-Wbuiltin-declaration-mismatch]
259 | char vsnprintf ();
| ^~~~~~~~~
conftest.c:247:1: note: 'vsnprintf' is declared in header '<stdio.h>'
246 | # include <limits.h>
247 | #else
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for vasprintf
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for asprintf
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20225: checking for nanosleep
configure:20225: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl >&5
configure:20225: $? = 0
configure:20225: result: yes
configure:20240: checking for nanosleep in -lrt
configure:20265: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lrt -lm -lnsl >&5
configure:20265: $? = 0
configure:20274: result: yes
configure:20336: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lm -lnsl -lrt >&5
conftest.c:240:1: warning: return type defaults to 'int' [-Wimplicit-int]
240 | main() { return (0); }
| ^~~~
configure:20336: $? = 0
configure:20336: ./conftest
configure:20336: $? = 0
configure:20374: checking for getaddrinfo
configure:20390: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lrt -lm -lnsl >&5
configure:20390: $? = 0
configure:20434: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lrt -lm -lnsl >&5
conftest.c: In function 'main':
conftest.c:251:3: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration]
251 | memset(&hints, 0, sizeof(hints));
| ^~~~~~
conftest.c:244:1: note: include '<string.h>' or provide a declaration of 'memset'
243 | #include <netdb.h>
+++ |+#include <string.h>
244 | #include <sys/types.h>
conftest.c:251:3: warning: incompatible implicit declaration of built-in function 'memset' [-Wbuiltin-declaration-mismatch]
251 | memset(&hints, 0, sizeof(hints));
| ^~~~~~
conftest.c:251:3: note: include '<string.h>' or provide a declaration of 'memset'
conftest.c:255:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
255 | exit(1);
| ^~~~
conftest.c:244:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
243 | #include <netdb.h>
+++ |+#include <stdlib.h>
244 | #include <sys/types.h>
conftest.c:255:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
255 | exit(1);
| ^~~~
conftest.c:255:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:259:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
259 | exit(1);
| ^~~~
conftest.c:259:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:267:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
267 | exit(1);
| ^~~~
conftest.c:267:7: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:271:7: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
271 | exit(1);
| ^~~~
conftest.c:271:7: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:276:3: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
276 | exit(0);
| ^~~~
conftest.c:276:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:20434: $? = 0
configure:20434: ./conftest
configure:20434: $? = 0
configure:20449: result: yes
configure:20457: checking for __sync_fetch_and_add
configure:20473: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lrt -lm -lnsl >&5
configure:20473: $? = 0
configure:20481: result: yes
configure:20489: checking for strlcat
configure:20489: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lrt -lm -lnsl >&5
/usr/bin/ld: /tmp/ccGbewWw.o: in function `main':
/opt/php-5.6.40/conftest.c:278: undefined reference to `strlcat'
collect2: error: ld returned 1 exit status
configure:20489: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 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.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef 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 ()
| {
| return strlcat ();
| ;
| return 0;
| }
configure:20489: result: no
configure:20502: checking for strlcpy
configure:20502: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lrt -lm -lnsl >&5
/usr/bin/ld: /tmp/ccMU4vEp.o: in function `main':
/opt/php-5.6.40/conftest.c:278: undefined reference to `strlcpy'
collect2: error: ld returned 1 exit status
configure:20502: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 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.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef 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 ()
| {
| return strlcpy ();
| ;
| return 0;
| }
configure:20502: result: no
configure:20515: checking for getopt
configure:20515: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lrt -lm -lnsl >&5
configure:20515: $? = 0
configure:20515: result: yes
configure:20535: checking for utime.h
configure:20535: result: yes
configure:20549: checking whether utime accepts a null argument
configure:20578: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lrt -lm -lnsl >&5
configure:20578: $? = 0
configure:20578: ./conftest
configure:20578: $? = 0
configure:20588: result: yes
configure:20600: checking for working alloca.h
configure:20617: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lrt -lm -lnsl >&5
configure:20617: $? = 0
configure:20625: result: yes
configure:20633: checking for alloca
configure:20670: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lrt -lm -lnsl >&5
configure:20670: $? = 0
configure:20678: result: yes
configure:20788: checking for declared timezone
configure:20813: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:20813: $? = 0
configure:20824: result: yes
configure:20833: checking for type of reentrant time-related functions
configure:20862: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lrt -lm -lnsl >&5
conftest.c:253:1: warning: return type defaults to 'int' [-Wimplicit-int]
253 | main() {
| ^~~~
conftest.c: In function 'main':
conftest.c:259:3: warning: assignment to 'int' from 'struct tm *' makes integer from pointer without a cast [-Wint-conversion]
259 | s = gmtime_r(&old, &t);
| ^
conftest.c:260:11: error: too many arguments to function 'asctime_r'
260 | r = (int) asctime_r(&t, buf, 26);
| ^~~~~~~~~
In file included from conftest.c:251:
/usr/include/time.h:197:14: note: declared here
197 | extern char *asctime_r (const struct tm *__restrict __tp,
| ^~~~~~~~~
conftest.c:260:5: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
260 | r = (int) asctime_r(&t, buf, 26);
| ^
configure:20862: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| /* end confdefs.h. */
|
| #include <time.h>
|
| main() {
| char buf[27];
| struct tm t;
| time_t old = 0;
| int r, s;
|
| s = gmtime_r(&old, &t);
| r = (int) asctime_r(&t, buf, 26);
| if (r == s && s == 0) return (0);
| return (1);
| }
|
configure:20889: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lrt -lm -lnsl >&5
conftest.c:252:1: warning: return type defaults to 'int' [-Wimplicit-int]
252 | main() {
| ^~~~
conftest.c: In function 'main':
conftest.c:258:7: error: too many arguments to function 'asctime_r'
258 | p = asctime_r(&t, buf, 26);
| ^~~~~~~~~
In file included from conftest.c:251:
/usr/include/time.h:197:14: note: declared here
197 | extern char *asctime_r (const struct tm *__restrict __tp,
| ^~~~~~~~~
configure:20889: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| /* end confdefs.h. */
|
| #include <time.h>
| main() {
| struct tm t, *s;
| time_t old = 0;
| char buf[27], *p;
|
| s = gmtime_r(&old, &t);
| p = asctime_r(&t, buf, 26);
| if (p == buf && s == &t) return (0);
| return (1);
| }
|
configure:20910: result: POSIX
configure:20922: checking for readdir_r
configure:20922: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lrt -lm -lnsl >&5
configure:20922: $? = 0
configure:20922: result: yes
configure:20930: checking for type of readdir_r
configure:20966: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lrt -lm -lnsl >&5
conftest.c:259:1: warning: return type defaults to 'int' [-Wimplicit-int]
259 | main() {
| ^~~~
conftest.c: In function 'main':
conftest.c:266:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
266 | exit(1);
| ^~~~
conftest.c:254:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
253 | #include <dirent.h>
+++ |+#include <stdlib.h>
254 |
conftest.c:266:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
266 | exit(1);
| ^~~~
conftest.c:266:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:267:3: warning: 'readdir_r' is deprecated [-Wdeprecated-declarations]
267 | if (readdir_r(dir, (struct dirent *) entry, &pentry) == 0)
| ^~
In file included from conftest.c:253:
/usr/include/dirent.h:183:12: note: declared here
183 | extern int readdir_r (DIR *__restrict __dirp,
| ^~~~~~~~~
conftest.c:268:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
268 | exit(0);
| ^~~~
conftest.c:268:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:269:3: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
269 | exit(1);
| ^~~~
conftest.c:269:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:20966: $? = 0
configure:20966: ./conftest
configure:20966: $? = 0
configure:20999: result: POSIX
configure:21014: checking for in_addr_t
configure:21039: result: yes
configure:21050: checking for crypt_r
configure:21050: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lrt -lm -lnsl >&5
/usr/bin/ld: /tmp/ccP0uXaA.o: in function `main':
/opt/php-5.6.40/conftest.c:285: undefined reference to `crypt_r'
collect2: error: ld returned 1 exit status
configure:21050: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| /* end confdefs.h. */
| /* Define crypt_r to an innocuous variant, in case <limits.h> declares crypt_r.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define crypt_r innocuous_crypt_r
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char crypt_r (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef crypt_r
|
| /* 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 crypt_r ();
| /* 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_crypt_r || defined __stub___crypt_r
| choke me
| #endif
|
| int
| main ()
| {
| return crypt_r ();
| ;
| return 0;
| }
configure:21050: result: no
configure:21167: result:
configure:21169: result: [1mGeneral settings[m
configure:21184: checking whether to include gcov symbols
configure:21198: result: no
configure:21369: checking whether to include debugging symbols
configure:21383: result: no
configure:21417: checking layout of installed files
configure:21432: result: PHP
configure:21450: checking path to configuration file
configure:21465: result: DEFAULT
configure:21482: checking where to scan for configuration files
configure:21508: result:
configure:21516: checking whether to enable PHP's own SIGCHLD handler
configure:21530: result: no
configure:21549: checking whether to explicitly link against libgcc
configure:21563: result: no
configure:21626: checking whether to enable short tags by default
configure:21640: result: yes
configure:21659: checking whether to enable dmalloc
configure:21673: result: no
configure:21744: checking whether to enable IPv6 support
configure:21758: result: yes
configure:21773: checking whether to enable DTrace support
configure:21787: result: no
configure:21918: checking how big to make fd sets
configure:21950: result: using system default
configure:21964: result:
configure:21966: result: [1mConfiguring extensions[m
configure:21988: checking size of long
configure:22007: result: 8
configure:22021: checking size of int
configure:22040: result: 4
configure:22051: checking for int32_t
configure:22080: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:22080: $? = 0
configure:22088: result: yes
configure:22097: checking for uint32_t
configure:22126: cc -c -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:22126: $? = 0
configure:22134: result: yes
configure:22152: checking for sys/types.h
configure:22152: result: yes
configure:22152: checking for inttypes.h
configure:22152: result: yes
configure:22152: checking for stdint.h
configure:22152: result: yes
configure:22152: checking for string.h
configure:22152: result: yes
configure:22152: checking for stdlib.h
configure:22152: result: yes
configure:22166: checking for strtoll
configure:22166: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lrt -lm -lnsl >&5
configure:22166: $? = 0
configure:22166: result: yes
configure:22166: checking for atoll
configure:22166: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lrt -lm -lnsl >&5
configure:22166: $? = 0
configure:22166: result: yes
configure:22166: checking for strftime
configure:22166: result: yes
configure:22619: checking which regex library to use
configure:22621: result: php
configure:23032: checking whether to enable LIBXML support
configure:23067: result: yes
configure:23077: checking libxml2 install dir
configure:23092: result: no
configure:23104: checking for xml2-config path
configure:23118: result: /usr/bin/xml2-config
configure:23262: checking whether libxml build works
configure:23289: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c
-lrt -lm -lnsl -lxml2 >&5
configure:23289: $? = 0
configure:23289: ./conftest
configure:23289: $? = 0
configure:23313: result: yes
configure:23650: checking for OpenSSL support
configure:23686: result: no
configure:23695: checking for Kerberos support
configure:23710: result: no
configure:23719: checking whether to use system default cipher list instead of hardcoded value
configure:23734: result: no
configure:25694: checking for PCRE library to use
configure:25696: result: bundled
configure:26034: checking whether to enable the SQLite3 extension
configure:26070: result: yes
configure:26845: checking bundled sqlite3 library
configure:26847: result: yes
configure:27202: checking for ZLIB support
configure:27238: result: yes
configure:27247: checking if the location of ZLIB install directory is defined
configure:27262: result: no
configure:27595: checking for zlib version >= 1.2.0.4
configure:27598: result: 1.2.11
configure:27701: checking for gzgets in -lz
configure:27726: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lz -lrt -lm -lnsl -lxml2 >&5
configure:27726: $? = 0
configure:27735: result: yes
configure:27860: checking whether to enable bc style precision math functions
configure:27895: result: no
configure:28225: checking for BZip2 support
configure:28261: result: no
configure:28874: checking whether to enable calendar conversion support
configure:28909: result: no
configure:29218: checking whether to enable ctype functions
configure:29253: result: yes
configure:29562: checking for cURL support
configure:29598: result: yes
configure:29608: checking for cURL in default path
configure:29613: result: found in /usr
configure:29628: checking for cURL 7.10.5 or greater
configure:29642: result: libcurl 7.81.0
configure:29867: checking for SSL support in libcurl
configure:29871: result: yes
configure:29885: checking how to run the C preprocessor
configure:29955: result: cc -E
configure:29975: cc -E -I/usr/include conftest.c
configure:29975: $? = 0
configure:29989: cc -E -I/usr/include conftest.c
conftest.c:277:10: fatal error: ac_nonexistent.h: No such file or directory
277 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:29989: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:30017: checking for openssl support in libcurl
configure:30044: cc -o conftest -I/usr/include conftest.c -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl >&5
conftest.c: In function 'main':
conftest.c:288:12: warning: implicit declaration of function 'strncasecmp' [-Wimplicit-function-declaration]
288 | return strncasecmp(ptr, "OpenSSL", sizeof("OpenSSL")-1);
| ^~~~~~~~~~~
configure:30044: $? = 0
configure:30044: ./conftest
configure:30044: $? = 248
configure: program exited with status 248
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| /* end confdefs.h. */
|
| #include <curl/curl.h>
|
| int main(int argc, char *argv[])
| {
| curl_version_info_data *data = curl_version_info(CURLVERSION_NOW);
|
| if (data && data->ssl_version && *data->ssl_version) {
| const char *ptr = data->ssl_version;
|
| while(*ptr == ' ') ++ptr;
| return strncasecmp(ptr, "OpenSSL", sizeof("OpenSSL")-1);
| }
| return 1;
| }
|
configure:30067: result: no
configure:30076: checking for gnutls support in libcurl
configure:30103: cc -o conftest -I/usr/include conftest.c -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl >&5
conftest.c: In function 'main':
conftest.c:288:12: warning: implicit declaration of function 'strncasecmp' [-Wimplicit-function-declaration]
288 | return strncasecmp(ptr, "GnuTLS", sizeof("GnuTLS")-1);
| ^~~~~~~~~~~
configure:30103: $? = 0
configure:30103: ./conftest
configure:30103: $? = 0
configure:30105: result: yes
configure:30107: checking gcrypt.h usability
configure:30107: cc -c -I/usr/include conftest.c >&5
conftest.c:310:10: fatal error: gcrypt.h: No such file or directory
310 | #include <gcrypt.h>
| ^~~~~~~~~~
compilation terminated.
configure:30107: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <gcrypt.h>
configure:30107: result: no
configure:30107: checking gcrypt.h presence
configure:30107: cc -E -I/usr/include conftest.c
conftest.c:277:10: fatal error: gcrypt.h: No such file or directory
277 | #include <gcrypt.h>
| ^~~~~~~~~~
compilation terminated.
configure:30107: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| /* end confdefs.h. */
| #include <gcrypt.h>
configure:30107: result: no
configure:30107: checking for gcrypt.h
configure:30107: result: no
configure:30232: checking for curl_easy_perform in -lcurl
configure:30257: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include -lcurl conftest.c -lcurl -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl >&5
configure:30257: $? = 0
configure:30266: result: yes
configure:30387: checking for curl_easy_strerror in -lcurl
configure:30412: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include -lcurl conftest.c -lcurl -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl >&5
configure:30412: $? = 0
configure:30421: result: yes
configure:30540: checking for curl_multi_strerror in -lcurl
configure:30565: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include -lcurl conftest.c -lcurl -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl >&5
configure:30565: $? = 0
configure:30574: result: yes
configure:31452: checking for QDBM support
configure:31463: result: no
configure:31788: checking for GDBM support
configure:31799: result: no
configure:32110: checking for NDBM support
configure:32121: result: no
configure:32458: checking for TCADB support
configure:32469: result: no
configure:32790: checking for Berkeley DB4 support
configure:32801: result: no
configure:33111: checking for Berkeley DB3 support
configure:33122: result: no
configure:33432: checking for Berkeley DB2 support
configure:33443: result: no
configure:33677: checking for DB1 support
configure:33688: result: no
configure:34043: checking for DBM support
configure:34054: result: no
configure:34443: checking for CDB support
configure:34454: result: no
configure:34475: checking for INI File support
configure:34486: result: no
configure:34507: checking for FlatFile support
configure:34518: result: no
configure:34524: checking whether to enable DBA interface
configure:34849: result: no
configure:34857: checking whether to enable DOM support
configure:34892: result: yes
configure:34931: checking for xml2-config path
configure:34945: result: /usr/bin/xml2-config
configure:35089: checking whether libxml build works
configure:35140: result: yes
configure:35535: checking for ENCHANT support
configure:35571: result: no
configure:36186: checking whether to enable EXIF (metadata from images) support
configure:36221: result: no
configure:36530: checking for fileinfo support
configure:36565: result: yes
configure:36580: checking for strcasestr
configure:36617: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 >&5
configure:36617: $? = 0
configure:36617: ./conftest
configure:36617: $? = 0
configure:36619: result: yes
configure:36938: checking for utimes
configure:36938: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 >&5
configure:36938: $? = 0
configure:36938: result: yes
configure:36938: checking for strndup
configure:36938: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 >&5
conftest.c:306:6: warning: conflicting types for built-in function 'strndup'; expected 'char *(const char *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
306 | char strndup ();
| ^~~~~~~
configure:36938: $? = 0
configure:36938: result: yes
configure:36960: checking whether to enable input filter support
configure:36995: result: yes
configure:37004: checking pcre install prefix
configure:37019: result: no
configure:37416: checking whether to enable FTP support
configure:37451: result: no
configure:37460: checking OpenSSL dir for FTP
configure:37475: result: no
configure:38505: checking for GD support
configure:38541: result: no
configure:38550: checking for the location of libvpx
configure:38565: result: no
configure:38576: checking for the location of libjpeg
configure:38591: result: no
configure:38602: checking for the location of libpng
configure:38617: result: no
configure:38653: checking for the location of libXpm
configure:38668: result: no
configure:38677: checking for FreeType 2
configure:38692: result: no
configure:38701: checking for T1lib support
configure:38716: result: no
configure:38725: checking whether to enable truetype string function in GD
configure:38739: result: no
configure:38748: checking whether to enable JIS-mapped Japanese font support in GD
configure:38762: result: no
configure:44355: checking for GNU gettext support
configure:44391: result: no
configure:45120: checking for GNU MP support
configure:45156: result: no
configure:45906: checking for mhash support
configure:45942: result: no
configure:45951: checking whether to enable hash support
configure:45986: result: yes
configure:46007: checking whether byte ordering is bigendian
configure:46044: result: no
configure:46057: checking size of short
configure:46076: result: 2
configure:46090: checking size of int
configure:46109: result: 4
configure:46123: checking size of long
configure:46142: result: 8
configure:46156: checking size of long long
configure:46175: result: 8
configure:46515: checking for iconv support
configure:46551: result: yes
configure:46580: checking for iconv
configure:46580: cc -o conftest -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:46580: $? = 0
configure:46580: result: yes
configure:47120: checking if iconv is glibc's
configure:47133: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib conftest.c -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 >&5
configure:47133: $? = 0
configure:47135: result: yes
configure:47412: checking if iconv supports errno
configure:47447: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib conftest.c -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 >&5
configure:47447: $? = 0
configure:47447: ./conftest
configure:47447: $? = 0
configure:47449: result: yes
configure:47475: checking if iconv supports //IGNORE
configure:47509: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib conftest.c -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 >&5
configure:47509: $? = 0
configure:47509: ./conftest
configure:47509: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| #define HAVE_CURL 1
| #define HAVE_CURL_EASY_STRERROR 1
| #define HAVE_CURL_MULTI_STRERROR 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_HASH_EXT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ICONV 1
| #define HAVE_GLIBC_ICONV 1
| #define PHP_ICONV_IMPL "glibc"
| #define ICONV_SUPPORTS_ERRNO 1
| /* end confdefs.h. */
|
| #include </usr/include/iconv.h>
| #include <stdlib.h>
|
| int main() {
| iconv_t cd = iconv_open( "UTF-8//IGNORE", "UTF-8" );
| char *in_p = "\xC3\xC3\xC3\xB8";
| size_t in_left = 4, out_left = 4096;
| char *out = malloc(out_left);
| char *out_p = out;
| size_t result = iconv(cd, (char **) &in_p, &in_left, (char **) &out_p, &out_left);
| if(result == (size_t)-1) {
| return 1;
| }
| return 0;
| }
|
configure:47522: result: no
configure:47537: checking if your cpp allows macro usage in include lines
configure:47553: cc -c -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:47553: $? = 0
configure:47555: result: yes
configure:47908: checking for IMAP support
configure:47944: result: no
configure:47953: checking for IMAP Kerberos support
configure:47968: result: no
configure:47977: checking for IMAP SSL support
configure:47992: result: no
configure:50417: checking for InterBase support
configure:50453: result: no
configure:51356: checking whether to enable internationalization support
configure:51391: result: yes
configure:51472: checking for location of ICU headers and libraries
configure:51481: result: /usr/local
configure:51484: checking for ICU 4.0 or greater
configure:51492: result: found 56.2
configure:51696: checking for g++
configure:51712: found /usr/bin/g++
configure:51723: result: g++
configure:51750: checking for C++ compiler version
configure:51759: g++ --version >&5
g++ (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:51770: $? = 0
configure:51759: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-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,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-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-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-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)
... rest of stderr output deleted ...
configure:51770: $? = 0
configure:51759: g++ -V >&5
g++: error: unrecognized command-line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:51770: $? = 1
configure:51759: g++ -qversion >&5
g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:51770: $? = 1
configure:51774: checking whether we are using the GNU C++ compiler
configure:51793: g++ -c -I/usr/include conftest.cpp >&5
configure:51793: $? = 0
configure:51802: result: yes
configure:51811: checking whether g++ accepts -g
configure:51831: g++ -c -g -I/usr/include conftest.cpp >&5
configure:51831: $? = 0
configure:51872: result: yes
configure:51900: checking how to run the C++ preprocessor
configure:51927: g++ -E -I/usr/include conftest.cpp
configure:51927: $? = 0
configure:51941: g++ -E -I/usr/include conftest.cpp
conftest.cpp:295:10: fatal error: ac_nonexistent.h: No such file or directory
295 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:51941: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| #define HAVE_CURL 1
| #define HAVE_CURL_EASY_STRERROR 1
| #define HAVE_CURL_MULTI_STRERROR 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_HASH_EXT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ICONV 1
| #define HAVE_GLIBC_ICONV 1
| #define PHP_ICONV_IMPL "glibc"
| #define ICONV_SUPPORTS_ERRNO 1
| #define ICONV_BROKEN_IGNORE 1
| #define PHP_ICONV_H_PATH </usr/include/iconv.h>
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:51966: result: g++ -E
configure:51986: g++ -E -I/usr/include conftest.cpp
configure:51986: $? = 0
configure:52000: g++ -E -I/usr/include conftest.cpp
conftest.cpp:295:10: fatal error: ac_nonexistent.h: No such file or directory
295 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:52000: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| #define HAVE_CURL 1
| #define HAVE_CURL_EASY_STRERROR 1
| #define HAVE_CURL_MULTI_STRERROR 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_HASH_EXT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ICONV 1
| #define HAVE_GLIBC_ICONV 1
| #define PHP_ICONV_IMPL "glibc"
| #define ICONV_SUPPORTS_ERRNO 1
| #define ICONV_BROKEN_IGNORE 1
| #define PHP_ICONV_H_PATH </usr/include/iconv.h>
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:52700: checking whether to enable JavaScript Object Serialization support
configure:52735: result: yes
configure:52745: checking for ANSI C header files
configure:52849: result: yes
configure:53184: checking for LDAP support
configure:53220: result: no
configure:53229: checking for LDAP Cyrus SASL support
configure:53244: result: no
configure:56282: checking whether to enable multibyte string support
configure:56317: result: yes
configure:56326: checking whether to enable multibyte regex support
configure:56340: result: yes
configure:56349: checking whether to check multibyte regex backtrack
configure:56363: result: yes
configure:56372: checking for external libmbfl
configure:56387: result: no
configure:56396: checking for external oniguruma
configure:56411: result: no
configure:56436: checking for variable length prototypes and stdarg.h
configure:56469: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio >&5
configure:56469: $? = 0
configure:56469: ./conftest
configure:56469: $? = 0
configure:56480: result: yes
configure:56486: checking for stdlib.h
configure:56486: result: yes
configure:56486: checking for string.h
configure:56486: result: yes
configure:56486: checking for strings.h
configure:56486: result: yes
configure:56486: checking for unistd.h
configure:56486: result: yes
configure:56486: checking for sys/time.h
configure:56486: result: yes
configure:56486: checking sys/times.h usability
configure:56486: cc -c -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:56486: $? = 0
configure:56486: result: yes
configure:56486: checking sys/times.h presence
configure:56486: cc -E -I/usr/include conftest.c
configure:56486: $? = 0
configure:56486: result: yes
configure:56486: checking for sys/times.h
configure:56486: result: yes
configure:56486: checking for stdarg.h
configure:56486: result: yes
configure:56500: checking size of int
configure:56519: result: 4
configure:56533: checking size of short
configure:56552: result: 2
configure:56566: checking size of long
configure:56585: result: 8
configure:56595: checking for an ANSI C-conforming const
configure:56660: cc -c -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:56660: $? = 0
configure:56667: result: yes
configure:56675: checking whether time.h and sys/time.h may both be included
configure:56695: cc -c -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:56695: $? = 0
configure:56702: result: yes
configure:56712: checking for working alloca.h
configure:56737: result: yes
configure:56745: checking for alloca
configure:56790: result: yes
configure:56899: checking for working memcmp
configure:56942: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio >&5
configure:56942: $? = 0
configure:56942: ./conftest
configure:56942: $? = 0
configure:56952: result: yes
configure:56961: checking for stdarg.h
configure:56961: result: yes
configure:58394: checking for mcrypt support
configure:58430: result: no
configure:59237: checking for MSSQL support via FreeTDS
configure:59273: result: no
configure:59897: checking for MySQL support
configure:59933: result: yes
configure:59942: checking for specified location of the MySQL UNIX socket
configure:59957: result: no
configure:60801: checking for MySQL UNIX socket location
configure:60837: result: /var/run/mysqld/mysqld.sock
configure:61179: checking for MySQLi support
configure:61215: result: no
configure:61224: checking whether to enable embedded MySQLi support
configure:61238: result: no
configure:62274: checking for Oracle Database OCI8 support
configure:62310: result: no
configure:64048: checking for Adabas support
configure:64205: result: no
configure:64254: checking for SAP DB support
configure:64341: result: no
configure:64390: checking for Solid support
configure:64487: result: no
configure:64536: checking for IBM DB2 support
configure:64610: result: no
configure:64659: checking for ODBCRouter.com support
configure:64677: result: no
configure:64726: checking for Empress support
configure:64755: result: no
configure:64804: checking for Empress local access support
configure:64849: result: no
configure:64898: checking for Birdstep support
configure:64957: result: no
configure:65006: checking for a custom ODBC support
configure:65024: result: no
configure:65073: checking for iODBC support
configure:65319: result: no
configure:65368: checking for Easysoft ODBC-ODBC Bridge support
configure:65386: result: no
configure:65435: checking for unixODBC support
configure:65458: result: no
configure:65507: checking for DBMaker support
configure:65634: result: no
configure:66083: checking for any ODBC driver support
configure:66085: result: no
configure:66093: checking whether to enable Zend OPcache support
configure:66128: result: yes
configure:66136: checking for mprotect
configure:66136: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio >&5
configure:66136: $? = 0
configure:66136: result: yes
configure:66146: checking for sysvipc shared memory support
configure:66219: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio >&5
configure:66219: $? = 0
configure:66219: ./conftest
configure:66219: $? = 0
configure:66231: result: yes
configure:66234: checking for mmap() using MAP_ANON shared memory support
configure:66289: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio >&5
configure:66289: $? = 0
configure:66289: ./conftest
configure:66289: $? = 0
configure:66301: result: yes
configure:66304: checking for mmap() using /dev/zero shared memory support
configure:66362: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio >&5
configure:66362: $? = 0
configure:66362: ./conftest
configure:66362: $? = 0
configure:66374: result: yes
configure:66377: checking for mmap() using shm_open() shared memory support
configure:66449: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio >&5
/usr/bin/ld: /tmp/ccKUFghw.o: in function `main':
/opt/php-5.6.40/conftest.c:347: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
configure:66449: $? = 0
configure:66449: ./conftest
configure:66449: $? = 0
configure:66461: result: yes
configure:66464: checking for mmap() using regular file shared memory support
configure:66536: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio >&5
/usr/bin/ld: /tmp/cceLkAld.o: in function `main':
/opt/php-5.6.40/conftest.c:348: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
configure:66536: $? = 0
configure:66536: ./conftest
configure:66536: $? = 0
configure:66548: result: yes
configure:66552: checking "whether flock struct is linux ordered"
configure:66573: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio >&5
configure:66573: $? = 0
configure:66573: ./conftest
configure:66573: $? = 0
configure:66579: result: "yes"
configure:66591: checking "whether flock struct is BSD ordered"
configure:66612: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio >&5
configure:66612: $? = 0
configure:66612: ./conftest
configure:66612: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| #define HAVE_CURL 1
| #define HAVE_CURL_EASY_STRERROR 1
| #define HAVE_CURL_MULTI_STRERROR 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_HASH_EXT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ICONV 1
| #define HAVE_GLIBC_ICONV 1
| #define PHP_ICONV_IMPL "glibc"
| #define ICONV_SUPPORTS_ERRNO 1
| #define ICONV_BROKEN_IGNORE 1
| #define PHP_ICONV_H_PATH </usr/include/iconv.h>
| #define HAVE_JSON 1
| #define STDC_HEADERS 1
| #define HAVE_MBSTRING 1
| #define USE_COMBINATION_EXPLOSION_CHECK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_STDARG_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define PHP_ONIG_BUNDLED 1
| #define HAVE_ONIG 1
| #define HAVE_MBREGEX 1
| #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/run/mysqld/mysqld.sock"
| #define HAVE_MYSQL 1
| #define MYSQL_USE_MYSQLND 1
| #define ODBCVER 0x0300
| #define HAVE_MPROTECT 1
| #define HAVE_SHM_IPC 1
| #define HAVE_SHM_MMAP_ANON 1
| #define HAVE_SHM_MMAP_ZERO 1
| #define HAVE_SHM_MMAP_POSIX 1
| #define HAVE_SHM_MMAP_FILE 1
| #define HAVE_FLOCK_LINUX /**/
| /* end confdefs.h. */
|
| #include <fcntl.h>
| struct flock lock = { 1, 2, 3, 4, 5 };
| int main() {
| if(lock.l_start == 1 && lock.l_len == 2 && lock.l_type == 4 && lock.l_whence == 5) {
| return 0;
| }
| return 1;
| }
|
configure:66622: result: "no"
configure:66987: checking whether to enable pcntl support
configure:67022: result: no
configure:67387: checking whether to enable PDO support
configure:67422: result: yes
configure:67822: checking for PDO_DBLIB support via FreeTDS
configure:67858: result: no
configure:68537: checking for Firebird support for PDO
configure:68573: result: no
configure:69529: checking for MySQL support for PDO
configure:69565: result: no
configure:70984: checking Oracle OCI support for PDO
configure:71020: result: no
configure:73072: checking for ODBC v3 support for PDO
configure:73108: result: no
configure:74231: checking for PostgreSQL support for PDO
configure:74267: result: no
configure:75087: checking for sqlite 3 support for PDO
configure:75123: result: yes
configure:75137: checking for PDO includes
configure:75143: checking for PDO includes
configure:75154: result: /opt/php-5.6.40/ext
configure:76334: checking for usleep
configure:76334: result: yes
configure:76334: checking for nanosleep
configure:76334: result: yes
configure:76345: checking time.h usability
configure:76345: cc -c -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:76345: $? = 0
configure:76345: result: yes
configure:76345: checking time.h presence
configure:76345: cc -E -I/usr/include conftest.c
configure:76345: $? = 0
configure:76345: result: yes
configure:76345: checking for time.h
configure:76345: result: yes
configure:76452: checking for fdatasync in -lrt
configure:76477: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio >&5
configure:76477: $? = 0
configure:76486: result: yes
configure:76553: checking for PostgreSQL support
configure:76589: result: no
configure:78372: checking for phar archive support
configure:78407: result: yes
configure:78707: checking for phar openssl support
configure:78730: result: no
configure:78809: checking whether to enable POSIX-like functions
configure:78844: result: yes
configure:79150: checking sys/mkdev.h usability
configure:79150: cc -c -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c:366:10: fatal error: sys/mkdev.h: No such file or directory
366 | #include <sys/mkdev.h>
| ^~~~~~~~~~~~~
compilation terminated.
configure:79150: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| #define HAVE_CURL 1
| #define HAVE_CURL_EASY_STRERROR 1
| #define HAVE_CURL_MULTI_STRERROR 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_HASH_EXT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ICONV 1
| #define HAVE_GLIBC_ICONV 1
| #define PHP_ICONV_IMPL "glibc"
| #define ICONV_SUPPORTS_ERRNO 1
| #define ICONV_BROKEN_IGNORE 1
| #define PHP_ICONV_H_PATH </usr/include/iconv.h>
| #define HAVE_JSON 1
| #define STDC_HEADERS 1
| #define HAVE_MBSTRING 1
| #define USE_COMBINATION_EXPLOSION_CHECK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_STDARG_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define PHP_ONIG_BUNDLED 1
| #define HAVE_ONIG 1
| #define HAVE_MBREGEX 1
| #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/run/mysqld/mysqld.sock"
| #define HAVE_MYSQL 1
| #define MYSQL_USE_MYSQLND 1
| #define ODBCVER 0x0300
| #define HAVE_MPROTECT 1
| #define HAVE_SHM_IPC 1
| #define HAVE_SHM_MMAP_ANON 1
| #define HAVE_SHM_MMAP_ZERO 1
| #define HAVE_SHM_MMAP_POSIX 1
| #define HAVE_SHM_MMAP_FILE 1
| #define HAVE_FLOCK_LINUX /**/
| #define COMPILE_DL_OPCACHE 1
| #define HAVE_USLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_TIME_H 1
| #define PHAR_HASH_OK 1
| #define HAVE_POSIX 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/mkdev.h>
configure:79150: result: no
configure:79150: checking sys/mkdev.h presence
configure:79150: cc -E -I/usr/include conftest.c
conftest.c:333:10: fatal error: sys/mkdev.h: No such file or directory
333 | #include <sys/mkdev.h>
| ^~~~~~~~~~~~~
compilation terminated.
configure:79150: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| #define HAVE_CURL 1
| #define HAVE_CURL_EASY_STRERROR 1
| #define HAVE_CURL_MULTI_STRERROR 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_HASH_EXT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ICONV 1
| #define HAVE_GLIBC_ICONV 1
| #define PHP_ICONV_IMPL "glibc"
| #define ICONV_SUPPORTS_ERRNO 1
| #define ICONV_BROKEN_IGNORE 1
| #define PHP_ICONV_H_PATH </usr/include/iconv.h>
| #define HAVE_JSON 1
| #define STDC_HEADERS 1
| #define HAVE_MBSTRING 1
| #define USE_COMBINATION_EXPLOSION_CHECK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_STDARG_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define PHP_ONIG_BUNDLED 1
| #define HAVE_ONIG 1
| #define HAVE_MBREGEX 1
| #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/run/mysqld/mysqld.sock"
| #define HAVE_MYSQL 1
| #define MYSQL_USE_MYSQLND 1
| #define ODBCVER 0x0300
| #define HAVE_MPROTECT 1
| #define HAVE_SHM_IPC 1
| #define HAVE_SHM_MMAP_ANON 1
| #define HAVE_SHM_MMAP_ZERO 1
| #define HAVE_SHM_MMAP_POSIX 1
| #define HAVE_SHM_MMAP_FILE 1
| #define HAVE_FLOCK_LINUX /**/
| #define COMPILE_DL_OPCACHE 1
| #define HAVE_USLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_TIME_H 1
| #define PHAR_HASH_OK 1
| #define HAVE_POSIX 1
| /* end confdefs.h. */
| #include <sys/mkdev.h>
configure:79150: result: no
configure:79150: checking for sys/mkdev.h
configure:79150: result: no
configure:79164: checking for seteuid
configure:79164: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio >&5
configure:79164: $? = 0
configure:79164: result: yes
configure:79164: checking for setegid
configure:79164: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio >&5
configure:79164: $? = 0
configure:79164: result: yes
configure:79164: checking for setsid
configure:79164: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio >&5
configure:79164: $? = 0
configure:79164: result: yes
configure:79164: checking for getsid
configure:79164: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio >&5
configure:79164: $? = 0
configure:79164: result: yes
configure:79164: checking for setpgid
configure:79164: result: yes
configure:79164: checking for getpgid
configure:79164: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio >&5
configure:79164: $? = 0
configure:79164: result: yes
configure:79164: checking for ctermid
configure:79164: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio >&5
configure:79164: $? = 0
configure:79164: result: yes
configure:79164: checking for mkfifo
configure:79164: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio >&5
configure:79164: $? = 0
configure:79164: result: yes
configure:79164: checking for mknod
configure:79164: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio >&5
configure:79164: $? = 0
configure:79164: result: yes
configure:79164: checking for getrlimit
configure:79164: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio >&5
configure:79164: $? = 0
configure:79164: result: yes
configure:79164: checking for getlogin
configure:79164: result: yes
configure:79164: checking for getgroups
configure:79164: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio >&5
configure:79164: $? = 0
configure:79164: result: yes
configure:79164: checking for makedev
configure:79164: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio >&5
/usr/bin/ld: /tmp/cceDkjGe.o: in function `main':
/opt/php-5.6.40/conftest.c:379: undefined reference to `makedev'
collect2: error: ld returned 1 exit status
configure:79164: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| #define HAVE_CURL 1
| #define HAVE_CURL_EASY_STRERROR 1
| #define HAVE_CURL_MULTI_STRERROR 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_HASH_EXT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ICONV 1
| #define HAVE_GLIBC_ICONV 1
| #define PHP_ICONV_IMPL "glibc"
| #define ICONV_SUPPORTS_ERRNO 1
| #define ICONV_BROKEN_IGNORE 1
| #define PHP_ICONV_H_PATH </usr/include/iconv.h>
| #define HAVE_JSON 1
| #define STDC_HEADERS 1
| #define HAVE_MBSTRING 1
| #define USE_COMBINATION_EXPLOSION_CHECK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_STDARG_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define PHP_ONIG_BUNDLED 1
| #define HAVE_ONIG 1
| #define HAVE_MBREGEX 1
| #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/run/mysqld/mysqld.sock"
| #define HAVE_MYSQL 1
| #define MYSQL_USE_MYSQLND 1
| #define ODBCVER 0x0300
| #define HAVE_MPROTECT 1
| #define HAVE_SHM_IPC 1
| #define HAVE_SHM_MMAP_ANON 1
| #define HAVE_SHM_MMAP_ZERO 1
| #define HAVE_SHM_MMAP_POSIX 1
| #define HAVE_SHM_MMAP_FILE 1
| #define HAVE_FLOCK_LINUX /**/
| #define COMPILE_DL_OPCACHE 1
| #define HAVE_USLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_TIME_H 1
| #define PHAR_HASH_OK 1
| #define HAVE_POSIX 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_GETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_GETPGID 1
| #define HAVE_CTERMID 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETGROUPS 1
| /* end confdefs.h. */
| /* Define makedev to an innocuous variant, in case <limits.h> declares makedev.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define makedev innocuous_makedev
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char makedev (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef makedev
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char makedev ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_makedev || defined __stub___makedev
| choke me
| #endif
|
| int
| main ()
| {
| return makedev ();
| ;
| return 0;
| }
configure:79164: result: no
configure:79164: checking for initgroups
configure:79164: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio >&5
configure:79164: $? = 0
configure:79164: result: yes
configure:79164: checking for getpwuid_r
configure:79164: result: yes
configure:79164: checking for getgrgid_r
configure:79164: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio >&5
configure:79164: $? = 0
configure:79164: result: yes
configure:79174: checking for working ttyname_r() implementation
configure:79195: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio >&5
configure:79195: $? = 0
configure:79195: ./conftest
configure:79195: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| #define HAVE_CURL 1
| #define HAVE_CURL_EASY_STRERROR 1
| #define HAVE_CURL_MULTI_STRERROR 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_HASH_EXT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ICONV 1
| #define HAVE_GLIBC_ICONV 1
| #define PHP_ICONV_IMPL "glibc"
| #define ICONV_SUPPORTS_ERRNO 1
| #define ICONV_BROKEN_IGNORE 1
| #define PHP_ICONV_H_PATH </usr/include/iconv.h>
| #define HAVE_JSON 1
| #define STDC_HEADERS 1
| #define HAVE_MBSTRING 1
| #define USE_COMBINATION_EXPLOSION_CHECK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_STDARG_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define PHP_ONIG_BUNDLED 1
| #define HAVE_ONIG 1
| #define HAVE_MBREGEX 1
| #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/run/mysqld/mysqld.sock"
| #define HAVE_MYSQL 1
| #define MYSQL_USE_MYSQLND 1
| #define ODBCVER 0x0300
| #define HAVE_MPROTECT 1
| #define HAVE_SHM_IPC 1
| #define HAVE_SHM_MMAP_ANON 1
| #define HAVE_SHM_MMAP_ZERO 1
| #define HAVE_SHM_MMAP_POSIX 1
| #define HAVE_SHM_MMAP_FILE 1
| #define HAVE_FLOCK_LINUX /**/
| #define COMPILE_DL_OPCACHE 1
| #define HAVE_USLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_TIME_H 1
| #define PHAR_HASH_OK 1
| #define HAVE_POSIX 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_GETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_GETPGID 1
| #define HAVE_CTERMID 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETGROUPS 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRGID_R 1
| /* end confdefs.h. */
|
| #include <unistd.h>
|
| int main(int argc, char *argv[])
| {
| char buf[64];
|
| return ttyname_r(0, buf, 64) ? 1 : 0;
| }
|
configure:79205: result: no, posix_ttyname() will be thread-unsafe
configure:79214: checking for utsname.domainname
configure:79236: cc -c -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c:349: warning: "_GNU_SOURCE" redefined
349 | #define _GNU_SOURCE
|
conftest.c:20: note: this is the location of the previous definition
20 | #define _GNU_SOURCE 1
|
configure:79236: $? = 0
configure:79248: result: yes
configure:79261: checking for PSPELL support
configure:79297: result: no
configure:80006: checking for libedit readline replacement
configure:80042: result: no
configure:80052: checking for readline support
configure:80088: result: no
configure:82031: checking for recode support
configure:82067: result: no
configure:83124: checking whether to enable PHP sessions
configure:83159: result: yes
configure:83168: checking for mm support
configure:83183: result: no
configure:83191: checking whether pwrite works
configure:83224: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio >&5
conftest.c:357:5: warning: return type defaults to 'int' [-Wimplicit-int]
357 | main() {
| ^~~~
conftest.c: In function 'main':
conftest.c:360:17: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
360 | if (fd < 0) exit(1);
| ^~~~
conftest.c:356:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
355 | #include <errno.h>
+++ |+#include <stdlib.h>
356 |
conftest.c:360:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
360 | if (fd < 0) exit(1);
| ^~~~
conftest.c:360:17: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:361:40: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
361 | if (pwrite(fd, "text", 4, 0) != 4) exit(1);
| ^~~~
conftest.c:361:40: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:363:61: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
363 | if (pwrite(fd, "text", 4, -1) != -1 || errno != EINVAL) exit(1);
| ^~~~
conftest.c:363:61: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:364:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
364 | exit(0);
| ^~~~
conftest.c:364:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:83224: $? = 0
configure:83224: ./conftest
configure:83224: $? = 0
configure:83286: result: yes
configure:83301: checking whether pread works
configure:83334: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio >&5
conftest.c:358:5: warning: return type defaults to 'int' [-Wimplicit-int]
358 | main() {
| ^~~~
conftest.c: In function 'main':
conftest.c:361:17: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
361 | if (fd < 0) exit(1);
| ^~~~
conftest.c:357:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
356 | #include <errno.h>
+++ |+#include <stdlib.h>
357 |
conftest.c:361:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
361 | if (fd < 0) exit(1);
| ^~~~
conftest.c:361:17: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:362:36: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
362 | if (pread(fd, buf, 2, 0) != 2) exit(1);
| ^~~~
conftest.c:362:36: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:364:57: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
364 | if (pread(fd, buf, 2, -1) != -1 || errno != EINVAL) exit(1);
| ^~~~
conftest.c:364:57: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:365:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
365 | exit(0);
| ^~~~
conftest.c:365:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:83334: $? = 0
configure:83334: ./conftest
configure:83334: $? = 0
configure:83398: result: yes
configure:83934: checking whether to enable shmop support
configure:83969: result: no
configure:84278: checking whether to enable SimpleXML support
configure:84313: result: yes
configure:84352: checking for xml2-config path
configure:84366: result: /usr/bin/xml2-config
configure:84510: checking whether libxml build works
configure:84561: result: yes
configure:84939: checking for SNMP support
configure:84975: result: no
configure:84984: checking OpenSSL dir for SNMP
configure:84999: result: no
configure:85810: checking whether to enable SOAP support
configure:85845: result: yes
configure:85884: checking for xml2-config path
configure:85898: result: /usr/bin/xml2-config
configure:86042: checking whether libxml build works
configure:86093: result: yes
configure:86415: checking whether to enable sockets support
configure:86450: result: no
configure:86935: checking whether zend_object_value is packed
configure:86955: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/opt/php-5.6.40/ext/date/lib -I/opt/php-5.6.40/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/include -I/opt/php-5.6.40/ext/mbstring/oniguruma -I/opt/php-5.6.40/ext/mbstring/libmbfl -I/opt/php-5.6.40/ext/mbstring/libmbfl/mbfl -I/opt/php-5.6.40/ext/sqlite3/libsqlite -I/opt/php-5.6.40 -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 >&5
configure:86955: $? = 0
configure:86955: ./conftest
configure:86955: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| #define HAVE_CURL 1
| #define HAVE_CURL_EASY_STRERROR 1
| #define HAVE_CURL_MULTI_STRERROR 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_HASH_EXT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ICONV 1
| #define HAVE_GLIBC_ICONV 1
| #define PHP_ICONV_IMPL "glibc"
| #define ICONV_SUPPORTS_ERRNO 1
| #define ICONV_BROKEN_IGNORE 1
| #define PHP_ICONV_H_PATH </usr/include/iconv.h>
| #define HAVE_JSON 1
| #define STDC_HEADERS 1
| #define HAVE_MBSTRING 1
| #define USE_COMBINATION_EXPLOSION_CHECK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_STDARG_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define PHP_ONIG_BUNDLED 1
| #define HAVE_ONIG 1
| #define HAVE_MBREGEX 1
| #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/run/mysqld/mysqld.sock"
| #define HAVE_MYSQL 1
| #define MYSQL_USE_MYSQLND 1
| #define ODBCVER 0x0300
| #define HAVE_MPROTECT 1
| #define HAVE_SHM_IPC 1
| #define HAVE_SHM_MMAP_ANON 1
| #define HAVE_SHM_MMAP_ZERO 1
| #define HAVE_SHM_MMAP_POSIX 1
| #define HAVE_SHM_MMAP_FILE 1
| #define HAVE_FLOCK_LINUX /**/
| #define COMPILE_DL_OPCACHE 1
| #define HAVE_USLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_TIME_H 1
| #define PHAR_HASH_OK 1
| #define HAVE_POSIX 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_GETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_GETPGID 1
| #define HAVE_CTERMID 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETGROUPS 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_UTSNAME_DOMAINNAME 1
| #define HAVE_REFLECTION 1
| #define HAVE_PWRITE 1
| #define HAVE_PREAD 1
| #define HAVE_PHP_SESSION 1
| #define HAVE_LIBXML 1
| #define HAVE_SIMPLEXML 1
| #define HAVE_LIBXML 1
| #define HAVE_SOAP 1
| /* end confdefs.h. */
|
| #include "Zend/zend_types.h"
| int main(int argc, char **argv) {
| return ((sizeof(zend_object_handle) + sizeof(zend_object_handlers*)) == sizeof(zend_object_value)) ? 0 : 1;
| }
|
configure:86964: result: no
configure:87315: checking whether flush should be called explicitly after a buffered io
configure:87364: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 >&5
conftest.c: In function 'main':
conftest.c:383:18: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
383 | if (0 != strcmp(buffer, "line 1\n"))
| ^~~~~~
conftest.c:362:1: note: include '<string.h>' or provide a declaration of 'strcmp'
361 | #include <stdlib.h>
+++ |+#include <string.h>
362 |
conftest.c:389:9: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration]
389 | unlink(filename);
| ^~~~~~
conftest.c:379:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
379 | fgets(buffer, sizeof(buffer), fp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
conftest.c:382:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
382 | fgets(buffer, sizeof(buffer), fp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
conftest.c:385:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
385 | fgets(buffer, sizeof(buffer), fp);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/bin/ld: /tmp/ccM3ZDhN.o: in function `main':
/opt/php-5.6.40/conftest.c:365: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
configure:87364: $? = 0
configure:87364: ./conftest
configure:87364: $? = 0
configure:87378: result: no
configure:87387: checking for crypt in -lcrypt
configure:87412: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 >&5
configure:87412: $? = 0
configure:87421: result: yes
configure:87434: checking for standard DES crypt
configure:87465: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
conftest.c: In function 'main':
conftest.c:372:9: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
372 | exit(!encrypted || strcmp(encrypted,"rl.3StKT.4T8M"));
| ^~~~
conftest.c:367:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
366 | #include <crypt.h>
+++ |+#include <stdlib.h>
367 | #endif
conftest.c:372:9: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
372 | exit(!encrypted || strcmp(encrypted,"rl.3StKT.4T8M"));
| ^~~~
conftest.c:372:9: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:372:28: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
372 | exit(!encrypted || strcmp(encrypted,"rl.3StKT.4T8M"));
| ^~~~~~
conftest.c:367:1: note: include '<string.h>' or provide a declaration of 'strcmp'
366 | #include <crypt.h>
+++ |+#include <string.h>
367 | #endif
configure:87465: $? = 0
configure:87465: ./conftest
configure:87465: $? = 0
configure:87479: result: yes
configure:87482: checking for extended DES crypt
configure:87513: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
conftest.c: In function 'main':
conftest.c:372:9: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
372 | exit(!encrypted || strcmp(encrypted,"_J9..rasmBYk8r9AiWNc"));
| ^~~~
conftest.c:367:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
366 | #include <crypt.h>
+++ |+#include <stdlib.h>
367 | #endif
conftest.c:372:9: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
372 | exit(!encrypted || strcmp(encrypted,"_J9..rasmBYk8r9AiWNc"));
| ^~~~
conftest.c:372:9: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:372:28: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
372 | exit(!encrypted || strcmp(encrypted,"_J9..rasmBYk8r9AiWNc"));
| ^~~~~~
conftest.c:367:1: note: include '<string.h>' or provide a declaration of 'strcmp'
366 | #include <crypt.h>
+++ |+#include <string.h>
367 | #endif
configure:87513: $? = 0
configure:87513: ./conftest
configure:87513: $? = 0
configure:87527: result: yes
configure:87530: checking for MD5 crypt
configure:87571: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
conftest.c: In function 'main':
conftest.c:379:9: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration]
379 | strcpy(answer,salt);
| ^~~~~~
conftest.c:367:1: note: include '<string.h>' or provide a declaration of 'strcpy'
366 | #include <crypt.h>
+++ |+#include <string.h>
367 | #endif
conftest.c:379:9: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch]
379 | strcpy(answer,salt);
| ^~~~~~
conftest.c:379:9: note: include '<string.h>' or provide a declaration of 'strcpy'
conftest.c:380:9: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration]
380 | strcat(answer,"rISCgZzpwk3UhDidwXvin0");
| ^~~~~~
conftest.c:380:9: note: include '<string.h>' or provide a declaration of 'strcat'
conftest.c:380:9: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch]
conftest.c:380:9: note: include '<string.h>' or provide a declaration of 'strcat'
conftest.c:382:9: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
382 | exit(!encrypted || strcmp(encrypted,answer));
| ^~~~
conftest.c:367:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
366 | #include <crypt.h>
+++ |+#include <stdlib.h>
367 | #endif
conftest.c:382:9: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
382 | exit(!encrypted || strcmp(encrypted,answer));
| ^~~~
conftest.c:382:9: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:382:28: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
382 | exit(!encrypted || strcmp(encrypted,answer));
| ^~~~~~
conftest.c:382:28: note: include '<string.h>' or provide a declaration of 'strcmp'
configure:87571: $? = 0
configure:87571: ./conftest
configure:87571: $? = 0
configure:87585: result: yes
configure:87588: checking for Blowfish crypt
configure:87626: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
conftest.c: In function 'main':
conftest.c:375:9: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration]
375 | strcat(salt,"rasmuslerd............");
| ^~~~~~
conftest.c:367:1: note: include '<string.h>' or provide a declaration of 'strcat'
366 | #include <crypt.h>
+++ |+#include <string.h>
367 | #endif
conftest.c:375:9: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch]
375 | strcat(salt,"rasmuslerd............");
| ^~~~~~
conftest.c:375:9: note: include '<string.h>' or provide a declaration of 'strcat'
conftest.c:376:9: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration]
376 | strcpy(answer,salt);
| ^~~~~~
conftest.c:376:9: note: include '<string.h>' or provide a declaration of 'strcpy'
conftest.c:376:9: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch]
conftest.c:376:9: note: include '<string.h>' or provide a declaration of 'strcpy'
conftest.c:379:9: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
379 | exit(!encrypted || strcmp(encrypted,answer));
| ^~~~
conftest.c:367:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
366 | #include <crypt.h>
+++ |+#include <stdlib.h>
367 | #endif
conftest.c:379:9: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
379 | exit(!encrypted || strcmp(encrypted,answer));
| ^~~~
conftest.c:379:9: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:379:28: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
379 | exit(!encrypted || strcmp(encrypted,answer));
| ^~~~~~
conftest.c:379:28: note: include '<string.h>' or provide a declaration of 'strcmp'
configure:87626: $? = 0
configure:87626: ./conftest
configure:87626: $? = 0
configure:87640: result: yes
configure:87643: checking for SHA512 crypt
configure:87680: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
conftest.c: In function 'main':
conftest.c:374:9: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration]
374 | strcpy(salt,"$6$rasmuslerdorf$");
| ^~~~~~
conftest.c:367:1: note: include '<string.h>' or provide a declaration of 'strcpy'
366 | #include <crypt.h>
+++ |+#include <string.h>
367 | #endif
conftest.c:374:9: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch]
374 | strcpy(salt,"$6$rasmuslerdorf$");
| ^~~~~~
conftest.c:374:9: note: include '<string.h>' or provide a declaration of 'strcpy'
conftest.c:376:9: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration]
376 | strcat(answer, "EeHCRjm0bljalWuALHSTs1NB9ipEiLEXLhYeXdOpx22gmlmVejnVXFhd84cEKbYxCo.XuUTrW.RLraeEnsvWs/");
| ^~~~~~
conftest.c:376:9: note: include '<string.h>' or provide a declaration of 'strcat'
conftest.c:376:9: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch]
conftest.c:376:9: note: include '<string.h>' or provide a declaration of 'strcat'
conftest.c:378:9: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
378 | exit(!encrypted || strcmp(encrypted,answer));
| ^~~~
conftest.c:367:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
366 | #include <crypt.h>
+++ |+#include <stdlib.h>
367 | #endif
conftest.c:378:9: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
378 | exit(!encrypted || strcmp(encrypted,answer));
| ^~~~
conftest.c:378:9: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:378:28: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
378 | exit(!encrypted || strcmp(encrypted,answer));
| ^~~~~~
conftest.c:378:28: note: include '<string.h>' or provide a declaration of 'strcmp'
configure:87680: $? = 0
configure:87680: ./conftest
configure:87680: $? = 0
configure:87694: result: yes
configure:87697: checking for SHA256 crypt
configure:87734: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
conftest.c: In function 'main':
conftest.c:374:9: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration]
374 | strcpy(salt,"$5$rasmuslerdorf$");
| ^~~~~~
conftest.c:367:1: note: include '<string.h>' or provide a declaration of 'strcpy'
366 | #include <crypt.h>
+++ |+#include <string.h>
367 | #endif
conftest.c:374:9: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch]
374 | strcpy(salt,"$5$rasmuslerdorf$");
| ^~~~~~
conftest.c:374:9: note: include '<string.h>' or provide a declaration of 'strcpy'
conftest.c:376:9: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration]
376 | strcat(answer, "cFAm2puLCujQ9t.0CxiFIIvFi4JyQx5UncCt/xRIX23");
| ^~~~~~
conftest.c:376:9: note: include '<string.h>' or provide a declaration of 'strcat'
conftest.c:376:9: warning: incompatible implicit declaration of built-in function 'strcat' [-Wbuiltin-declaration-mismatch]
conftest.c:376:9: note: include '<string.h>' or provide a declaration of 'strcat'
conftest.c:378:9: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
378 | exit(!encrypted || strcmp(encrypted,answer));
| ^~~~
conftest.c:367:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
366 | #include <crypt.h>
+++ |+#include <stdlib.h>
367 | #endif
conftest.c:378:9: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
378 | exit(!encrypted || strcmp(encrypted,answer));
| ^~~~
conftest.c:378:9: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:378:28: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
378 | exit(!encrypted || strcmp(encrypted,answer));
| ^~~~~~
conftest.c:378:28: note: include '<string.h>' or provide a declaration of 'strcmp'
configure:87734: $? = 0
configure:87734: ./conftest
configure:87734: $? = 0
configure:87748: result: yes
configure:87754: checking whether the compiler supports __alignof__
configure:87774: cc -c -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:87774: $? = 0
configure:87785: result: yes
configure:87793: checking whether the compiler supports aligned attribute
configure:87813: cc -c -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:87813: $? = 0
configure:87824: result: yes
configure:88001: checking for getcwd
configure:88001: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
configure:88001: $? = 0
configure:88001: result: yes
configure:88001: checking for getwd
configure:88001: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
/usr/bin/ld: /tmp/ccFRXrlq.o: in function `main':
/opt/php-5.6.40/conftest.c:404: warning: the `getwd' function is dangerous and should not be used.
configure:88001: $? = 0
configure:88001: result: yes
configure:88001: checking for asinh
configure:88001: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
conftest.c:394:6: warning: conflicting types for built-in function 'asinh'; expected 'double(double)' [-Wbuiltin-declaration-mismatch]
394 | char asinh ();
| ^~~~~
conftest.c:382:1: note: 'asinh' is declared in header '<math.h>'
381 | # include <limits.h>
382 | #else
configure:88001: $? = 0
configure:88001: result: yes
configure:88001: checking for acosh
configure:88001: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
conftest.c:395:6: warning: conflicting types for built-in function 'acosh'; expected 'double(double)' [-Wbuiltin-declaration-mismatch]
395 | char acosh ();
| ^~~~~
conftest.c:383:1: note: 'acosh' is declared in header '<math.h>'
382 | # include <limits.h>
383 | #else
configure:88001: $? = 0
configure:88001: result: yes
configure:88001: checking for atanh
configure:88001: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
conftest.c:396:6: warning: conflicting types for built-in function 'atanh'; expected 'double(double)' [-Wbuiltin-declaration-mismatch]
396 | char atanh ();
| ^~~~~
conftest.c:384:1: note: 'atanh' is declared in header '<math.h>'
383 | # include <limits.h>
384 | #else
configure:88001: $? = 0
configure:88001: result: yes
configure:88001: checking for log1p
configure:88001: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
conftest.c:397:6: warning: conflicting types for built-in function 'log1p'; expected 'double(double)' [-Wbuiltin-declaration-mismatch]
397 | char log1p ();
| ^~~~~
conftest.c:385:1: note: 'log1p' is declared in header '<math.h>'
384 | # include <limits.h>
385 | #else
configure:88001: $? = 0
configure:88001: result: yes
configure:88001: checking for hypot
configure:88001: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
conftest.c:398:6: warning: conflicting types for built-in function 'hypot'; expected 'double(double, double)' [-Wbuiltin-declaration-mismatch]
398 | char hypot ();
| ^~~~~
conftest.c:386:1: note: 'hypot' is declared in header '<math.h>'
385 | # include <limits.h>
386 | #else
configure:88001: $? = 0
configure:88001: result: yes
configure:88001: checking for glob
configure:88001: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
configure:88001: $? = 0
configure:88001: result: yes
configure:88001: checking for strfmon
configure:88001: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
conftest.c:400:6: warning: conflicting types for built-in function 'strfmon'; expected 'long int(char *, long unsigned int, const char *, ...)' [-Wbuiltin-declaration-mismatch]
400 | char strfmon ();
| ^~~~~~~
configure:88001: $? = 0
configure:88001: result: yes
configure:88001: checking for nice
configure:88001: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
configure:88001: $? = 0
configure:88001: result: yes
configure:88001: checking for fpclass
configure:88001: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
/usr/bin/ld: /tmp/ccK40I5m.o: in function `main':
/opt/php-5.6.40/conftest.c:413: undefined reference to `fpclass'
collect2: error: ld returned 1 exit status
configure:88001: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| #define HAVE_CURL 1
| #define HAVE_CURL_EASY_STRERROR 1
| #define HAVE_CURL_MULTI_STRERROR 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_HASH_EXT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ICONV 1
| #define HAVE_GLIBC_ICONV 1
| #define PHP_ICONV_IMPL "glibc"
| #define ICONV_SUPPORTS_ERRNO 1
| #define ICONV_BROKEN_IGNORE 1
| #define PHP_ICONV_H_PATH </usr/include/iconv.h>
| #define HAVE_JSON 1
| #define STDC_HEADERS 1
| #define HAVE_MBSTRING 1
| #define USE_COMBINATION_EXPLOSION_CHECK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_STDARG_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define PHP_ONIG_BUNDLED 1
| #define HAVE_ONIG 1
| #define HAVE_MBREGEX 1
| #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/run/mysqld/mysqld.sock"
| #define HAVE_MYSQL 1
| #define MYSQL_USE_MYSQLND 1
| #define ODBCVER 0x0300
| #define HAVE_MPROTECT 1
| #define HAVE_SHM_IPC 1
| #define HAVE_SHM_MMAP_ANON 1
| #define HAVE_SHM_MMAP_ZERO 1
| #define HAVE_SHM_MMAP_POSIX 1
| #define HAVE_SHM_MMAP_FILE 1
| #define HAVE_FLOCK_LINUX /**/
| #define COMPILE_DL_OPCACHE 1
| #define HAVE_USLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_TIME_H 1
| #define PHAR_HASH_OK 1
| #define HAVE_POSIX 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_GETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_GETPGID 1
| #define HAVE_CTERMID 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETGROUPS 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_UTSNAME_DOMAINNAME 1
| #define HAVE_REFLECTION 1
| #define HAVE_PWRITE 1
| #define HAVE_PREAD 1
| #define HAVE_PHP_SESSION 1
| #define HAVE_LIBXML 1
| #define HAVE_SIMPLEXML 1
| #define HAVE_LIBXML 1
| #define HAVE_SOAP 1
| #define HAVE_PACKED_OBJECT_VALUE 0
| #define HAVE_SPL 1
| #define HAVE_CRYPT 1
| #define HAVE_ALIGNOF 1
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define PHP_USE_PHP_CRYPT_R 1
| #define PHP_STD_DES_CRYPT 1
| #define PHP_BLOWFISH_CRYPT 1
| #define PHP_EXT_DES_CRYPT 1
| #define PHP_MD5_CRYPT 1
| #define PHP_SHA512_CRYPT 1
| #define PHP_SHA256_CRYPT 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_ASINH 1
| #define HAVE_ACOSH 1
| #define HAVE_ATANH 1
| #define HAVE_LOG1P 1
| #define HAVE_HYPOT 1
| #define HAVE_GLOB 1
| #define HAVE_STRFMON 1
| #define HAVE_NICE 1
| /* end confdefs.h. */
| /* Define fpclass to an innocuous variant, in case <limits.h> declares fpclass.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define fpclass innocuous_fpclass
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char fpclass (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef fpclass
|
| /* 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 fpclass ();
| /* 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_fpclass || defined __stub___fpclass
| choke me
| #endif
|
| int
| main ()
| {
| return fpclass ();
| ;
| return 0;
| }
configure:88001: result: no
configure:88001: checking for isinf
configure:88001: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
conftest.c:402:6: warning: conflicting types for built-in function 'isinf'; expected 'int()' [-Wbuiltin-declaration-mismatch]
402 | char isinf ();
| ^~~~~
conftest.c:390:1: note: 'isinf' is declared in header '<math.h>'
389 | # include <limits.h>
390 | #else
configure:88001: $? = 0
configure:88001: result: yes
configure:88001: checking for isnan
configure:88001: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
conftest.c:403:6: warning: conflicting types for built-in function 'isnan'; expected 'int()' [-Wbuiltin-declaration-mismatch]
403 | char isnan ();
| ^~~~~
conftest.c:391:1: note: 'isnan' is declared in header '<math.h>'
390 | # include <limits.h>
391 | #else
configure:88001: $? = 0
configure:88001: result: yes
configure:88001: checking for mempcpy
configure:88001: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
conftest.c:404:6: warning: conflicting types for built-in function 'mempcpy'; expected 'void *(void *, const void *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
404 | char mempcpy ();
| ^~~~~~~
configure:88001: $? = 0
configure:88001: result: yes
configure:88001: checking for strpncpy
configure:88001: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
/usr/bin/ld: /tmp/cc9jm0SZ.o: in function `main':
/opt/php-5.6.40/conftest.c:416: undefined reference to `strpncpy'
collect2: error: ld returned 1 exit status
configure:88001: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| #define HAVE_CURL 1
| #define HAVE_CURL_EASY_STRERROR 1
| #define HAVE_CURL_MULTI_STRERROR 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_HASH_EXT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ICONV 1
| #define HAVE_GLIBC_ICONV 1
| #define PHP_ICONV_IMPL "glibc"
| #define ICONV_SUPPORTS_ERRNO 1
| #define ICONV_BROKEN_IGNORE 1
| #define PHP_ICONV_H_PATH </usr/include/iconv.h>
| #define HAVE_JSON 1
| #define STDC_HEADERS 1
| #define HAVE_MBSTRING 1
| #define USE_COMBINATION_EXPLOSION_CHECK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_STDARG_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define PHP_ONIG_BUNDLED 1
| #define HAVE_ONIG 1
| #define HAVE_MBREGEX 1
| #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/run/mysqld/mysqld.sock"
| #define HAVE_MYSQL 1
| #define MYSQL_USE_MYSQLND 1
| #define ODBCVER 0x0300
| #define HAVE_MPROTECT 1
| #define HAVE_SHM_IPC 1
| #define HAVE_SHM_MMAP_ANON 1
| #define HAVE_SHM_MMAP_ZERO 1
| #define HAVE_SHM_MMAP_POSIX 1
| #define HAVE_SHM_MMAP_FILE 1
| #define HAVE_FLOCK_LINUX /**/
| #define COMPILE_DL_OPCACHE 1
| #define HAVE_USLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_TIME_H 1
| #define PHAR_HASH_OK 1
| #define HAVE_POSIX 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_GETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_GETPGID 1
| #define HAVE_CTERMID 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETGROUPS 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_UTSNAME_DOMAINNAME 1
| #define HAVE_REFLECTION 1
| #define HAVE_PWRITE 1
| #define HAVE_PREAD 1
| #define HAVE_PHP_SESSION 1
| #define HAVE_LIBXML 1
| #define HAVE_SIMPLEXML 1
| #define HAVE_LIBXML 1
| #define HAVE_SOAP 1
| #define HAVE_PACKED_OBJECT_VALUE 0
| #define HAVE_SPL 1
| #define HAVE_CRYPT 1
| #define HAVE_ALIGNOF 1
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define PHP_USE_PHP_CRYPT_R 1
| #define PHP_STD_DES_CRYPT 1
| #define PHP_BLOWFISH_CRYPT 1
| #define PHP_EXT_DES_CRYPT 1
| #define PHP_MD5_CRYPT 1
| #define PHP_SHA512_CRYPT 1
| #define PHP_SHA256_CRYPT 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_ASINH 1
| #define HAVE_ACOSH 1
| #define HAVE_ATANH 1
| #define HAVE_LOG1P 1
| #define HAVE_HYPOT 1
| #define HAVE_GLOB 1
| #define HAVE_STRFMON 1
| #define HAVE_NICE 1
| #define HAVE_ISINF 1
| #define HAVE_ISNAN 1
| #define HAVE_MEMPCPY 1
| /* end confdefs.h. */
| /* Define strpncpy to an innocuous variant, in case <limits.h> declares strpncpy.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strpncpy innocuous_strpncpy
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strpncpy (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strpncpy
|
| /* 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 strpncpy ();
| /* 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_strpncpy || defined __stub___strpncpy
| choke me
| #endif
|
| int
| main ()
| {
| return strpncpy ();
| ;
| return 0;
| }
configure:88001: result: no
configure:88010: checking for working POSIX fnmatch
configure:88043: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
configure:88043: $? = 0
configure:88043: ./conftest
configure:88043: $? = 0
configure:88053: result: yes
configure:88066: checking for fork
configure:88066: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
conftest.c:406:6: warning: conflicting types for built-in function 'fork'; expected 'int(void)' [-Wbuiltin-declaration-mismatch]
406 | char fork ();
| ^~~~
configure:88066: $? = 0
configure:88066: result: yes
configure:88082: checking if your OS can spawn processes with inherited handles
configure:88085: result: yes
configure:88128: checking for res_nsearch
configure:88128: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
configure:88128: $? = 0
configure:88128: result: yes
configure:88566: checking for dns_search
configure:88566: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
/usr/bin/ld: /tmp/cc4XamU3.o: in function `main':
/opt/php-5.6.40/conftest.c:420: undefined reference to `dns_search'
collect2: error: ld returned 1 exit status
configure:88566: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| #define HAVE_CURL 1
| #define HAVE_CURL_EASY_STRERROR 1
| #define HAVE_CURL_MULTI_STRERROR 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_HASH_EXT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ICONV 1
| #define HAVE_GLIBC_ICONV 1
| #define PHP_ICONV_IMPL "glibc"
| #define ICONV_SUPPORTS_ERRNO 1
| #define ICONV_BROKEN_IGNORE 1
| #define PHP_ICONV_H_PATH </usr/include/iconv.h>
| #define HAVE_JSON 1
| #define STDC_HEADERS 1
| #define HAVE_MBSTRING 1
| #define USE_COMBINATION_EXPLOSION_CHECK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_STDARG_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define PHP_ONIG_BUNDLED 1
| #define HAVE_ONIG 1
| #define HAVE_MBREGEX 1
| #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/run/mysqld/mysqld.sock"
| #define HAVE_MYSQL 1
| #define MYSQL_USE_MYSQLND 1
| #define ODBCVER 0x0300
| #define HAVE_MPROTECT 1
| #define HAVE_SHM_IPC 1
| #define HAVE_SHM_MMAP_ANON 1
| #define HAVE_SHM_MMAP_ZERO 1
| #define HAVE_SHM_MMAP_POSIX 1
| #define HAVE_SHM_MMAP_FILE 1
| #define HAVE_FLOCK_LINUX /**/
| #define COMPILE_DL_OPCACHE 1
| #define HAVE_USLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_TIME_H 1
| #define PHAR_HASH_OK 1
| #define HAVE_POSIX 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_GETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_GETPGID 1
| #define HAVE_CTERMID 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETGROUPS 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_UTSNAME_DOMAINNAME 1
| #define HAVE_REFLECTION 1
| #define HAVE_PWRITE 1
| #define HAVE_PREAD 1
| #define HAVE_PHP_SESSION 1
| #define HAVE_LIBXML 1
| #define HAVE_SIMPLEXML 1
| #define HAVE_LIBXML 1
| #define HAVE_SOAP 1
| #define HAVE_PACKED_OBJECT_VALUE 0
| #define HAVE_SPL 1
| #define HAVE_CRYPT 1
| #define HAVE_ALIGNOF 1
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define PHP_USE_PHP_CRYPT_R 1
| #define PHP_STD_DES_CRYPT 1
| #define PHP_BLOWFISH_CRYPT 1
| #define PHP_EXT_DES_CRYPT 1
| #define PHP_MD5_CRYPT 1
| #define PHP_SHA512_CRYPT 1
| #define PHP_SHA256_CRYPT 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_ASINH 1
| #define HAVE_ACOSH 1
| #define HAVE_ATANH 1
| #define HAVE_LOG1P 1
| #define HAVE_HYPOT 1
| #define HAVE_GLOB 1
| #define HAVE_STRFMON 1
| #define HAVE_NICE 1
| #define HAVE_ISINF 1
| #define HAVE_ISNAN 1
| #define HAVE_MEMPCPY 1
| #define HAVE_FNMATCH 1
| #define HAVE_FORK 1
| #define PHP_CAN_SUPPORT_PROC_OPEN 1
| #define HAVE_RES_NSEARCH 1
| /* end confdefs.h. */
| /* Define dns_search to an innocuous variant, in case <limits.h> declares dns_search.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define dns_search innocuous_dns_search
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char dns_search (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef dns_search
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dns_search ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_dns_search || defined __stub___dns_search
| choke me
| #endif
|
| int
| main ()
| {
| return dns_search ();
| ;
| return 0;
| }
configure:88566: result: no
configure:88570: checking for __dns_search
configure:88570: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
/usr/bin/ld: /tmp/ccBHWDI9.o: in function `main':
/opt/php-5.6.40/conftest.c:420: undefined reference to `__dns_search'
collect2: error: ld returned 1 exit status
configure:88570: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| #define HAVE_CURL 1
| #define HAVE_CURL_EASY_STRERROR 1
| #define HAVE_CURL_MULTI_STRERROR 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_HASH_EXT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ICONV 1
| #define HAVE_GLIBC_ICONV 1
| #define PHP_ICONV_IMPL "glibc"
| #define ICONV_SUPPORTS_ERRNO 1
| #define ICONV_BROKEN_IGNORE 1
| #define PHP_ICONV_H_PATH </usr/include/iconv.h>
| #define HAVE_JSON 1
| #define STDC_HEADERS 1
| #define HAVE_MBSTRING 1
| #define USE_COMBINATION_EXPLOSION_CHECK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_STDARG_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define PHP_ONIG_BUNDLED 1
| #define HAVE_ONIG 1
| #define HAVE_MBREGEX 1
| #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/run/mysqld/mysqld.sock"
| #define HAVE_MYSQL 1
| #define MYSQL_USE_MYSQLND 1
| #define ODBCVER 0x0300
| #define HAVE_MPROTECT 1
| #define HAVE_SHM_IPC 1
| #define HAVE_SHM_MMAP_ANON 1
| #define HAVE_SHM_MMAP_ZERO 1
| #define HAVE_SHM_MMAP_POSIX 1
| #define HAVE_SHM_MMAP_FILE 1
| #define HAVE_FLOCK_LINUX /**/
| #define COMPILE_DL_OPCACHE 1
| #define HAVE_USLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_TIME_H 1
| #define PHAR_HASH_OK 1
| #define HAVE_POSIX 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_GETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_GETPGID 1
| #define HAVE_CTERMID 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETGROUPS 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_UTSNAME_DOMAINNAME 1
| #define HAVE_REFLECTION 1
| #define HAVE_PWRITE 1
| #define HAVE_PREAD 1
| #define HAVE_PHP_SESSION 1
| #define HAVE_LIBXML 1
| #define HAVE_SIMPLEXML 1
| #define HAVE_LIBXML 1
| #define HAVE_SOAP 1
| #define HAVE_PACKED_OBJECT_VALUE 0
| #define HAVE_SPL 1
| #define HAVE_CRYPT 1
| #define HAVE_ALIGNOF 1
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define PHP_USE_PHP_CRYPT_R 1
| #define PHP_STD_DES_CRYPT 1
| #define PHP_BLOWFISH_CRYPT 1
| #define PHP_EXT_DES_CRYPT 1
| #define PHP_MD5_CRYPT 1
| #define PHP_SHA512_CRYPT 1
| #define PHP_SHA256_CRYPT 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_ASINH 1
| #define HAVE_ACOSH 1
| #define HAVE_ATANH 1
| #define HAVE_LOG1P 1
| #define HAVE_HYPOT 1
| #define HAVE_GLOB 1
| #define HAVE_STRFMON 1
| #define HAVE_NICE 1
| #define HAVE_ISINF 1
| #define HAVE_ISNAN 1
| #define HAVE_MEMPCPY 1
| #define HAVE_FNMATCH 1
| #define HAVE_FORK 1
| #define PHP_CAN_SUPPORT_PROC_OPEN 1
| #define HAVE_RES_NSEARCH 1
| /* end confdefs.h. */
| /* Define __dns_search to an innocuous variant, in case <limits.h> declares __dns_search.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define __dns_search innocuous___dns_search
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char __dns_search (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef __dns_search
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char __dns_search ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub___dns_search || defined __stub_____dns_search
| choke me
| #endif
|
| int
| main ()
| {
| return __dns_search ();
| ;
| return 0;
| }
configure:88570: result: no
configure:88593: checking for dns_search in -lresolv
configure:88618: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lresolv -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
/usr/bin/ld: /tmp/ccot2Vr9.o: in function `main':
/opt/php-5.6.40/conftest.c:397: undefined reference to `dns_search'
collect2: error: ld returned 1 exit status
configure:88618: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| #define HAVE_CURL 1
| #define HAVE_CURL_EASY_STRERROR 1
| #define HAVE_CURL_MULTI_STRERROR 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_HASH_EXT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ICONV 1
| #define HAVE_GLIBC_ICONV 1
| #define PHP_ICONV_IMPL "glibc"
| #define ICONV_SUPPORTS_ERRNO 1
| #define ICONV_BROKEN_IGNORE 1
| #define PHP_ICONV_H_PATH </usr/include/iconv.h>
| #define HAVE_JSON 1
| #define STDC_HEADERS 1
| #define HAVE_MBSTRING 1
| #define USE_COMBINATION_EXPLOSION_CHECK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_STDARG_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define PHP_ONIG_BUNDLED 1
| #define HAVE_ONIG 1
| #define HAVE_MBREGEX 1
| #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/run/mysqld/mysqld.sock"
| #define HAVE_MYSQL 1
| #define MYSQL_USE_MYSQLND 1
| #define ODBCVER 0x0300
| #define HAVE_MPROTECT 1
| #define HAVE_SHM_IPC 1
| #define HAVE_SHM_MMAP_ANON 1
| #define HAVE_SHM_MMAP_ZERO 1
| #define HAVE_SHM_MMAP_POSIX 1
| #define HAVE_SHM_MMAP_FILE 1
| #define HAVE_FLOCK_LINUX /**/
| #define COMPILE_DL_OPCACHE 1
| #define HAVE_USLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_TIME_H 1
| #define PHAR_HASH_OK 1
| #define HAVE_POSIX 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_GETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_GETPGID 1
| #define HAVE_CTERMID 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETGROUPS 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_UTSNAME_DOMAINNAME 1
| #define HAVE_REFLECTION 1
| #define HAVE_PWRITE 1
| #define HAVE_PREAD 1
| #define HAVE_PHP_SESSION 1
| #define HAVE_LIBXML 1
| #define HAVE_SIMPLEXML 1
| #define HAVE_LIBXML 1
| #define HAVE_SOAP 1
| #define HAVE_PACKED_OBJECT_VALUE 0
| #define HAVE_SPL 1
| #define HAVE_CRYPT 1
| #define HAVE_ALIGNOF 1
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define PHP_USE_PHP_CRYPT_R 1
| #define PHP_STD_DES_CRYPT 1
| #define PHP_BLOWFISH_CRYPT 1
| #define PHP_EXT_DES_CRYPT 1
| #define PHP_MD5_CRYPT 1
| #define PHP_SHA512_CRYPT 1
| #define PHP_SHA256_CRYPT 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_ASINH 1
| #define HAVE_ACOSH 1
| #define HAVE_ATANH 1
| #define HAVE_LOG1P 1
| #define HAVE_HYPOT 1
| #define HAVE_GLOB 1
| #define HAVE_STRFMON 1
| #define HAVE_NICE 1
| #define HAVE_ISINF 1
| #define HAVE_ISNAN 1
| #define HAVE_MEMPCPY 1
| #define HAVE_FNMATCH 1
| #define HAVE_FORK 1
| #define PHP_CAN_SUPPORT_PROC_OPEN 1
| #define HAVE_RES_NSEARCH 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dns_search ();
| int
| main ()
| {
| return dns_search ();
| ;
| return 0;
| }
configure:88627: result: no
configure:88633: checking for __dns_search in -lresolv
configure:88658: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lresolv -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
/usr/bin/ld: /tmp/ccXD8H80.o: in function `main':
/opt/php-5.6.40/conftest.c:397: undefined reference to `__dns_search'
collect2: error: ld returned 1 exit status
configure:88658: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| #define HAVE_CURL 1
| #define HAVE_CURL_EASY_STRERROR 1
| #define HAVE_CURL_MULTI_STRERROR 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_HASH_EXT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ICONV 1
| #define HAVE_GLIBC_ICONV 1
| #define PHP_ICONV_IMPL "glibc"
| #define ICONV_SUPPORTS_ERRNO 1
| #define ICONV_BROKEN_IGNORE 1
| #define PHP_ICONV_H_PATH </usr/include/iconv.h>
| #define HAVE_JSON 1
| #define STDC_HEADERS 1
| #define HAVE_MBSTRING 1
| #define USE_COMBINATION_EXPLOSION_CHECK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_STDARG_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define PHP_ONIG_BUNDLED 1
| #define HAVE_ONIG 1
| #define HAVE_MBREGEX 1
| #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/run/mysqld/mysqld.sock"
| #define HAVE_MYSQL 1
| #define MYSQL_USE_MYSQLND 1
| #define ODBCVER 0x0300
| #define HAVE_MPROTECT 1
| #define HAVE_SHM_IPC 1
| #define HAVE_SHM_MMAP_ANON 1
| #define HAVE_SHM_MMAP_ZERO 1
| #define HAVE_SHM_MMAP_POSIX 1
| #define HAVE_SHM_MMAP_FILE 1
| #define HAVE_FLOCK_LINUX /**/
| #define COMPILE_DL_OPCACHE 1
| #define HAVE_USLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_TIME_H 1
| #define PHAR_HASH_OK 1
| #define HAVE_POSIX 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_GETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_GETPGID 1
| #define HAVE_CTERMID 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETGROUPS 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_UTSNAME_DOMAINNAME 1
| #define HAVE_REFLECTION 1
| #define HAVE_PWRITE 1
| #define HAVE_PREAD 1
| #define HAVE_PHP_SESSION 1
| #define HAVE_LIBXML 1
| #define HAVE_SIMPLEXML 1
| #define HAVE_LIBXML 1
| #define HAVE_SOAP 1
| #define HAVE_PACKED_OBJECT_VALUE 0
| #define HAVE_SPL 1
| #define HAVE_CRYPT 1
| #define HAVE_ALIGNOF 1
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define PHP_USE_PHP_CRYPT_R 1
| #define PHP_STD_DES_CRYPT 1
| #define PHP_BLOWFISH_CRYPT 1
| #define PHP_EXT_DES_CRYPT 1
| #define PHP_MD5_CRYPT 1
| #define PHP_SHA512_CRYPT 1
| #define PHP_SHA256_CRYPT 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_ASINH 1
| #define HAVE_ACOSH 1
| #define HAVE_ATANH 1
| #define HAVE_LOG1P 1
| #define HAVE_HYPOT 1
| #define HAVE_GLOB 1
| #define HAVE_STRFMON 1
| #define HAVE_NICE 1
| #define HAVE_ISINF 1
| #define HAVE_ISNAN 1
| #define HAVE_MEMPCPY 1
| #define HAVE_FNMATCH 1
| #define HAVE_FORK 1
| #define PHP_CAN_SUPPORT_PROC_OPEN 1
| #define HAVE_RES_NSEARCH 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char __dns_search ();
| int
| main ()
| {
| return __dns_search ();
| ;
| return 0;
| }
configure:88667: result: no
configure:88725: checking for dns_search in -lbind
configure:88750: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lbind -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
/usr/bin/ld: cannot find -lbind: No such file or directory
collect2: error: ld returned 1 exit status
configure:88750: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| #define HAVE_CURL 1
| #define HAVE_CURL_EASY_STRERROR 1
| #define HAVE_CURL_MULTI_STRERROR 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_HASH_EXT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ICONV 1
| #define HAVE_GLIBC_ICONV 1
| #define PHP_ICONV_IMPL "glibc"
| #define ICONV_SUPPORTS_ERRNO 1
| #define ICONV_BROKEN_IGNORE 1
| #define PHP_ICONV_H_PATH </usr/include/iconv.h>
| #define HAVE_JSON 1
| #define STDC_HEADERS 1
| #define HAVE_MBSTRING 1
| #define USE_COMBINATION_EXPLOSION_CHECK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_STDARG_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define PHP_ONIG_BUNDLED 1
| #define HAVE_ONIG 1
| #define HAVE_MBREGEX 1
| #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/run/mysqld/mysqld.sock"
| #define HAVE_MYSQL 1
| #define MYSQL_USE_MYSQLND 1
| #define ODBCVER 0x0300
| #define HAVE_MPROTECT 1
| #define HAVE_SHM_IPC 1
| #define HAVE_SHM_MMAP_ANON 1
| #define HAVE_SHM_MMAP_ZERO 1
| #define HAVE_SHM_MMAP_POSIX 1
| #define HAVE_SHM_MMAP_FILE 1
| #define HAVE_FLOCK_LINUX /**/
| #define COMPILE_DL_OPCACHE 1
| #define HAVE_USLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_TIME_H 1
| #define PHAR_HASH_OK 1
| #define HAVE_POSIX 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_GETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_GETPGID 1
| #define HAVE_CTERMID 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETGROUPS 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_UTSNAME_DOMAINNAME 1
| #define HAVE_REFLECTION 1
| #define HAVE_PWRITE 1
| #define HAVE_PREAD 1
| #define HAVE_PHP_SESSION 1
| #define HAVE_LIBXML 1
| #define HAVE_SIMPLEXML 1
| #define HAVE_LIBXML 1
| #define HAVE_SOAP 1
| #define HAVE_PACKED_OBJECT_VALUE 0
| #define HAVE_SPL 1
| #define HAVE_CRYPT 1
| #define HAVE_ALIGNOF 1
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define PHP_USE_PHP_CRYPT_R 1
| #define PHP_STD_DES_CRYPT 1
| #define PHP_BLOWFISH_CRYPT 1
| #define PHP_EXT_DES_CRYPT 1
| #define PHP_MD5_CRYPT 1
| #define PHP_SHA512_CRYPT 1
| #define PHP_SHA256_CRYPT 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_ASINH 1
| #define HAVE_ACOSH 1
| #define HAVE_ATANH 1
| #define HAVE_LOG1P 1
| #define HAVE_HYPOT 1
| #define HAVE_GLOB 1
| #define HAVE_STRFMON 1
| #define HAVE_NICE 1
| #define HAVE_ISINF 1
| #define HAVE_ISNAN 1
| #define HAVE_MEMPCPY 1
| #define HAVE_FNMATCH 1
| #define HAVE_FORK 1
| #define PHP_CAN_SUPPORT_PROC_OPEN 1
| #define HAVE_RES_NSEARCH 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dns_search ();
| int
| main ()
| {
| return dns_search ();
| ;
| return 0;
| }
configure:88759: result: no
configure:88765: checking for __dns_search in -lbind
configure:88790: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lbind -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
/usr/bin/ld: cannot find -lbind: No such file or directory
collect2: error: ld returned 1 exit status
configure:88790: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| #define HAVE_CURL 1
| #define HAVE_CURL_EASY_STRERROR 1
| #define HAVE_CURL_MULTI_STRERROR 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_HASH_EXT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ICONV 1
| #define HAVE_GLIBC_ICONV 1
| #define PHP_ICONV_IMPL "glibc"
| #define ICONV_SUPPORTS_ERRNO 1
| #define ICONV_BROKEN_IGNORE 1
| #define PHP_ICONV_H_PATH </usr/include/iconv.h>
| #define HAVE_JSON 1
| #define STDC_HEADERS 1
| #define HAVE_MBSTRING 1
| #define USE_COMBINATION_EXPLOSION_CHECK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_STDARG_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define PHP_ONIG_BUNDLED 1
| #define HAVE_ONIG 1
| #define HAVE_MBREGEX 1
| #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/run/mysqld/mysqld.sock"
| #define HAVE_MYSQL 1
| #define MYSQL_USE_MYSQLND 1
| #define ODBCVER 0x0300
| #define HAVE_MPROTECT 1
| #define HAVE_SHM_IPC 1
| #define HAVE_SHM_MMAP_ANON 1
| #define HAVE_SHM_MMAP_ZERO 1
| #define HAVE_SHM_MMAP_POSIX 1
| #define HAVE_SHM_MMAP_FILE 1
| #define HAVE_FLOCK_LINUX /**/
| #define COMPILE_DL_OPCACHE 1
| #define HAVE_USLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_TIME_H 1
| #define PHAR_HASH_OK 1
| #define HAVE_POSIX 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_GETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_GETPGID 1
| #define HAVE_CTERMID 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETGROUPS 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_UTSNAME_DOMAINNAME 1
| #define HAVE_REFLECTION 1
| #define HAVE_PWRITE 1
| #define HAVE_PREAD 1
| #define HAVE_PHP_SESSION 1
| #define HAVE_LIBXML 1
| #define HAVE_SIMPLEXML 1
| #define HAVE_LIBXML 1
| #define HAVE_SOAP 1
| #define HAVE_PACKED_OBJECT_VALUE 0
| #define HAVE_SPL 1
| #define HAVE_CRYPT 1
| #define HAVE_ALIGNOF 1
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define PHP_USE_PHP_CRYPT_R 1
| #define PHP_STD_DES_CRYPT 1
| #define PHP_BLOWFISH_CRYPT 1
| #define PHP_EXT_DES_CRYPT 1
| #define PHP_MD5_CRYPT 1
| #define PHP_SHA512_CRYPT 1
| #define PHP_SHA256_CRYPT 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_ASINH 1
| #define HAVE_ACOSH 1
| #define HAVE_ATANH 1
| #define HAVE_LOG1P 1
| #define HAVE_HYPOT 1
| #define HAVE_GLOB 1
| #define HAVE_STRFMON 1
| #define HAVE_NICE 1
| #define HAVE_ISINF 1
| #define HAVE_ISNAN 1
| #define HAVE_MEMPCPY 1
| #define HAVE_FNMATCH 1
| #define HAVE_FORK 1
| #define PHP_CAN_SUPPORT_PROC_OPEN 1
| #define HAVE_RES_NSEARCH 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char __dns_search ();
| int
| main ()
| {
| return __dns_search ();
| ;
| return 0;
| }
configure:88799: result: no
configure:88857: checking for dns_search in -lsocket
configure:88882: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lsocket -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
/usr/bin/ld: cannot find -lsocket: No such file or directory
collect2: error: ld returned 1 exit status
configure:88882: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| #define HAVE_CURL 1
| #define HAVE_CURL_EASY_STRERROR 1
| #define HAVE_CURL_MULTI_STRERROR 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_HASH_EXT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ICONV 1
| #define HAVE_GLIBC_ICONV 1
| #define PHP_ICONV_IMPL "glibc"
| #define ICONV_SUPPORTS_ERRNO 1
| #define ICONV_BROKEN_IGNORE 1
| #define PHP_ICONV_H_PATH </usr/include/iconv.h>
| #define HAVE_JSON 1
| #define STDC_HEADERS 1
| #define HAVE_MBSTRING 1
| #define USE_COMBINATION_EXPLOSION_CHECK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_STDARG_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define PHP_ONIG_BUNDLED 1
| #define HAVE_ONIG 1
| #define HAVE_MBREGEX 1
| #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/run/mysqld/mysqld.sock"
| #define HAVE_MYSQL 1
| #define MYSQL_USE_MYSQLND 1
| #define ODBCVER 0x0300
| #define HAVE_MPROTECT 1
| #define HAVE_SHM_IPC 1
| #define HAVE_SHM_MMAP_ANON 1
| #define HAVE_SHM_MMAP_ZERO 1
| #define HAVE_SHM_MMAP_POSIX 1
| #define HAVE_SHM_MMAP_FILE 1
| #define HAVE_FLOCK_LINUX /**/
| #define COMPILE_DL_OPCACHE 1
| #define HAVE_USLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_TIME_H 1
| #define PHAR_HASH_OK 1
| #define HAVE_POSIX 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_GETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_GETPGID 1
| #define HAVE_CTERMID 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETGROUPS 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_UTSNAME_DOMAINNAME 1
| #define HAVE_REFLECTION 1
| #define HAVE_PWRITE 1
| #define HAVE_PREAD 1
| #define HAVE_PHP_SESSION 1
| #define HAVE_LIBXML 1
| #define HAVE_SIMPLEXML 1
| #define HAVE_LIBXML 1
| #define HAVE_SOAP 1
| #define HAVE_PACKED_OBJECT_VALUE 0
| #define HAVE_SPL 1
| #define HAVE_CRYPT 1
| #define HAVE_ALIGNOF 1
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define PHP_USE_PHP_CRYPT_R 1
| #define PHP_STD_DES_CRYPT 1
| #define PHP_BLOWFISH_CRYPT 1
| #define PHP_EXT_DES_CRYPT 1
| #define PHP_MD5_CRYPT 1
| #define PHP_SHA512_CRYPT 1
| #define PHP_SHA256_CRYPT 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_ASINH 1
| #define HAVE_ACOSH 1
| #define HAVE_ATANH 1
| #define HAVE_LOG1P 1
| #define HAVE_HYPOT 1
| #define HAVE_GLOB 1
| #define HAVE_STRFMON 1
| #define HAVE_NICE 1
| #define HAVE_ISINF 1
| #define HAVE_ISNAN 1
| #define HAVE_MEMPCPY 1
| #define HAVE_FNMATCH 1
| #define HAVE_FORK 1
| #define PHP_CAN_SUPPORT_PROC_OPEN 1
| #define HAVE_RES_NSEARCH 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dns_search ();
| int
| main ()
| {
| return dns_search ();
| ;
| return 0;
| }
configure:88891: result: no
configure:88897: checking for __dns_search in -lsocket
configure:88922: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lsocket -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
/usr/bin/ld: cannot find -lsocket: No such file or directory
collect2: error: ld returned 1 exit status
configure:88922: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| #define HAVE_CURL 1
| #define HAVE_CURL_EASY_STRERROR 1
| #define HAVE_CURL_MULTI_STRERROR 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_HASH_EXT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ICONV 1
| #define HAVE_GLIBC_ICONV 1
| #define PHP_ICONV_IMPL "glibc"
| #define ICONV_SUPPORTS_ERRNO 1
| #define ICONV_BROKEN_IGNORE 1
| #define PHP_ICONV_H_PATH </usr/include/iconv.h>
| #define HAVE_JSON 1
| #define STDC_HEADERS 1
| #define HAVE_MBSTRING 1
| #define USE_COMBINATION_EXPLOSION_CHECK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_STDARG_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define PHP_ONIG_BUNDLED 1
| #define HAVE_ONIG 1
| #define HAVE_MBREGEX 1
| #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/run/mysqld/mysqld.sock"
| #define HAVE_MYSQL 1
| #define MYSQL_USE_MYSQLND 1
| #define ODBCVER 0x0300
| #define HAVE_MPROTECT 1
| #define HAVE_SHM_IPC 1
| #define HAVE_SHM_MMAP_ANON 1
| #define HAVE_SHM_MMAP_ZERO 1
| #define HAVE_SHM_MMAP_POSIX 1
| #define HAVE_SHM_MMAP_FILE 1
| #define HAVE_FLOCK_LINUX /**/
| #define COMPILE_DL_OPCACHE 1
| #define HAVE_USLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_TIME_H 1
| #define PHAR_HASH_OK 1
| #define HAVE_POSIX 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_GETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_GETPGID 1
| #define HAVE_CTERMID 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETGROUPS 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_UTSNAME_DOMAINNAME 1
| #define HAVE_REFLECTION 1
| #define HAVE_PWRITE 1
| #define HAVE_PREAD 1
| #define HAVE_PHP_SESSION 1
| #define HAVE_LIBXML 1
| #define HAVE_SIMPLEXML 1
| #define HAVE_LIBXML 1
| #define HAVE_SOAP 1
| #define HAVE_PACKED_OBJECT_VALUE 0
| #define HAVE_SPL 1
| #define HAVE_CRYPT 1
| #define HAVE_ALIGNOF 1
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define PHP_USE_PHP_CRYPT_R 1
| #define PHP_STD_DES_CRYPT 1
| #define PHP_BLOWFISH_CRYPT 1
| #define PHP_EXT_DES_CRYPT 1
| #define PHP_MD5_CRYPT 1
| #define PHP_SHA512_CRYPT 1
| #define PHP_SHA256_CRYPT 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_ASINH 1
| #define HAVE_ACOSH 1
| #define HAVE_ATANH 1
| #define HAVE_LOG1P 1
| #define HAVE_HYPOT 1
| #define HAVE_GLOB 1
| #define HAVE_STRFMON 1
| #define HAVE_NICE 1
| #define HAVE_ISINF 1
| #define HAVE_ISNAN 1
| #define HAVE_MEMPCPY 1
| #define HAVE_FNMATCH 1
| #define HAVE_FORK 1
| #define PHP_CAN_SUPPORT_PROC_OPEN 1
| #define HAVE_RES_NSEARCH 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char __dns_search ();
| int
| main ()
| {
| return __dns_search ();
| ;
| return 0;
| }
configure:88931: result: no
configure:89004: checking for dn_expand
configure:89004: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
configure:89004: $? = 0
configure:89004: result: yes
configure:89442: checking for dn_skipname
configure:89442: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
configure:89442: $? = 0
configure:89442: result: yes
configure:89882: checking for res_search
configure:89882: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
configure:89882: $? = 0
configure:89882: result: yes
configure:90316: checking whether atof() accepts NAN
configure:90347: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
configure:90347: $? = 0
configure:90347: ./conftest
configure:90347: $? = 0
configure:90361: result: yes
configure:90369: checking whether atof() accepts INF
configure:90403: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
configure:90403: $? = 0
configure:90403: ./conftest
configure:90403: $? = 0
configure:90417: result: yes
configure:90425: checking whether HUGE_VAL == INF
configure:90459: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
configure:90459: $? = 0
configure:90459: ./conftest
configure:90459: $? = 0
configure:90473: result: yes
configure:90481: checking whether HUGE_VAL + -HUGEVAL == NAN
configure:90517: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
configure:90517: $? = 0
configure:90517: ./conftest
configure:90517: $? = 0
configure:90531: result: yes
configure:90539: checking whether strptime() declaration fails
configure:90565: cc -c -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:404:5: error: conflicting types for 'strptime'; have 'int(const char *, const char *, struct tm *)'
404 | int strptime(const char *s, const char *format, struct tm *tm);
| ^~~~~~~~
In file included from conftest.c:394:
/usr/include/time.h:107:14: note: previous declaration of 'strptime' with type 'char *(const char * restrict, const char * restrict, struct tm *)'
107 | extern char *strptime (const char *__restrict __s,
| ^~~~~~~~
configure:90565: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| #define HAVE_CURL 1
| #define HAVE_CURL_EASY_STRERROR 1
| #define HAVE_CURL_MULTI_STRERROR 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_HASH_EXT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ICONV 1
| #define HAVE_GLIBC_ICONV 1
| #define PHP_ICONV_IMPL "glibc"
| #define ICONV_SUPPORTS_ERRNO 1
| #define ICONV_BROKEN_IGNORE 1
| #define PHP_ICONV_H_PATH </usr/include/iconv.h>
| #define HAVE_JSON 1
| #define STDC_HEADERS 1
| #define HAVE_MBSTRING 1
| #define USE_COMBINATION_EXPLOSION_CHECK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_STDARG_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define PHP_ONIG_BUNDLED 1
| #define HAVE_ONIG 1
| #define HAVE_MBREGEX 1
| #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/run/mysqld/mysqld.sock"
| #define HAVE_MYSQL 1
| #define MYSQL_USE_MYSQLND 1
| #define ODBCVER 0x0300
| #define HAVE_MPROTECT 1
| #define HAVE_SHM_IPC 1
| #define HAVE_SHM_MMAP_ANON 1
| #define HAVE_SHM_MMAP_ZERO 1
| #define HAVE_SHM_MMAP_POSIX 1
| #define HAVE_SHM_MMAP_FILE 1
| #define HAVE_FLOCK_LINUX /**/
| #define COMPILE_DL_OPCACHE 1
| #define HAVE_USLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_TIME_H 1
| #define PHAR_HASH_OK 1
| #define HAVE_POSIX 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_GETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_GETPGID 1
| #define HAVE_CTERMID 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETGROUPS 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_UTSNAME_DOMAINNAME 1
| #define HAVE_REFLECTION 1
| #define HAVE_PWRITE 1
| #define HAVE_PREAD 1
| #define HAVE_PHP_SESSION 1
| #define HAVE_LIBXML 1
| #define HAVE_SIMPLEXML 1
| #define HAVE_LIBXML 1
| #define HAVE_SOAP 1
| #define HAVE_PACKED_OBJECT_VALUE 0
| #define HAVE_SPL 1
| #define HAVE_CRYPT 1
| #define HAVE_ALIGNOF 1
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define PHP_USE_PHP_CRYPT_R 1
| #define PHP_STD_DES_CRYPT 1
| #define PHP_BLOWFISH_CRYPT 1
| #define PHP_EXT_DES_CRYPT 1
| #define PHP_MD5_CRYPT 1
| #define PHP_SHA512_CRYPT 1
| #define PHP_SHA256_CRYPT 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_ASINH 1
| #define HAVE_ACOSH 1
| #define HAVE_ATANH 1
| #define HAVE_LOG1P 1
| #define HAVE_HYPOT 1
| #define HAVE_GLOB 1
| #define HAVE_STRFMON 1
| #define HAVE_NICE 1
| #define HAVE_ISINF 1
| #define HAVE_ISNAN 1
| #define HAVE_MEMPCPY 1
| #define HAVE_FNMATCH 1
| #define HAVE_FORK 1
| #define PHP_CAN_SUPPORT_PROC_OPEN 1
| #define HAVE_RES_NSEARCH 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| #define HAVE_ATOF_ACCEPTS_NAN 1
| #define HAVE_ATOF_ACCEPTS_INF 1
| #define HAVE_HUGE_VAL_INF 1
| #define HAVE_HUGE_VAL_NAN 1
| /* end confdefs.h. */
|
| #include <time.h>
|
| int
| main ()
| {
|
| #ifndef HAVE_STRPTIME
| #error no strptime() on this platform
| #else
| /* use invalid strptime() declaration to see if it fails to compile */
| int strptime(const char *s, const char *format, struct tm *tm);
| #endif
|
| ;
| return 0;
| }
configure:90576: result: yes
configure:90586: checking wchar.h usability
configure:90586: cc -c -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:90586: $? = 0
configure:90586: result: yes
configure:90586: checking wchar.h presence
configure:90586: cc -E -I/usr/include conftest.c
configure:90586: $? = 0
configure:90586: result: yes
configure:90586: checking for wchar.h
configure:90586: result: yes
configure:90598: checking for mblen
configure:90598: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
configure:90598: $? = 0
configure:90598: result: yes
configure:90610: checking for mbrlen
configure:90610: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
configure:90610: $? = 0
configure:90610: result: yes
configure:90610: checking for mbsinit
configure:90610: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -L/usr/lib -R/usr/local/lib -L/usr/local/lib conftest.c -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt >&5
configure:90610: $? = 0
configure:90610: result: yes
configure:90619: checking for mbstate_t
configure:90642: cc -c -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:90642: $? = 0
configure:90653: result: yes
configure:90663: checking atomic.h usability
configure:90663: cc -c -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c:432:10: fatal error: atomic.h: No such file or directory
432 | #include <atomic.h>
| ^~~~~~~~~~
compilation terminated.
configure:90663: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| #define HAVE_CURL 1
| #define HAVE_CURL_EASY_STRERROR 1
| #define HAVE_CURL_MULTI_STRERROR 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_HASH_EXT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ICONV 1
| #define HAVE_GLIBC_ICONV 1
| #define PHP_ICONV_IMPL "glibc"
| #define ICONV_SUPPORTS_ERRNO 1
| #define ICONV_BROKEN_IGNORE 1
| #define PHP_ICONV_H_PATH </usr/include/iconv.h>
| #define HAVE_JSON 1
| #define STDC_HEADERS 1
| #define HAVE_MBSTRING 1
| #define USE_COMBINATION_EXPLOSION_CHECK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_STDARG_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define PHP_ONIG_BUNDLED 1
| #define HAVE_ONIG 1
| #define HAVE_MBREGEX 1
| #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/run/mysqld/mysqld.sock"
| #define HAVE_MYSQL 1
| #define MYSQL_USE_MYSQLND 1
| #define ODBCVER 0x0300
| #define HAVE_MPROTECT 1
| #define HAVE_SHM_IPC 1
| #define HAVE_SHM_MMAP_ANON 1
| #define HAVE_SHM_MMAP_ZERO 1
| #define HAVE_SHM_MMAP_POSIX 1
| #define HAVE_SHM_MMAP_FILE 1
| #define HAVE_FLOCK_LINUX /**/
| #define COMPILE_DL_OPCACHE 1
| #define HAVE_USLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_TIME_H 1
| #define PHAR_HASH_OK 1
| #define HAVE_POSIX 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_GETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_GETPGID 1
| #define HAVE_CTERMID 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETGROUPS 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_UTSNAME_DOMAINNAME 1
| #define HAVE_REFLECTION 1
| #define HAVE_PWRITE 1
| #define HAVE_PREAD 1
| #define HAVE_PHP_SESSION 1
| #define HAVE_LIBXML 1
| #define HAVE_SIMPLEXML 1
| #define HAVE_LIBXML 1
| #define HAVE_SOAP 1
| #define HAVE_PACKED_OBJECT_VALUE 0
| #define HAVE_SPL 1
| #define HAVE_CRYPT 1
| #define HAVE_ALIGNOF 1
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define PHP_USE_PHP_CRYPT_R 1
| #define PHP_STD_DES_CRYPT 1
| #define PHP_BLOWFISH_CRYPT 1
| #define PHP_EXT_DES_CRYPT 1
| #define PHP_MD5_CRYPT 1
| #define PHP_SHA512_CRYPT 1
| #define PHP_SHA256_CRYPT 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_ASINH 1
| #define HAVE_ACOSH 1
| #define HAVE_ATANH 1
| #define HAVE_LOG1P 1
| #define HAVE_HYPOT 1
| #define HAVE_GLOB 1
| #define HAVE_STRFMON 1
| #define HAVE_NICE 1
| #define HAVE_ISINF 1
| #define HAVE_ISNAN 1
| #define HAVE_MEMPCPY 1
| #define HAVE_FNMATCH 1
| #define HAVE_FORK 1
| #define PHP_CAN_SUPPORT_PROC_OPEN 1
| #define HAVE_RES_NSEARCH 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| #define HAVE_ATOF_ACCEPTS_NAN 1
| #define HAVE_ATOF_ACCEPTS_INF 1
| #define HAVE_HUGE_VAL_INF 1
| #define HAVE_HUGE_VAL_NAN 1
| #define HAVE_STRPTIME_DECL_FAILS 1
| #define HAVE_WCHAR_H 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBSTATE_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <atomic.h>
configure:90663: result: no
configure:90663: checking atomic.h presence
configure:90663: cc -E -I/usr/include conftest.c
conftest.c:399:10: fatal error: atomic.h: No such file or directory
399 | #include <atomic.h>
| ^~~~~~~~~~
compilation terminated.
configure:90663: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| #define HAVE_CURL 1
| #define HAVE_CURL_EASY_STRERROR 1
| #define HAVE_CURL_MULTI_STRERROR 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_HASH_EXT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ICONV 1
| #define HAVE_GLIBC_ICONV 1
| #define PHP_ICONV_IMPL "glibc"
| #define ICONV_SUPPORTS_ERRNO 1
| #define ICONV_BROKEN_IGNORE 1
| #define PHP_ICONV_H_PATH </usr/include/iconv.h>
| #define HAVE_JSON 1
| #define STDC_HEADERS 1
| #define HAVE_MBSTRING 1
| #define USE_COMBINATION_EXPLOSION_CHECK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_STDARG_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define PHP_ONIG_BUNDLED 1
| #define HAVE_ONIG 1
| #define HAVE_MBREGEX 1
| #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/run/mysqld/mysqld.sock"
| #define HAVE_MYSQL 1
| #define MYSQL_USE_MYSQLND 1
| #define ODBCVER 0x0300
| #define HAVE_MPROTECT 1
| #define HAVE_SHM_IPC 1
| #define HAVE_SHM_MMAP_ANON 1
| #define HAVE_SHM_MMAP_ZERO 1
| #define HAVE_SHM_MMAP_POSIX 1
| #define HAVE_SHM_MMAP_FILE 1
| #define HAVE_FLOCK_LINUX /**/
| #define COMPILE_DL_OPCACHE 1
| #define HAVE_USLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_TIME_H 1
| #define PHAR_HASH_OK 1
| #define HAVE_POSIX 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_GETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_GETPGID 1
| #define HAVE_CTERMID 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETGROUPS 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_UTSNAME_DOMAINNAME 1
| #define HAVE_REFLECTION 1
| #define HAVE_PWRITE 1
| #define HAVE_PREAD 1
| #define HAVE_PHP_SESSION 1
| #define HAVE_LIBXML 1
| #define HAVE_SIMPLEXML 1
| #define HAVE_LIBXML 1
| #define HAVE_SOAP 1
| #define HAVE_PACKED_OBJECT_VALUE 0
| #define HAVE_SPL 1
| #define HAVE_CRYPT 1
| #define HAVE_ALIGNOF 1
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define PHP_USE_PHP_CRYPT_R 1
| #define PHP_STD_DES_CRYPT 1
| #define PHP_BLOWFISH_CRYPT 1
| #define PHP_EXT_DES_CRYPT 1
| #define PHP_MD5_CRYPT 1
| #define PHP_SHA512_CRYPT 1
| #define PHP_SHA256_CRYPT 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_ASINH 1
| #define HAVE_ACOSH 1
| #define HAVE_ATANH 1
| #define HAVE_LOG1P 1
| #define HAVE_HYPOT 1
| #define HAVE_GLOB 1
| #define HAVE_STRFMON 1
| #define HAVE_NICE 1
| #define HAVE_ISINF 1
| #define HAVE_ISNAN 1
| #define HAVE_MEMPCPY 1
| #define HAVE_FNMATCH 1
| #define HAVE_FORK 1
| #define PHP_CAN_SUPPORT_PROC_OPEN 1
| #define HAVE_RES_NSEARCH 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| #define HAVE_ATOF_ACCEPTS_NAN 1
| #define HAVE_ATOF_ACCEPTS_INF 1
| #define HAVE_HUGE_VAL_INF 1
| #define HAVE_HUGE_VAL_NAN 1
| #define HAVE_STRPTIME_DECL_FAILS 1
| #define HAVE_WCHAR_H 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBSTATE_T 1
| /* end confdefs.h. */
| #include <atomic.h>
configure:90663: result: no
configure:90663: checking for atomic.h
configure:90663: result: no
configure:91037: checking for Sybase-CT support
configure:91073: result: no
configure:93457: checking whether to enable System V IPC support
configure:93492: result: no
configure:93811: checking whether to enable System V semaphore support
configure:93846: result: no
configure:94198: checking whether to enable System V shared memory support
configure:94233: result: no
configure:94542: checking for TIDY support
configure:94578: result: no
configure:95195: checking whether to enable tokenizer support
configure:95230: result: yes
configure:95542: checking whether to enable WDDX support
configure:95577: result: no
configure:95612: checking libexpat dir for WDDX
configure:95627: result: no
configure:96388: checking whether to enable XML support
configure:96423: result: yes
configure:96458: checking libexpat install dir
configure:96473: result: no
configure:96488: checking for xml2-config path
configure:96502: result: /usr/bin/xml2-config
configure:96646: checking whether libxml build works
configure:96697: result: yes
configure:97204: checking whether to enable XMLReader support
configure:97239: result: yes
configure:97278: checking for xml2-config path
configure:97292: result: /usr/bin/xml2-config
configure:97436: checking whether libxml build works
configure:97487: result: yes
configure:97841: checking for XMLRPC-EPI support
configure:97877: result: no
configure:97912: checking libexpat dir for XMLRPC-EPI
configure:97927: result: no
configure:97936: checking iconv dir for XMLRPC-EPI
configure:97951: result: no
configure:100242: checking whether to enable XMLWriter support
configure:100277: result: yes
configure:100316: checking for xml2-config path
configure:100330: result: /usr/bin/xml2-config
configure:100474: checking whether libxml build works
configure:100525: result: yes
configure:100847: checking for XSL support
configure:100883: result: no
configure:101525: checking for zip archive read/writesupport
configure:101560: result: no
configure:101595: checking pcre install prefix
configure:101610: result: no
configure:101619: checking libzip
configure:101634: result: no
configure:103258: checking whether to enable mysqlnd
configure:103293: result: no
configure:103302: checking whether to disable compressed protocol support in mysqlnd
configure:103316: result: yes
configure:104704: result:
configure:104706: result: [1mConfiguring PEAR[m
configure:104723: checking whether to install PEAR
configure:104759: result: yes
configure:104805: result:
configure:104807: result: [1mConfiguring Zend[m
configure:104832: checking for bison version
configure:104856: result: invalid
configure:104862: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: none, min: 204, excluded: 3.0).
configure:104893: checking for inttypes.h
configure:104893: result: yes
configure:104893: checking for stdint.h
configure:104893: result: yes
configure:104893: checking for limits.h
configure:104893: result: yes
configure:104893: checking malloc.h usability
configure:104893: cc -c -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:104893: $? = 0
configure:104893: result: yes
configure:104893: checking malloc.h presence
configure:104893: cc -E -I/usr/include conftest.c
configure:104893: $? = 0
configure:104893: result: yes
configure:104893: checking for malloc.h
configure:104893: result: yes
configure:104893: checking for string.h
configure:104893: result: yes
configure:104893: checking for unistd.h
configure:104893: result: yes
configure:104893: checking for stdarg.h
configure:104893: result: yes
configure:104893: checking for sys/types.h
configure:104893: result: yes
configure:104893: checking for sys/time.h
configure:104893: result: yes
configure:104893: checking for signal.h
configure:104893: result: yes
configure:104893: checking for unix.h
configure:104893: result: no
configure:104893: checking for stdlib.h
configure:104893: result: yes
configure:104893: checking for dlfcn.h
configure:104893: result: yes
configure:104904: checking for size_t
configure:104904: result: yes
configure:104915: checking return type of signal handlers
configure:104933: cc -c -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:425:10: error: void value not ignored as it ought to be
425 | return *(signal (0, 0)) (0) == 1;
| ~^~~~~~~~~~~~~~~~~~
configure:104933: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| #define HAVE_CURL 1
| #define HAVE_CURL_EASY_STRERROR 1
| #define HAVE_CURL_MULTI_STRERROR 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_HASH_EXT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ICONV 1
| #define HAVE_GLIBC_ICONV 1
| #define PHP_ICONV_IMPL "glibc"
| #define ICONV_SUPPORTS_ERRNO 1
| #define ICONV_BROKEN_IGNORE 1
| #define PHP_ICONV_H_PATH </usr/include/iconv.h>
| #define HAVE_JSON 1
| #define STDC_HEADERS 1
| #define HAVE_MBSTRING 1
| #define USE_COMBINATION_EXPLOSION_CHECK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_STDARG_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define PHP_ONIG_BUNDLED 1
| #define HAVE_ONIG 1
| #define HAVE_MBREGEX 1
| #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/run/mysqld/mysqld.sock"
| #define HAVE_MYSQL 1
| #define MYSQL_USE_MYSQLND 1
| #define ODBCVER 0x0300
| #define HAVE_MPROTECT 1
| #define HAVE_SHM_IPC 1
| #define HAVE_SHM_MMAP_ANON 1
| #define HAVE_SHM_MMAP_ZERO 1
| #define HAVE_SHM_MMAP_POSIX 1
| #define HAVE_SHM_MMAP_FILE 1
| #define HAVE_FLOCK_LINUX /**/
| #define COMPILE_DL_OPCACHE 1
| #define HAVE_USLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_TIME_H 1
| #define PHAR_HASH_OK 1
| #define HAVE_POSIX 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_GETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_GETPGID 1
| #define HAVE_CTERMID 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETGROUPS 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_UTSNAME_DOMAINNAME 1
| #define HAVE_REFLECTION 1
| #define HAVE_PWRITE 1
| #define HAVE_PREAD 1
| #define HAVE_PHP_SESSION 1
| #define HAVE_LIBXML 1
| #define HAVE_SIMPLEXML 1
| #define HAVE_LIBXML 1
| #define HAVE_SOAP 1
| #define HAVE_PACKED_OBJECT_VALUE 0
| #define HAVE_SPL 1
| #define HAVE_CRYPT 1
| #define HAVE_ALIGNOF 1
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define PHP_USE_PHP_CRYPT_R 1
| #define PHP_STD_DES_CRYPT 1
| #define PHP_BLOWFISH_CRYPT 1
| #define PHP_EXT_DES_CRYPT 1
| #define PHP_MD5_CRYPT 1
| #define PHP_SHA512_CRYPT 1
| #define PHP_SHA256_CRYPT 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_ASINH 1
| #define HAVE_ACOSH 1
| #define HAVE_ATANH 1
| #define HAVE_LOG1P 1
| #define HAVE_HYPOT 1
| #define HAVE_GLOB 1
| #define HAVE_STRFMON 1
| #define HAVE_NICE 1
| #define HAVE_ISINF 1
| #define HAVE_ISNAN 1
| #define HAVE_MEMPCPY 1
| #define HAVE_FNMATCH 1
| #define HAVE_FORK 1
| #define PHP_CAN_SUPPORT_PROC_OPEN 1
| #define HAVE_RES_NSEARCH 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| #define HAVE_ATOF_ACCEPTS_NAN 1
| #define HAVE_ATOF_ACCEPTS_INF 1
| #define HAVE_HUGE_VAL_INF 1
| #define HAVE_HUGE_VAL_NAN 1
| #define HAVE_STRPTIME_DECL_FAILS 1
| #define HAVE_WCHAR_H 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_LIBXML 1
| #define HAVE_XML 1
| #define HAVE_LIBXML 1
| #define HAVE_XMLREADER 1
| #define HAVE_LIBXML 1
| #define HAVE_XMLWRITER 1
| #define MYSQLND_COMPRESSION_WANTED 1
| #define MYSQLND_SSL_SUPPORTED 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <signal.h>
|
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
| ;
| return 0;
| }
configure:104940: result: void
configure:104953: checking for uint
configure:104953: cc -c -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:104953: $? = 0
configure:104953: cc -c -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:456:19: error: expected expression before ')' token
456 | if (sizeof ((uint)))
| ^
configure:104953: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| #define HAVE_CURL 1
| #define HAVE_CURL_EASY_STRERROR 1
| #define HAVE_CURL_MULTI_STRERROR 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_HASH_EXT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ICONV 1
| #define HAVE_GLIBC_ICONV 1
| #define PHP_ICONV_IMPL "glibc"
| #define ICONV_SUPPORTS_ERRNO 1
| #define ICONV_BROKEN_IGNORE 1
| #define PHP_ICONV_H_PATH </usr/include/iconv.h>
| #define HAVE_JSON 1
| #define STDC_HEADERS 1
| #define HAVE_MBSTRING 1
| #define USE_COMBINATION_EXPLOSION_CHECK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_STDARG_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define PHP_ONIG_BUNDLED 1
| #define HAVE_ONIG 1
| #define HAVE_MBREGEX 1
| #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/run/mysqld/mysqld.sock"
| #define HAVE_MYSQL 1
| #define MYSQL_USE_MYSQLND 1
| #define ODBCVER 0x0300
| #define HAVE_MPROTECT 1
| #define HAVE_SHM_IPC 1
| #define HAVE_SHM_MMAP_ANON 1
| #define HAVE_SHM_MMAP_ZERO 1
| #define HAVE_SHM_MMAP_POSIX 1
| #define HAVE_SHM_MMAP_FILE 1
| #define HAVE_FLOCK_LINUX /**/
| #define COMPILE_DL_OPCACHE 1
| #define HAVE_USLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_TIME_H 1
| #define PHAR_HASH_OK 1
| #define HAVE_POSIX 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_GETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_GETPGID 1
| #define HAVE_CTERMID 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETGROUPS 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_UTSNAME_DOMAINNAME 1
| #define HAVE_REFLECTION 1
| #define HAVE_PWRITE 1
| #define HAVE_PREAD 1
| #define HAVE_PHP_SESSION 1
| #define HAVE_LIBXML 1
| #define HAVE_SIMPLEXML 1
| #define HAVE_LIBXML 1
| #define HAVE_SOAP 1
| #define HAVE_PACKED_OBJECT_VALUE 0
| #define HAVE_SPL 1
| #define HAVE_CRYPT 1
| #define HAVE_ALIGNOF 1
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define PHP_USE_PHP_CRYPT_R 1
| #define PHP_STD_DES_CRYPT 1
| #define PHP_BLOWFISH_CRYPT 1
| #define PHP_EXT_DES_CRYPT 1
| #define PHP_MD5_CRYPT 1
| #define PHP_SHA512_CRYPT 1
| #define PHP_SHA256_CRYPT 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_ASINH 1
| #define HAVE_ACOSH 1
| #define HAVE_ATANH 1
| #define HAVE_LOG1P 1
| #define HAVE_HYPOT 1
| #define HAVE_GLOB 1
| #define HAVE_STRFMON 1
| #define HAVE_NICE 1
| #define HAVE_ISINF 1
| #define HAVE_ISNAN 1
| #define HAVE_MEMPCPY 1
| #define HAVE_FNMATCH 1
| #define HAVE_FORK 1
| #define PHP_CAN_SUPPORT_PROC_OPEN 1
| #define HAVE_RES_NSEARCH 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| #define HAVE_ATOF_ACCEPTS_NAN 1
| #define HAVE_ATOF_ACCEPTS_INF 1
| #define HAVE_HUGE_VAL_INF 1
| #define HAVE_HUGE_VAL_NAN 1
| #define HAVE_STRPTIME_DECL_FAILS 1
| #define HAVE_WCHAR_H 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_LIBXML 1
| #define HAVE_XML 1
| #define HAVE_LIBXML 1
| #define HAVE_XMLREADER 1
| #define HAVE_LIBXML 1
| #define HAVE_XMLWRITER 1
| #define MYSQLND_COMPRESSION_WANTED 1
| #define MYSQLND_SSL_SUPPORTED 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_DLFCN_H 1
| #define RETSIGTYPE void
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uint)))
| return 0;
| ;
| return 0;
| }
configure:104953: result: yes
configure:104964: checking for ulong
configure:104964: cc -c -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:104964: $? = 0
configure:104964: cc -c -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:456:20: error: expected expression before ')' token
456 | if (sizeof ((ulong)))
| ^
configure:104964: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| #define HAVE_CURL 1
| #define HAVE_CURL_EASY_STRERROR 1
| #define HAVE_CURL_MULTI_STRERROR 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_HASH_EXT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ICONV 1
| #define HAVE_GLIBC_ICONV 1
| #define PHP_ICONV_IMPL "glibc"
| #define ICONV_SUPPORTS_ERRNO 1
| #define ICONV_BROKEN_IGNORE 1
| #define PHP_ICONV_H_PATH </usr/include/iconv.h>
| #define HAVE_JSON 1
| #define STDC_HEADERS 1
| #define HAVE_MBSTRING 1
| #define USE_COMBINATION_EXPLOSION_CHECK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_STDARG_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define PHP_ONIG_BUNDLED 1
| #define HAVE_ONIG 1
| #define HAVE_MBREGEX 1
| #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/run/mysqld/mysqld.sock"
| #define HAVE_MYSQL 1
| #define MYSQL_USE_MYSQLND 1
| #define ODBCVER 0x0300
| #define HAVE_MPROTECT 1
| #define HAVE_SHM_IPC 1
| #define HAVE_SHM_MMAP_ANON 1
| #define HAVE_SHM_MMAP_ZERO 1
| #define HAVE_SHM_MMAP_POSIX 1
| #define HAVE_SHM_MMAP_FILE 1
| #define HAVE_FLOCK_LINUX /**/
| #define COMPILE_DL_OPCACHE 1
| #define HAVE_USLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_TIME_H 1
| #define PHAR_HASH_OK 1
| #define HAVE_POSIX 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_GETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_GETPGID 1
| #define HAVE_CTERMID 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETGROUPS 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_UTSNAME_DOMAINNAME 1
| #define HAVE_REFLECTION 1
| #define HAVE_PWRITE 1
| #define HAVE_PREAD 1
| #define HAVE_PHP_SESSION 1
| #define HAVE_LIBXML 1
| #define HAVE_SIMPLEXML 1
| #define HAVE_LIBXML 1
| #define HAVE_SOAP 1
| #define HAVE_PACKED_OBJECT_VALUE 0
| #define HAVE_SPL 1
| #define HAVE_CRYPT 1
| #define HAVE_ALIGNOF 1
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define PHP_USE_PHP_CRYPT_R 1
| #define PHP_STD_DES_CRYPT 1
| #define PHP_BLOWFISH_CRYPT 1
| #define PHP_EXT_DES_CRYPT 1
| #define PHP_MD5_CRYPT 1
| #define PHP_SHA512_CRYPT 1
| #define PHP_SHA256_CRYPT 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_ASINH 1
| #define HAVE_ACOSH 1
| #define HAVE_ATANH 1
| #define HAVE_LOG1P 1
| #define HAVE_HYPOT 1
| #define HAVE_GLOB 1
| #define HAVE_STRFMON 1
| #define HAVE_NICE 1
| #define HAVE_ISINF 1
| #define HAVE_ISNAN 1
| #define HAVE_MEMPCPY 1
| #define HAVE_FNMATCH 1
| #define HAVE_FORK 1
| #define PHP_CAN_SUPPORT_PROC_OPEN 1
| #define HAVE_RES_NSEARCH 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| #define HAVE_ATOF_ACCEPTS_NAN 1
| #define HAVE_ATOF_ACCEPTS_INF 1
| #define HAVE_HUGE_VAL_INF 1
| #define HAVE_HUGE_VAL_NAN 1
| #define HAVE_STRPTIME_DECL_FAILS 1
| #define HAVE_WCHAR_H 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_LIBXML 1
| #define HAVE_XML 1
| #define HAVE_LIBXML 1
| #define HAVE_XMLREADER 1
| #define HAVE_LIBXML 1
| #define HAVE_XMLWRITER 1
| #define MYSQLND_COMPRESSION_WANTED 1
| #define MYSQLND_SSL_SUPPORTED 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_DLFCN_H 1
| #define RETSIGTYPE void
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((ulong)))
| return 0;
| ;
| return 0;
| }
configure:104964: result: yes
configure:104977: checking for int32_t
configure:105002: cc -c -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:105002: $? = 0
configure:105009: result: yes
configure:105019: checking for uint32_t
configure:105044: cc -c -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:105044: $? = 0
configure:105051: result: yes
configure:105063: checking for vprintf
configure:105063: result: yes
configure:105069: checking for _doprnt
configure:105069: result: no
configure:105080: checking for working memcmp
configure:105133: result: yes
configure:105144: checking for working alloca.h
configure:105169: result: yes
configure:105177: checking for alloca
configure:105222: result: yes
configure:105334: checking for memcpy
configure:105334: result: yes
configure:105334: checking for strdup
configure:105334: result: yes
configure:105334: checking for getpid
configure:105334: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:105334: $? = 0
configure:105334: result: yes
configure:105334: checking for kill
configure:105334: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:105334: $? = 0
configure:105334: result: yes
configure:105334: checking for strtod
configure:105334: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:105334: $? = 0
configure:105334: result: yes
configure:105334: checking for strtol
configure:105334: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:105334: $? = 0
configure:105334: result: yes
configure:105334: checking for finite
configure:105334: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c:454:6: warning: conflicting types for built-in function 'finite'; expected 'int(double)' [-Wbuiltin-declaration-mismatch]
454 | char finite ();
| ^~~~~~
configure:105334: $? = 0
configure:105334: result: yes
configure:105334: checking for fpclass
configure:105334: result: no
configure:105334: checking for sigsetjmp
configure:105334: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
/usr/bin/ld: /tmp/ccMvYeBf.o: in function `main':
/opt/php-5.6.40/conftest.c:466: undefined reference to `sigsetjmp'
collect2: error: ld returned 1 exit status
configure:105334: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| #define HAVE_CURL 1
| #define HAVE_CURL_EASY_STRERROR 1
| #define HAVE_CURL_MULTI_STRERROR 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_HASH_EXT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ICONV 1
| #define HAVE_GLIBC_ICONV 1
| #define PHP_ICONV_IMPL "glibc"
| #define ICONV_SUPPORTS_ERRNO 1
| #define ICONV_BROKEN_IGNORE 1
| #define PHP_ICONV_H_PATH </usr/include/iconv.h>
| #define HAVE_JSON 1
| #define STDC_HEADERS 1
| #define HAVE_MBSTRING 1
| #define USE_COMBINATION_EXPLOSION_CHECK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_STDARG_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define PHP_ONIG_BUNDLED 1
| #define HAVE_ONIG 1
| #define HAVE_MBREGEX 1
| #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/run/mysqld/mysqld.sock"
| #define HAVE_MYSQL 1
| #define MYSQL_USE_MYSQLND 1
| #define ODBCVER 0x0300
| #define HAVE_MPROTECT 1
| #define HAVE_SHM_IPC 1
| #define HAVE_SHM_MMAP_ANON 1
| #define HAVE_SHM_MMAP_ZERO 1
| #define HAVE_SHM_MMAP_POSIX 1
| #define HAVE_SHM_MMAP_FILE 1
| #define HAVE_FLOCK_LINUX /**/
| #define COMPILE_DL_OPCACHE 1
| #define HAVE_USLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_TIME_H 1
| #define PHAR_HASH_OK 1
| #define HAVE_POSIX 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_GETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_GETPGID 1
| #define HAVE_CTERMID 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETGROUPS 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_UTSNAME_DOMAINNAME 1
| #define HAVE_REFLECTION 1
| #define HAVE_PWRITE 1
| #define HAVE_PREAD 1
| #define HAVE_PHP_SESSION 1
| #define HAVE_LIBXML 1
| #define HAVE_SIMPLEXML 1
| #define HAVE_LIBXML 1
| #define HAVE_SOAP 1
| #define HAVE_PACKED_OBJECT_VALUE 0
| #define HAVE_SPL 1
| #define HAVE_CRYPT 1
| #define HAVE_ALIGNOF 1
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define PHP_USE_PHP_CRYPT_R 1
| #define PHP_STD_DES_CRYPT 1
| #define PHP_BLOWFISH_CRYPT 1
| #define PHP_EXT_DES_CRYPT 1
| #define PHP_MD5_CRYPT 1
| #define PHP_SHA512_CRYPT 1
| #define PHP_SHA256_CRYPT 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_ASINH 1
| #define HAVE_ACOSH 1
| #define HAVE_ATANH 1
| #define HAVE_LOG1P 1
| #define HAVE_HYPOT 1
| #define HAVE_GLOB 1
| #define HAVE_STRFMON 1
| #define HAVE_NICE 1
| #define HAVE_ISINF 1
| #define HAVE_ISNAN 1
| #define HAVE_MEMPCPY 1
| #define HAVE_FNMATCH 1
| #define HAVE_FORK 1
| #define PHP_CAN_SUPPORT_PROC_OPEN 1
| #define HAVE_RES_NSEARCH 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| #define HAVE_ATOF_ACCEPTS_NAN 1
| #define HAVE_ATOF_ACCEPTS_INF 1
| #define HAVE_HUGE_VAL_INF 1
| #define HAVE_HUGE_VAL_NAN 1
| #define HAVE_STRPTIME_DECL_FAILS 1
| #define HAVE_WCHAR_H 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_LIBXML 1
| #define HAVE_XML 1
| #define HAVE_LIBXML 1
| #define HAVE_XMLREADER 1
| #define HAVE_LIBXML 1
| #define HAVE_XMLWRITER 1
| #define MYSQLND_COMPRESSION_WANTED 1
| #define MYSQLND_SSL_SUPPORTED 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_DLFCN_H 1
| #define RETSIGTYPE void
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_GETPID 1
| #define HAVE_KILL 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOL 1
| #define HAVE_FINITE 1
| /* end confdefs.h. */
| /* Define sigsetjmp to an innocuous variant, in case <limits.h> declares sigsetjmp.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sigsetjmp innocuous_sigsetjmp
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sigsetjmp (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef sigsetjmp
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sigsetjmp ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_sigsetjmp || defined __stub___sigsetjmp
| choke me
| #endif
|
| int
| main ()
| {
| return sigsetjmp ();
| ;
| return 0;
| }
configure:105334: result: no
configure:105344: checking whether sprintf is broken
configure:105359: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c:432:1: warning: return type defaults to 'int' [-Wimplicit-int]
432 | main() {char buf[20];exit(sprintf(buf,"testing 123")!=11); }
| ^~~~
conftest.c: In function 'main':
conftest.c:432:22: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
432 | main() {char buf[20];exit(sprintf(buf,"testing 123")!=11); }
| ^~~~
conftest.c:1:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
+++ |+#include <stdlib.h>
1 | /* confdefs.h */
conftest.c:432:22: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
432 | main() {char buf[20];exit(sprintf(buf,"testing 123")!=11); }
| ^~~~
conftest.c:432:22: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:432:27: warning: implicit declaration of function 'sprintf' [-Wimplicit-function-declaration]
432 | main() {char buf[20];exit(sprintf(buf,"testing 123")!=11); }
| ^~~~~~~
conftest.c:1:1: note: include '<stdio.h>' or provide a declaration of 'sprintf'
+++ |+#include <stdio.h>
1 | /* confdefs.h */
conftest.c:432:27: warning: incompatible implicit declaration of built-in function 'sprintf' [-Wbuiltin-declaration-mismatch]
432 | main() {char buf[20];exit(sprintf(buf,"testing 123")!=11); }
| ^~~~~~~
conftest.c:432:27: note: include '<stdio.h>' or provide a declaration of 'sprintf'
configure:105359: $? = 0
configure:105359: ./conftest
configure:105359: $? = 0
configure:105374: result: no
configure:105391: checking for finite
configure:105391: result: yes
configure:105391: checking for isfinite
configure:105391: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
/usr/bin/ld: /tmp/ccNrKT0P.o: in function `main':
/opt/php-5.6.40/conftest.c:468: undefined reference to `isfinite'
collect2: error: ld returned 1 exit status
configure:105391: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| #define HAVE_CURL 1
| #define HAVE_CURL_EASY_STRERROR 1
| #define HAVE_CURL_MULTI_STRERROR 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_HASH_EXT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ICONV 1
| #define HAVE_GLIBC_ICONV 1
| #define PHP_ICONV_IMPL "glibc"
| #define ICONV_SUPPORTS_ERRNO 1
| #define ICONV_BROKEN_IGNORE 1
| #define PHP_ICONV_H_PATH </usr/include/iconv.h>
| #define HAVE_JSON 1
| #define STDC_HEADERS 1
| #define HAVE_MBSTRING 1
| #define USE_COMBINATION_EXPLOSION_CHECK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_STDARG_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define PHP_ONIG_BUNDLED 1
| #define HAVE_ONIG 1
| #define HAVE_MBREGEX 1
| #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/run/mysqld/mysqld.sock"
| #define HAVE_MYSQL 1
| #define MYSQL_USE_MYSQLND 1
| #define ODBCVER 0x0300
| #define HAVE_MPROTECT 1
| #define HAVE_SHM_IPC 1
| #define HAVE_SHM_MMAP_ANON 1
| #define HAVE_SHM_MMAP_ZERO 1
| #define HAVE_SHM_MMAP_POSIX 1
| #define HAVE_SHM_MMAP_FILE 1
| #define HAVE_FLOCK_LINUX /**/
| #define COMPILE_DL_OPCACHE 1
| #define HAVE_USLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_TIME_H 1
| #define PHAR_HASH_OK 1
| #define HAVE_POSIX 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_GETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_GETPGID 1
| #define HAVE_CTERMID 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETGROUPS 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_UTSNAME_DOMAINNAME 1
| #define HAVE_REFLECTION 1
| #define HAVE_PWRITE 1
| #define HAVE_PREAD 1
| #define HAVE_PHP_SESSION 1
| #define HAVE_LIBXML 1
| #define HAVE_SIMPLEXML 1
| #define HAVE_LIBXML 1
| #define HAVE_SOAP 1
| #define HAVE_PACKED_OBJECT_VALUE 0
| #define HAVE_SPL 1
| #define HAVE_CRYPT 1
| #define HAVE_ALIGNOF 1
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define PHP_USE_PHP_CRYPT_R 1
| #define PHP_STD_DES_CRYPT 1
| #define PHP_BLOWFISH_CRYPT 1
| #define PHP_EXT_DES_CRYPT 1
| #define PHP_MD5_CRYPT 1
| #define PHP_SHA512_CRYPT 1
| #define PHP_SHA256_CRYPT 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_ASINH 1
| #define HAVE_ACOSH 1
| #define HAVE_ATANH 1
| #define HAVE_LOG1P 1
| #define HAVE_HYPOT 1
| #define HAVE_GLOB 1
| #define HAVE_STRFMON 1
| #define HAVE_NICE 1
| #define HAVE_ISINF 1
| #define HAVE_ISNAN 1
| #define HAVE_MEMPCPY 1
| #define HAVE_FNMATCH 1
| #define HAVE_FORK 1
| #define PHP_CAN_SUPPORT_PROC_OPEN 1
| #define HAVE_RES_NSEARCH 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| #define HAVE_ATOF_ACCEPTS_NAN 1
| #define HAVE_ATOF_ACCEPTS_INF 1
| #define HAVE_HUGE_VAL_INF 1
| #define HAVE_HUGE_VAL_NAN 1
| #define HAVE_STRPTIME_DECL_FAILS 1
| #define HAVE_WCHAR_H 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_LIBXML 1
| #define HAVE_XML 1
| #define HAVE_LIBXML 1
| #define HAVE_XMLREADER 1
| #define HAVE_LIBXML 1
| #define HAVE_XMLWRITER 1
| #define MYSQLND_COMPRESSION_WANTED 1
| #define MYSQLND_SSL_SUPPORTED 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_DLFCN_H 1
| #define RETSIGTYPE void
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_GETPID 1
| #define HAVE_KILL 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOL 1
| #define HAVE_FINITE 1
| #define ZEND_BROKEN_SPRINTF 0
| #define HAVE_FINITE 1
| /* end confdefs.h. */
| /* Define isfinite to an innocuous variant, in case <limits.h> declares isfinite.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define isfinite innocuous_isfinite
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char isfinite (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef isfinite
|
| /* 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 isfinite ();
| /* 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_isfinite || defined __stub___isfinite
| choke me
| #endif
|
| int
| main ()
| {
| return isfinite ();
| ;
| return 0;
| }
configure:105391: result: no
configure:105391: checking for isinf
configure:105391: result: yes
configure:105391: checking for isnan
configure:105391: result: yes
configure:105402: checking whether fp_except is defined
configure:105423: cc -c -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c:437:10: fatal error: floatingpoint.h: No such file or directory
437 | #include <floatingpoint.h>
| ^~~~~~~~~~~~~~~~~
compilation terminated.
configure:105423: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| #define HAVE_CURL 1
| #define HAVE_CURL_EASY_STRERROR 1
| #define HAVE_CURL_MULTI_STRERROR 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_HASH_EXT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ICONV 1
| #define HAVE_GLIBC_ICONV 1
| #define PHP_ICONV_IMPL "glibc"
| #define ICONV_SUPPORTS_ERRNO 1
| #define ICONV_BROKEN_IGNORE 1
| #define PHP_ICONV_H_PATH </usr/include/iconv.h>
| #define HAVE_JSON 1
| #define STDC_HEADERS 1
| #define HAVE_MBSTRING 1
| #define USE_COMBINATION_EXPLOSION_CHECK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_STDARG_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define PHP_ONIG_BUNDLED 1
| #define HAVE_ONIG 1
| #define HAVE_MBREGEX 1
| #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/run/mysqld/mysqld.sock"
| #define HAVE_MYSQL 1
| #define MYSQL_USE_MYSQLND 1
| #define ODBCVER 0x0300
| #define HAVE_MPROTECT 1
| #define HAVE_SHM_IPC 1
| #define HAVE_SHM_MMAP_ANON 1
| #define HAVE_SHM_MMAP_ZERO 1
| #define HAVE_SHM_MMAP_POSIX 1
| #define HAVE_SHM_MMAP_FILE 1
| #define HAVE_FLOCK_LINUX /**/
| #define COMPILE_DL_OPCACHE 1
| #define HAVE_USLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_TIME_H 1
| #define PHAR_HASH_OK 1
| #define HAVE_POSIX 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_GETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_GETPGID 1
| #define HAVE_CTERMID 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETGROUPS 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_UTSNAME_DOMAINNAME 1
| #define HAVE_REFLECTION 1
| #define HAVE_PWRITE 1
| #define HAVE_PREAD 1
| #define HAVE_PHP_SESSION 1
| #define HAVE_LIBXML 1
| #define HAVE_SIMPLEXML 1
| #define HAVE_LIBXML 1
| #define HAVE_SOAP 1
| #define HAVE_PACKED_OBJECT_VALUE 0
| #define HAVE_SPL 1
| #define HAVE_CRYPT 1
| #define HAVE_ALIGNOF 1
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define PHP_USE_PHP_CRYPT_R 1
| #define PHP_STD_DES_CRYPT 1
| #define PHP_BLOWFISH_CRYPT 1
| #define PHP_EXT_DES_CRYPT 1
| #define PHP_MD5_CRYPT 1
| #define PHP_SHA512_CRYPT 1
| #define PHP_SHA256_CRYPT 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_ASINH 1
| #define HAVE_ACOSH 1
| #define HAVE_ATANH 1
| #define HAVE_LOG1P 1
| #define HAVE_HYPOT 1
| #define HAVE_GLOB 1
| #define HAVE_STRFMON 1
| #define HAVE_NICE 1
| #define HAVE_ISINF 1
| #define HAVE_ISNAN 1
| #define HAVE_MEMPCPY 1
| #define HAVE_FNMATCH 1
| #define HAVE_FORK 1
| #define PHP_CAN_SUPPORT_PROC_OPEN 1
| #define HAVE_RES_NSEARCH 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| #define HAVE_ATOF_ACCEPTS_NAN 1
| #define HAVE_ATOF_ACCEPTS_INF 1
| #define HAVE_HUGE_VAL_INF 1
| #define HAVE_HUGE_VAL_NAN 1
| #define HAVE_STRPTIME_DECL_FAILS 1
| #define HAVE_WCHAR_H 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_LIBXML 1
| #define HAVE_XML 1
| #define HAVE_LIBXML 1
| #define HAVE_XMLREADER 1
| #define HAVE_LIBXML 1
| #define HAVE_XMLWRITER 1
| #define MYSQLND_COMPRESSION_WANTED 1
| #define MYSQLND_SSL_SUPPORTED 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_DLFCN_H 1
| #define RETSIGTYPE void
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_GETPID 1
| #define HAVE_KILL 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOL 1
| #define HAVE_FINITE 1
| #define ZEND_BROKEN_SPRINTF 0
| #define HAVE_FINITE 1
| #define HAVE_ISINF 1
| #define HAVE_ISNAN 1
| /* end confdefs.h. */
|
| #include <floatingpoint.h>
|
| int
| main ()
| {
|
| fp_except x = (fp_except) 0;
|
| ;
| return 0;
| }
configure:105434: result: no
configure:105444: checking for usable _FPU_SETCW
configure:105470: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:105470: $? = 0
configure:105481: result: yes
configure:105488: checking for usable fpsetprec
configure:105513: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c:438:14: fatal error: machine/ieeefp.h: No such file or directory
438 | #include <machine/ieeefp.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:105513: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| #define HAVE_CURL 1
| #define HAVE_CURL_EASY_STRERROR 1
| #define HAVE_CURL_MULTI_STRERROR 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_HASH_EXT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ICONV 1
| #define HAVE_GLIBC_ICONV 1
| #define PHP_ICONV_IMPL "glibc"
| #define ICONV_SUPPORTS_ERRNO 1
| #define ICONV_BROKEN_IGNORE 1
| #define PHP_ICONV_H_PATH </usr/include/iconv.h>
| #define HAVE_JSON 1
| #define STDC_HEADERS 1
| #define HAVE_MBSTRING 1
| #define USE_COMBINATION_EXPLOSION_CHECK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_STDARG_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define PHP_ONIG_BUNDLED 1
| #define HAVE_ONIG 1
| #define HAVE_MBREGEX 1
| #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/run/mysqld/mysqld.sock"
| #define HAVE_MYSQL 1
| #define MYSQL_USE_MYSQLND 1
| #define ODBCVER 0x0300
| #define HAVE_MPROTECT 1
| #define HAVE_SHM_IPC 1
| #define HAVE_SHM_MMAP_ANON 1
| #define HAVE_SHM_MMAP_ZERO 1
| #define HAVE_SHM_MMAP_POSIX 1
| #define HAVE_SHM_MMAP_FILE 1
| #define HAVE_FLOCK_LINUX /**/
| #define COMPILE_DL_OPCACHE 1
| #define HAVE_USLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_TIME_H 1
| #define PHAR_HASH_OK 1
| #define HAVE_POSIX 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_GETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_GETPGID 1
| #define HAVE_CTERMID 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETGROUPS 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_UTSNAME_DOMAINNAME 1
| #define HAVE_REFLECTION 1
| #define HAVE_PWRITE 1
| #define HAVE_PREAD 1
| #define HAVE_PHP_SESSION 1
| #define HAVE_LIBXML 1
| #define HAVE_SIMPLEXML 1
| #define HAVE_LIBXML 1
| #define HAVE_SOAP 1
| #define HAVE_PACKED_OBJECT_VALUE 0
| #define HAVE_SPL 1
| #define HAVE_CRYPT 1
| #define HAVE_ALIGNOF 1
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define PHP_USE_PHP_CRYPT_R 1
| #define PHP_STD_DES_CRYPT 1
| #define PHP_BLOWFISH_CRYPT 1
| #define PHP_EXT_DES_CRYPT 1
| #define PHP_MD5_CRYPT 1
| #define PHP_SHA512_CRYPT 1
| #define PHP_SHA256_CRYPT 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_ASINH 1
| #define HAVE_ACOSH 1
| #define HAVE_ATANH 1
| #define HAVE_LOG1P 1
| #define HAVE_HYPOT 1
| #define HAVE_GLOB 1
| #define HAVE_STRFMON 1
| #define HAVE_NICE 1
| #define HAVE_ISINF 1
| #define HAVE_ISNAN 1
| #define HAVE_MEMPCPY 1
| #define HAVE_FNMATCH 1
| #define HAVE_FORK 1
| #define PHP_CAN_SUPPORT_PROC_OPEN 1
| #define HAVE_RES_NSEARCH 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| #define HAVE_ATOF_ACCEPTS_NAN 1
| #define HAVE_ATOF_ACCEPTS_INF 1
| #define HAVE_HUGE_VAL_INF 1
| #define HAVE_HUGE_VAL_NAN 1
| #define HAVE_STRPTIME_DECL_FAILS 1
| #define HAVE_WCHAR_H 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_LIBXML 1
| #define HAVE_XML 1
| #define HAVE_LIBXML 1
| #define HAVE_XMLREADER 1
| #define HAVE_LIBXML 1
| #define HAVE_XMLWRITER 1
| #define MYSQLND_COMPRESSION_WANTED 1
| #define MYSQLND_SSL_SUPPORTED 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_DLFCN_H 1
| #define RETSIGTYPE void
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_GETPID 1
| #define HAVE_KILL 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOL 1
| #define HAVE_FINITE 1
| #define ZEND_BROKEN_SPRINTF 0
| #define HAVE_FINITE 1
| #define HAVE_ISINF 1
| #define HAVE_ISNAN 1
| #define HAVE__FPU_SETCW 1
| /* end confdefs.h. */
|
| #include <machine/ieeefp.h>
|
| int
| main ()
| {
|
| fp_prec_t fpu_oldprec;
| volatile double result;
| double a = 2877.0;
| volatile double b = 1000000.0;
|
| fpu_oldprec = fpgetprec();
| fpsetprec(FP_PD);
| result = a / b;
| fpsetprec(fpu_oldprec);
|
| ;
| return 0;
| }
configure:105527: result: no
configure:105531: checking for usable _controlfp
configure:105556: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:449:17: warning: implicit declaration of function '_controlfp' [-Wimplicit-function-declaration]
449 | fpu_oldcw = _controlfp(0, 0);
| ^~~~~~~~~~
conftest.c:450:16: error: '_PC_53' undeclared (first use in this function)
450 | _controlfp(_PC_53, _MCW_PC);
| ^~~~~~
conftest.c:450:16: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:450:24: error: '_MCW_PC' undeclared (first use in this function)
450 | _controlfp(_PC_53, _MCW_PC);
| ^~~~~~~
configure:105556: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| #define HAVE_CURL 1
| #define HAVE_CURL_EASY_STRERROR 1
| #define HAVE_CURL_MULTI_STRERROR 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_HASH_EXT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ICONV 1
| #define HAVE_GLIBC_ICONV 1
| #define PHP_ICONV_IMPL "glibc"
| #define ICONV_SUPPORTS_ERRNO 1
| #define ICONV_BROKEN_IGNORE 1
| #define PHP_ICONV_H_PATH </usr/include/iconv.h>
| #define HAVE_JSON 1
| #define STDC_HEADERS 1
| #define HAVE_MBSTRING 1
| #define USE_COMBINATION_EXPLOSION_CHECK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_STDARG_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define PHP_ONIG_BUNDLED 1
| #define HAVE_ONIG 1
| #define HAVE_MBREGEX 1
| #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/run/mysqld/mysqld.sock"
| #define HAVE_MYSQL 1
| #define MYSQL_USE_MYSQLND 1
| #define ODBCVER 0x0300
| #define HAVE_MPROTECT 1
| #define HAVE_SHM_IPC 1
| #define HAVE_SHM_MMAP_ANON 1
| #define HAVE_SHM_MMAP_ZERO 1
| #define HAVE_SHM_MMAP_POSIX 1
| #define HAVE_SHM_MMAP_FILE 1
| #define HAVE_FLOCK_LINUX /**/
| #define COMPILE_DL_OPCACHE 1
| #define HAVE_USLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_TIME_H 1
| #define PHAR_HASH_OK 1
| #define HAVE_POSIX 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_GETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_GETPGID 1
| #define HAVE_CTERMID 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETGROUPS 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_UTSNAME_DOMAINNAME 1
| #define HAVE_REFLECTION 1
| #define HAVE_PWRITE 1
| #define HAVE_PREAD 1
| #define HAVE_PHP_SESSION 1
| #define HAVE_LIBXML 1
| #define HAVE_SIMPLEXML 1
| #define HAVE_LIBXML 1
| #define HAVE_SOAP 1
| #define HAVE_PACKED_OBJECT_VALUE 0
| #define HAVE_SPL 1
| #define HAVE_CRYPT 1
| #define HAVE_ALIGNOF 1
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define PHP_USE_PHP_CRYPT_R 1
| #define PHP_STD_DES_CRYPT 1
| #define PHP_BLOWFISH_CRYPT 1
| #define PHP_EXT_DES_CRYPT 1
| #define PHP_MD5_CRYPT 1
| #define PHP_SHA512_CRYPT 1
| #define PHP_SHA256_CRYPT 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_ASINH 1
| #define HAVE_ACOSH 1
| #define HAVE_ATANH 1
| #define HAVE_LOG1P 1
| #define HAVE_HYPOT 1
| #define HAVE_GLOB 1
| #define HAVE_STRFMON 1
| #define HAVE_NICE 1
| #define HAVE_ISINF 1
| #define HAVE_ISNAN 1
| #define HAVE_MEMPCPY 1
| #define HAVE_FNMATCH 1
| #define HAVE_FORK 1
| #define PHP_CAN_SUPPORT_PROC_OPEN 1
| #define HAVE_RES_NSEARCH 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| #define HAVE_ATOF_ACCEPTS_NAN 1
| #define HAVE_ATOF_ACCEPTS_INF 1
| #define HAVE_HUGE_VAL_INF 1
| #define HAVE_HUGE_VAL_NAN 1
| #define HAVE_STRPTIME_DECL_FAILS 1
| #define HAVE_WCHAR_H 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_LIBXML 1
| #define HAVE_XML 1
| #define HAVE_LIBXML 1
| #define HAVE_XMLREADER 1
| #define HAVE_LIBXML 1
| #define HAVE_XMLWRITER 1
| #define MYSQLND_COMPRESSION_WANTED 1
| #define MYSQLND_SSL_SUPPORTED 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_DLFCN_H 1
| #define RETSIGTYPE void
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_GETPID 1
| #define HAVE_KILL 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOL 1
| #define HAVE_FINITE 1
| #define ZEND_BROKEN_SPRINTF 0
| #define HAVE_FINITE 1
| #define HAVE_ISINF 1
| #define HAVE_ISNAN 1
| #define HAVE__FPU_SETCW 1
| /* end confdefs.h. */
|
| #include <float.h>
|
| int
| main ()
| {
|
| unsigned int fpu_oldcw;
| volatile double result;
| double a = 2877.0;
| volatile double b = 1000000.0;
|
| fpu_oldcw = _controlfp(0, 0);
| _controlfp(_PC_53, _MCW_PC);
| result = a / b;
| _controlfp(fpu_oldcw, _MCW_PC);
|
| ;
| return 0;
| }
configure:105570: result: no
configure:105574: checking for usable _controlfp_s
configure:105600: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:449:5: warning: implicit declaration of function '_controlfp_s' [-Wimplicit-function-declaration]
449 | _controlfp_s(&fpu_cw, 0, 0);
| ^~~~~~~~~~~~
conftest.c:451:27: error: '_PC_53' undeclared (first use in this function)
451 | _controlfp_s(&fpu_cw, _PC_53, _MCW_PC);
| ^~~~~~
conftest.c:451:27: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:451:35: error: '_MCW_PC' undeclared (first use in this function)
451 | _controlfp_s(&fpu_cw, _PC_53, _MCW_PC);
| ^~~~~~~
configure:105600: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| #define HAVE_CURL 1
| #define HAVE_CURL_EASY_STRERROR 1
| #define HAVE_CURL_MULTI_STRERROR 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_HASH_EXT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ICONV 1
| #define HAVE_GLIBC_ICONV 1
| #define PHP_ICONV_IMPL "glibc"
| #define ICONV_SUPPORTS_ERRNO 1
| #define ICONV_BROKEN_IGNORE 1
| #define PHP_ICONV_H_PATH </usr/include/iconv.h>
| #define HAVE_JSON 1
| #define STDC_HEADERS 1
| #define HAVE_MBSTRING 1
| #define USE_COMBINATION_EXPLOSION_CHECK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_STDARG_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define PHP_ONIG_BUNDLED 1
| #define HAVE_ONIG 1
| #define HAVE_MBREGEX 1
| #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/run/mysqld/mysqld.sock"
| #define HAVE_MYSQL 1
| #define MYSQL_USE_MYSQLND 1
| #define ODBCVER 0x0300
| #define HAVE_MPROTECT 1
| #define HAVE_SHM_IPC 1
| #define HAVE_SHM_MMAP_ANON 1
| #define HAVE_SHM_MMAP_ZERO 1
| #define HAVE_SHM_MMAP_POSIX 1
| #define HAVE_SHM_MMAP_FILE 1
| #define HAVE_FLOCK_LINUX /**/
| #define COMPILE_DL_OPCACHE 1
| #define HAVE_USLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_TIME_H 1
| #define PHAR_HASH_OK 1
| #define HAVE_POSIX 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_GETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_GETPGID 1
| #define HAVE_CTERMID 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETGROUPS 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_UTSNAME_DOMAINNAME 1
| #define HAVE_REFLECTION 1
| #define HAVE_PWRITE 1
| #define HAVE_PREAD 1
| #define HAVE_PHP_SESSION 1
| #define HAVE_LIBXML 1
| #define HAVE_SIMPLEXML 1
| #define HAVE_LIBXML 1
| #define HAVE_SOAP 1
| #define HAVE_PACKED_OBJECT_VALUE 0
| #define HAVE_SPL 1
| #define HAVE_CRYPT 1
| #define HAVE_ALIGNOF 1
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define PHP_USE_PHP_CRYPT_R 1
| #define PHP_STD_DES_CRYPT 1
| #define PHP_BLOWFISH_CRYPT 1
| #define PHP_EXT_DES_CRYPT 1
| #define PHP_MD5_CRYPT 1
| #define PHP_SHA512_CRYPT 1
| #define PHP_SHA256_CRYPT 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_ASINH 1
| #define HAVE_ACOSH 1
| #define HAVE_ATANH 1
| #define HAVE_LOG1P 1
| #define HAVE_HYPOT 1
| #define HAVE_GLOB 1
| #define HAVE_STRFMON 1
| #define HAVE_NICE 1
| #define HAVE_ISINF 1
| #define HAVE_ISNAN 1
| #define HAVE_MEMPCPY 1
| #define HAVE_FNMATCH 1
| #define HAVE_FORK 1
| #define PHP_CAN_SUPPORT_PROC_OPEN 1
| #define HAVE_RES_NSEARCH 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| #define HAVE_ATOF_ACCEPTS_NAN 1
| #define HAVE_ATOF_ACCEPTS_INF 1
| #define HAVE_HUGE_VAL_INF 1
| #define HAVE_HUGE_VAL_NAN 1
| #define HAVE_STRPTIME_DECL_FAILS 1
| #define HAVE_WCHAR_H 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_LIBXML 1
| #define HAVE_XML 1
| #define HAVE_LIBXML 1
| #define HAVE_XMLREADER 1
| #define HAVE_LIBXML 1
| #define HAVE_XMLWRITER 1
| #define MYSQLND_COMPRESSION_WANTED 1
| #define MYSQLND_SSL_SUPPORTED 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_DLFCN_H 1
| #define RETSIGTYPE void
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_GETPID 1
| #define HAVE_KILL 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOL 1
| #define HAVE_FINITE 1
| #define ZEND_BROKEN_SPRINTF 0
| #define HAVE_FINITE 1
| #define HAVE_ISINF 1
| #define HAVE_ISNAN 1
| #define HAVE__FPU_SETCW 1
| /* end confdefs.h. */
|
| #include <float.h>
|
| int
| main ()
| {
|
| unsigned int fpu_oldcw, fpu_cw;
| volatile double result;
| double a = 2877.0;
| volatile double b = 1000000.0;
|
| _controlfp_s(&fpu_cw, 0, 0);
| fpu_oldcw = fpu_cw;
| _controlfp_s(&fpu_cw, _PC_53, _MCW_PC);
| result = a / b;
| _controlfp_s(&fpu_cw, fpu_oldcw, _MCW_PC);
|
| ;
| return 0;
| }
configure:105614: result: no
configure:105618: checking whether FPU control word can be manipulated by inline assembler
configure:105646: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:105646: $? = 0
configure:105657: result: yes
configure:105665: checking whether double cast to long preserves least significant bits
configure:105698: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:447:25: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
447 | exit(0);
| ^~~~
conftest.c:440:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
439 | #include <limits.h>
+++ |+#include <stdlib.h>
440 |
conftest.c:447:25: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
447 | exit(0);
| ^~~~
conftest.c:447:25: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:453:25: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
453 | exit(0);
| ^~~~
conftest.c:453:25: note: include '<stdlib.h>' or provide a declaration of 'exit'
conftest.c:456:9: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
456 | exit(1);
| ^~~~
conftest.c:456:9: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:105698: $? = 0
configure:105698: ./conftest
configure:105698: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| #define HAVE_CURL 1
| #define HAVE_CURL_EASY_STRERROR 1
| #define HAVE_CURL_MULTI_STRERROR 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_HASH_EXT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ICONV 1
| #define HAVE_GLIBC_ICONV 1
| #define PHP_ICONV_IMPL "glibc"
| #define ICONV_SUPPORTS_ERRNO 1
| #define ICONV_BROKEN_IGNORE 1
| #define PHP_ICONV_H_PATH </usr/include/iconv.h>
| #define HAVE_JSON 1
| #define STDC_HEADERS 1
| #define HAVE_MBSTRING 1
| #define USE_COMBINATION_EXPLOSION_CHECK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_STDARG_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define PHP_ONIG_BUNDLED 1
| #define HAVE_ONIG 1
| #define HAVE_MBREGEX 1
| #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/run/mysqld/mysqld.sock"
| #define HAVE_MYSQL 1
| #define MYSQL_USE_MYSQLND 1
| #define ODBCVER 0x0300
| #define HAVE_MPROTECT 1
| #define HAVE_SHM_IPC 1
| #define HAVE_SHM_MMAP_ANON 1
| #define HAVE_SHM_MMAP_ZERO 1
| #define HAVE_SHM_MMAP_POSIX 1
| #define HAVE_SHM_MMAP_FILE 1
| #define HAVE_FLOCK_LINUX /**/
| #define COMPILE_DL_OPCACHE 1
| #define HAVE_USLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_TIME_H 1
| #define PHAR_HASH_OK 1
| #define HAVE_POSIX 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_GETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_GETPGID 1
| #define HAVE_CTERMID 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETGROUPS 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_UTSNAME_DOMAINNAME 1
| #define HAVE_REFLECTION 1
| #define HAVE_PWRITE 1
| #define HAVE_PREAD 1
| #define HAVE_PHP_SESSION 1
| #define HAVE_LIBXML 1
| #define HAVE_SIMPLEXML 1
| #define HAVE_LIBXML 1
| #define HAVE_SOAP 1
| #define HAVE_PACKED_OBJECT_VALUE 0
| #define HAVE_SPL 1
| #define HAVE_CRYPT 1
| #define HAVE_ALIGNOF 1
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define PHP_USE_PHP_CRYPT_R 1
| #define PHP_STD_DES_CRYPT 1
| #define PHP_BLOWFISH_CRYPT 1
| #define PHP_EXT_DES_CRYPT 1
| #define PHP_MD5_CRYPT 1
| #define PHP_SHA512_CRYPT 1
| #define PHP_SHA256_CRYPT 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_ASINH 1
| #define HAVE_ACOSH 1
| #define HAVE_ATANH 1
| #define HAVE_LOG1P 1
| #define HAVE_HYPOT 1
| #define HAVE_GLOB 1
| #define HAVE_STRFMON 1
| #define HAVE_NICE 1
| #define HAVE_ISINF 1
| #define HAVE_ISNAN 1
| #define HAVE_MEMPCPY 1
| #define HAVE_FNMATCH 1
| #define HAVE_FORK 1
| #define PHP_CAN_SUPPORT_PROC_OPEN 1
| #define HAVE_RES_NSEARCH 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| #define HAVE_ATOF_ACCEPTS_NAN 1
| #define HAVE_ATOF_ACCEPTS_INF 1
| #define HAVE_HUGE_VAL_INF 1
| #define HAVE_HUGE_VAL_NAN 1
| #define HAVE_STRPTIME_DECL_FAILS 1
| #define HAVE_WCHAR_H 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_LIBXML 1
| #define HAVE_XML 1
| #define HAVE_LIBXML 1
| #define HAVE_XMLREADER 1
| #define HAVE_LIBXML 1
| #define HAVE_XMLWRITER 1
| #define MYSQLND_COMPRESSION_WANTED 1
| #define MYSQLND_SSL_SUPPORTED 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_DLFCN_H 1
| #define RETSIGTYPE void
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_GETPID 1
| #define HAVE_KILL 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOL 1
| #define HAVE_FINITE 1
| #define ZEND_BROKEN_SPRINTF 0
| #define HAVE_FINITE 1
| #define HAVE_ISINF 1
| #define HAVE_ISNAN 1
| #define HAVE__FPU_SETCW 1
| #define HAVE_FPU_INLINE_ASM_X86 1
| /* end confdefs.h. */
|
| #include <limits.h>
|
| int main()
| {
| if (sizeof(long) == 4) {
| double d = (double) LONG_MIN * LONG_MIN + 2e9;
|
| if ((long) d == 2e9 && (long) -d == -2e9) {
| exit(0);
| }
| } else if (sizeof(long) == 8) {
| double correct = 18e18 - ((double) LONG_MIN * -2); /* Subtract ULONG_MAX + 1 */
|
| if ((long) 18e18 == correct) { /* On 64-bit, only check between LONG_MAX and ULONG_MAX */
| exit(0);
| }
| }
| exit(1);
| }
|
configure:105708: result: no
configure:105720: checking for dlfcn.h
configure:105720: result: yes
configure:105731: checking whether dlsym() requires a leading underscore in symbol names
configure:105802: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure: In function 'main':
configure:105798:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
105798 |
| ^
configure:105746:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
105745 |
+++ |+#include <stdlib.h>
105746 | #include <stdio.h>
configure:105798:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
105798 |
| ^
configure:105798:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:105805: $? = 0
configure:105822: result: no
configure:105876: checking virtual machine dispatch method
configure:105878: result: CALL
configure:105881: checking whether to enable thread-safety
configure:105883: result: no
configure:105886: checking whether to enable inline optimization for GCC
configure:105888: result: yes
configure:105891: checking whether to enable Zend debugging
configure:105893: result: no
configure:105952: checking for inline
configure:105968: cc -c -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:105968: $? = 0
configure:105976: result: inline
configure:105997: checking target system is Darwin
configure:106006: result: no
configure:106010: checking for MM alignment and log values
configure:106054: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:468:17: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
468 | fprintf(fp, "%d %d\n", ZEND_MM_ALIGNMENT, zeros);
| ~^
| |
| int
| %ld
conftest.c:471:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
471 | exit(0);
| ^~~~
conftest.c:443:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
442 | #include <stdio.h>
+++ |+#include <stdlib.h>
443 |
conftest.c:471:3: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
471 | exit(0);
| ^~~~
conftest.c:471:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
configure:106054: $? = 0
configure:106054: ./conftest
configure:106054: $? = 0
configure:106075: result: done
configure:106078: checking for memory allocation using mmap(MAP_ANON)
configure:106123: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:106123: $? = 0
configure:106123: ./conftest
configure:106123: $? = 0
configure:106128: result: yes
configure:106142: checking for memory allocation using mmap("/dev/zero")
configure:106197: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:481:13: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration]
481 | if (close(fd) != 0) {
| ^~~~~
| pclose
configure:106197: $? = 0
configure:106197: ./conftest
configure:106197: $? = 0
configure:106202: result: yes
configure:106218: checking for mremap
configure:106218: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:106218: $? = 0
configure:106218: result: yes
configure:106241: checking for sigaction
configure:106241: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:106241: $? = 0
configure:106241: result: yes
configure:106261: checking whether to enable zend signal handling
configure:106263: result: no
configure:106296: result:
configure:106298: result: [1mConfiguring TSRM[m
configure:106306: checking for stdarg.h
configure:106306: result: yes
configure:106319: checking for sigprocmask
configure:106319: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:106319: $? = 0
configure:106319: result: yes
configure:107149: result:
configure:107151: result: [1mConfiguring libtool[m
configure:107247: checking for ld used by cc
configure:107314: result: /usr/bin/ld
configure:107321: checking if the linker (/usr/bin/ld) is GNU ld
configure:107336: result: yes
configure:107341: checking for /usr/bin/ld option to reload object files
configure:107348: result: -r
configure:107366: checking for BSD-compatible nm
configure:107415: result: /usr/bin/nm -B
configure:107419: checking how to recognize dependent libraries
configure:107605: result: pass_all
configure:107690: cc -c -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:107693: $? = 0
configure:107833: checking how to run the C++ preprocessor
configure:107899: result: g++ -E
configure:107919: g++ -E -I/usr/include conftest.cpp
configure:107919: $? = 0
configure:107933: g++ -E -I/usr/include conftest.cpp
conftest.cpp:452:10: fatal error: ac_nonexistent.h: No such file or directory
452 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:107933: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DEV_URANDOM 1
| #define HAVE_SETENV 1
| #define HAVE_CLEARENV 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_PRCTL 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_POLL 1
| #define HAVE_SELECT 1
| #define PHP_FPM_SYSTEMD "simple"
| #define PHP_FPM_USER "nobody"
| #define PHP_FPM_GROUP "nobody"
| #define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
| #define HAVE_LIBNSL 1
| #define HAVE_DLOPEN 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBM 1
| #define HAVE_INET_ATON 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_INTTYPES_H 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_ASSERT_H 1
| #define HAVE_CRYPT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MONETARY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_RESOLV_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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_WAIT_H 1
| #define HAVE_TERMIOS_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_ASSERT_H 1
| #define HAVE_FOPENCOOKIE 1
| #define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
| #define COOKIE_SEEKER_USES_OFF64_T 1
| #define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define MISSING_FCLOSE_DECL 0
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_FLOCK 1
| #define HAVE_SOCKLEN_T 1
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_LONG_LONG_INT 8
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #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 HAVE_INT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_U_INT8_T 1
| #define HAVE_U_INT16_T 1
| #define HAVE_U_INT32_T 1
| #define HAVE_U_INT64_T 1
| #define PHP_HAVE_STDINT_TYPES 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define HAVE_SOCKADDR_STORAGE 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALPHASORT 1
| #define HAVE_ASCTIME_R 1
| #define HAVE_CHROOT 1
| #define HAVE_CTIME_R 1
| #define HAVE_CUSERID 1
| #define HAVE_FLOCK 1
| #define HAVE_FTOK 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
| #define HAVE_INET_NTOA 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_PTON 1
| #define HAVE_ISASCII 1
| #define HAVE_LINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_LOCKF 1
| #define HAVE_LCHOWN 1
| #define HAVE_LRAND48 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MMAP 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_PERROR 1
| #define HAVE_POLL 1
| #define HAVE_PTSNAME 1
| #define HAVE_PUTENV 1
| #define HAVE_REALPATH 1
| #define HAVE_RANDOM 1
| #define HAVE_RAND_R 1
| #define HAVE_SCANDIR 1
| #define HAVE_SETITIMER 1
| #define HAVE_SETLOCALE 1
| #define HAVE_LOCALECONV 1
| #define HAVE_SETENV 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_SETVBUF 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_SIN 1
| #define HAVE_SNPRINTF 1
| #define HAVE_SRAND48 1
| #define HAVE_SRANDOM 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCOLL 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRPTIME 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOK_R 1
| #define HAVE_SYMLINK 1
| #define HAVE_TEMPNAM 1
| #define HAVE_TZSET 1
| #define HAVE_UNLOCKPT 1
| #define HAVE_UNSETENV 1
| #define HAVE_USLEEP 1
| #define HAVE_UTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_ASPRINTF 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_LIBRT 1
| #define HAVE_GETADDRINFO 1
| #define HAVE_SYNC_FETCH_AND_ADD 1
| #define HAVE_GETOPT 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECLARED_TIMEZONE 1
| #define HAVE_POSIX_READDIR_R 1
| #define PHP_SIGCHILD 0
| #define DEFAULT_SHORT_OPEN_TAG "1"
| #define HAVE_IPV6 1
| #define SIZEOF_LONG 8
| #define SIZEOF_INT 4
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRTOLL 1
| #define HAVE_ATOLL 1
| #define HAVE_STRFTIME 1
| #define HAVE_TIMELIB_CONFIG_H 1
| #define HAVE_REGEX_T_RE_MAGIC 1
| #define HSREGEX 1
| #define REGEX 1
| #define HAVE_LIBXML 1
| #define HAVE_LIBXML 1
| #define HAVE_BUNDLED_PCRE 1
| #define HAVE_SQLITE3 1
| #define HAVE_ZLIB 1
| #define HAVE_CTYPE 1
| #define HAVE_CURL_SSL 1
| #define HAVE_CURL 1
| #define HAVE_CURL_EASY_STRERROR 1
| #define HAVE_CURL_MULTI_STRERROR 1
| #define HAVE_LIBXML 1
| #define HAVE_DOM 1
| #define HAVE_UTIMES 1
| #define HAVE_STRNDUP 1
| #define HAVE_HASH_EXT 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define HAVE_ICONV 1
| #define HAVE_GLIBC_ICONV 1
| #define PHP_ICONV_IMPL "glibc"
| #define ICONV_SUPPORTS_ERRNO 1
| #define ICONV_BROKEN_IGNORE 1
| #define PHP_ICONV_H_PATH </usr/include/iconv.h>
| #define HAVE_JSON 1
| #define STDC_HEADERS 1
| #define HAVE_MBSTRING 1
| #define USE_COMBINATION_EXPLOSION_CHECK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_STDARG_H 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 8
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDARG_PROTOTYPES 1
| #define PHP_ONIG_BUNDLED 1
| #define HAVE_ONIG 1
| #define HAVE_MBREGEX 1
| #define PHP_MYSQL_UNIX_SOCK_ADDR "/var/run/mysqld/mysqld.sock"
| #define HAVE_MYSQL 1
| #define MYSQL_USE_MYSQLND 1
| #define ODBCVER 0x0300
| #define HAVE_MPROTECT 1
| #define HAVE_SHM_IPC 1
| #define HAVE_SHM_MMAP_ANON 1
| #define HAVE_SHM_MMAP_ZERO 1
| #define HAVE_SHM_MMAP_POSIX 1
| #define HAVE_SHM_MMAP_FILE 1
| #define HAVE_FLOCK_LINUX /**/
| #define COMPILE_DL_OPCACHE 1
| #define HAVE_USLEEP 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_TIME_H 1
| #define PHAR_HASH_OK 1
| #define HAVE_POSIX 1
| #define HAVE_SETEUID 1
| #define HAVE_SETEGID 1
| #define HAVE_SETSID 1
| #define HAVE_GETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_GETPGID 1
| #define HAVE_CTERMID 1
| #define HAVE_MKFIFO 1
| #define HAVE_MKNOD 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETGROUPS 1
| #define HAVE_INITGROUPS 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_GETGRGID_R 1
| #define HAVE_UTSNAME_DOMAINNAME 1
| #define HAVE_REFLECTION 1
| #define HAVE_PWRITE 1
| #define HAVE_PREAD 1
| #define HAVE_PHP_SESSION 1
| #define HAVE_LIBXML 1
| #define HAVE_SIMPLEXML 1
| #define HAVE_LIBXML 1
| #define HAVE_SOAP 1
| #define HAVE_PACKED_OBJECT_VALUE 0
| #define HAVE_SPL 1
| #define HAVE_CRYPT 1
| #define HAVE_ALIGNOF 1
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define PHP_USE_PHP_CRYPT_R 1
| #define PHP_STD_DES_CRYPT 1
| #define PHP_BLOWFISH_CRYPT 1
| #define PHP_EXT_DES_CRYPT 1
| #define PHP_MD5_CRYPT 1
| #define PHP_SHA512_CRYPT 1
| #define PHP_SHA256_CRYPT 1
| #define HAVE_GETCWD 1
| #define HAVE_GETWD 1
| #define HAVE_ASINH 1
| #define HAVE_ACOSH 1
| #define HAVE_ATANH 1
| #define HAVE_LOG1P 1
| #define HAVE_HYPOT 1
| #define HAVE_GLOB 1
| #define HAVE_STRFMON 1
| #define HAVE_NICE 1
| #define HAVE_ISINF 1
| #define HAVE_ISNAN 1
| #define HAVE_MEMPCPY 1
| #define HAVE_FNMATCH 1
| #define HAVE_FORK 1
| #define PHP_CAN_SUPPORT_PROC_OPEN 1
| #define HAVE_RES_NSEARCH 1
| #define HAVE_DN_EXPAND 1
| #define HAVE_DN_SKIPNAME 1
| #define HAVE_RES_SEARCH 1
| #define HAVE_ATOF_ACCEPTS_NAN 1
| #define HAVE_ATOF_ACCEPTS_INF 1
| #define HAVE_HUGE_VAL_INF 1
| #define HAVE_HUGE_VAL_NAN 1
| #define HAVE_STRPTIME_DECL_FAILS 1
| #define HAVE_WCHAR_H 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_LIBXML 1
| #define HAVE_XML 1
| #define HAVE_LIBXML 1
| #define HAVE_XMLREADER 1
| #define HAVE_LIBXML 1
| #define HAVE_XMLWRITER 1
| #define MYSQLND_COMPRESSION_WANTED 1
| #define MYSQLND_SSL_SUPPORTED 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_DLFCN_H 1
| #define RETSIGTYPE void
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMCPY 1
| #define HAVE_STRDUP 1
| #define HAVE_GETPID 1
| #define HAVE_KILL 1
| #define HAVE_STRTOD 1
| #define HAVE_STRTOL 1
| #define HAVE_FINITE 1
| #define ZEND_BROKEN_SPRINTF 0
| #define HAVE_FINITE 1
| #define HAVE_ISINF 1
| #define HAVE_ISNAN 1
| #define HAVE__FPU_SETCW 1
| #define HAVE_FPU_INLINE_ASM_X86 1
| #define HAVE_DLFCN_H 1
| #define ZEND_VM_KIND ZEND_VM_KIND_CALL
| #define ZEND_DEBUG 0
| #define ZEND_MM_ALIGNMENT 8
| #define ZEND_MM_ALIGNMENT_LOG2 3
| #define HAVE_MEM_MMAP_ANON 1
| #define HAVE_MEM_MMAP_ZERO 1
| #define HAVE_MREMAP 1
| #define HAVE_SIGACTION 1
| #define HAVE_STDARG_H 1
| #define HAVE_SIGPROCMASK 1
| #define PHP_BUILD_DATE "2025-01-23"
| #define PHP_UNAME "Linux dev1 5.15.83-1-pve #1 SMP PVE 5.15.83-1 (2022-12-15T00:00Z) x86_64 x86_64 x86_64 GNU/Linux"
| #define PHP_OS "Linux"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:107966: checking the maximum length of command line arguments
configure:108078: result: 1572864
configure:108090: checking command to parse /usr/bin/nm -B output from cc object
configure:108195: g++ -c -g -O2 -I/usr/include conftest.cpp >&5
configure:108198: $? = 0
configure:108202: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:108205: $? = 0
configure:108257: g++ -o conftest -g -O2 -I/usr/include conftest.cpp conftstm.o >&5
configure:108260: $? = 0
configure:108298: result: ok
configure:108302: checking for objdir
configure:108317: result: .libs
configure:108409: checking for ar
configure:108425: found /usr/bin/ar
configure:108436: result: ar
configure:108501: checking for ranlib
configure:108517: found /usr/bin/ranlib
configure:108528: result: ranlib
configure:108593: checking for strip
configure:108609: found /usr/bin/strip
configure:108620: result: strip
configure:109189: checking if cc supports -fno-rtti -fno-exceptions
configure:109207: cc -c -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
configure:109211: $? = 0
configure:109224: result: no
configure:109239: checking for cc option to produce PIC
configure:109479: result: -fPIC
configure:109487: checking if cc PIC flag -fPIC works
configure:109505: cc -c -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -fPIC -DPIC conftest.c >&5
configure:109509: $? = 0
configure:109522: result: yes
configure:109550: checking if cc static flag -static works
configure:109578: result: yes
configure:109588: checking if cc supports -c -o file.o
configure:109609: cc -c -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include -o out/conftest2.o conftest.c >&5
configure:109613: $? = 0
configure:109635: result: yes
configure:109661: checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:110589: result: yes
configure:110610: checking whether -lc should be explicitly linked in
configure:110615: cc -c -I/usr/include -g -O2 -fvisibility=hidden -I/usr/include conftest.c >&5
configure:110618: $? = 0
configure:110633: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:110636: $? = 0
configure:110648: result: no
configure:110656: checking dynamic linker characteristics
configure:111254: result: GNU/Linux ld.so
configure:111278: checking how to hardcode library paths into programs
configure:111303: result: immediate
configure:111317: checking whether stripping libraries is possible
configure:111322: result: yes
configure:111839: checking if libtool supports shared libraries
configure:111841: result: yes
configure:111844: checking whether to build shared libraries
configure:111865: result: yes
configure:111868: checking whether to build static libraries
configure:111872: result: yes
configure:111967: result:
creating libtool
configure:112558: checking for ld used by g++
configure:112625: result: /usr/bin/ld -m elf_x86_64
configure:112632: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:112647: result: yes
configure:112698: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:113596: result: yes
configure:113617: g++ -c -g -O2 -I/usr/include conftest.cpp >&5
configure:113620: $? = 0
configure:113776: checking for g++ option to produce PIC
configure:114066: result: -fPIC
configure:114074: checking if g++ PIC flag -fPIC works
configure:114092: g++ -c -g -O2 -I/usr/include -fPIC -DPIC conftest.cpp >&5
configure:114096: $? = 0
configure:114109: result: yes
configure:114137: checking if g++ static flag -static works
configure:114165: result: yes
configure:114175: checking if g++ supports -c -o file.o
configure:114196: g++ -c -g -O2 -I/usr/include -o out/conftest2.o conftest.cpp >&5
configure:114200: $? = 0
configure:114222: result: yes
configure:114248: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:114274: result: yes
configure:114341: checking dynamic linker characteristics
configure:114887: result: GNU/Linux ld.so
configure:114911: checking how to hardcode library paths into programs
configure:114936: result: immediate
configure:115453: result:
configure:115455: result: [1mGenerating files[m
configure:116111: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.67. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on dev1
config.status:1496: creating php5.spec
config.status:1496: creating main/build-defs.h
config.status:1496: creating scripts/phpize
config.status:1496: creating scripts/man1/phpize.1
config.status:1496: creating scripts/php-config
config.status:1496: creating scripts/man1/php-config.1
config.status:1496: creating sapi/cli/php.1
config.status:1496: creating sapi/fpm/php-fpm.conf
config.status:1496: creating sapi/fpm/init.d.php-fpm
config.status:1496: creating sapi/fpm/php-fpm.service
config.status:1496: creating sapi/fpm/php-fpm.8
config.status:1496: creating sapi/fpm/status.html
config.status:1496: creating sapi/cgi/php-cgi.1
config.status:1496: creating ext/phar/phar.1
config.status:1496: creating ext/phar/phar.phar.1
config.status:1496: creating main/php_config.h
config.status:1665: main/php_config.h is unchanged
config.status:1679: executing default commands
configure:117424: WARNING: unrecognized options: --with-icu-incdir, --with-icu-libdir
## ---------------- ##
## Cache variables. ##
## ---------------- ##
_cv_have_broken_glibc_fopen_append=yes
ac_cv_alignof_exists=yes
ac_cv_atof_accept_inf=yes
ac_cv_atof_accept_nan=yes
ac_cv_attribute_aligned=yes
ac_cv_broken_sprintf=no
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_bigendian_php=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_crypt_blowfish=yes
ac_cv_crypt_des=yes
ac_cv_crypt_ext_des=yes
ac_cv_crypt_md5=yes
ac_cv_crypt_sha256=yes
ac_cv_crypt_sha512=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_declared_timezone=yes
ac_cv_ebcdic=no
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=set
ac_cv_env_CPPFLAGS_value=-I/usr/include
ac_cv_env_CPP_set=
ac_cv_env_CPP_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_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_YACC_set=
ac_cv_env_YACC_value=
ac_cv_env_YFLAGS_set=
ac_cv_env_YFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_flush_io=no
ac_cv_func___dns_search=no
ac_cv_func___yp_get_default_domain=no
ac_cv_func__doprnt=no
ac_cv_func_acosh=yes
ac_cv_func_alloca_works=yes
ac_cv_func_alphasort=yes
ac_cv_func_asctime_r=yes
ac_cv_func_asinh=yes
ac_cv_func_asprintf=yes
ac_cv_func_atanh=yes
ac_cv_func_atoll=yes
ac_cv_func_chroot=yes
ac_cv_func_clearenv=yes
ac_cv_func_crypt=no
ac_cv_func_crypt_r=no
ac_cv_func_ctermid=yes
ac_cv_func_ctime_r=yes
ac_cv_func_cuserid=yes
ac_cv_func_dlopen=yes
ac_cv_func_dn_expand=yes
ac_cv_func_dn_skipname=yes
ac_cv_func_dns_search=no
ac_cv_func_finite=yes
ac_cv_func_flock=yes
ac_cv_func_fnmatch_works=yes
ac_cv_func_fopencookie=yes
ac_cv_func_fork=yes
ac_cv_func_fpclass=no
ac_cv_func_ftok=yes
ac_cv_func_funopen=no
ac_cv_func_gai_strerror=yes
ac_cv_func_gcvt=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_getcwd=yes
ac_cv_func_getgrgid_r=yes
ac_cv_func_getgrnam_r=yes
ac_cv_func_getgroups=yes
ac_cv_func_gethostbyaddr=yes
ac_cv_func_gethostname=yes
ac_cv_func_getloadavg=yes
ac_cv_func_getlogin=yes
ac_cv_func_getopt=yes
ac_cv_func_getpgid=yes
ac_cv_func_getpid=yes
ac_cv_func_getprotobyname=yes
ac_cv_func_getprotobynumber=yes
ac_cv_func_getpwnam_r=yes
ac_cv_func_getpwuid_r=yes
ac_cv_func_getrlimit=yes
ac_cv_func_getrusage=yes
ac_cv_func_getservbyname=yes
ac_cv_func_getservbyport=yes
ac_cv_func_getsid=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_getwd=yes
ac_cv_func_glob=yes
ac_cv_func_gmtime_r=yes
ac_cv_func_grantpt=yes
ac_cv_func_htonl=yes
ac_cv_func_hypot=yes
ac_cv_func_iconv=yes
ac_cv_func_inet_aton=yes
ac_cv_func_inet_ntoa=yes
ac_cv_func_inet_ntop=yes
ac_cv_func_inet_pton=yes
ac_cv_func_initgroups=yes
ac_cv_func_isascii=yes
ac_cv_func_isfinite=no
ac_cv_func_isinf=yes
ac_cv_func_isnan=yes
ac_cv_func_kill=yes
ac_cv_func_lchown=yes
ac_cv_func_link=yes
ac_cv_func_localeconv=yes
ac_cv_func_localtime_r=yes
ac_cv_func_lockf=yes
ac_cv_func_log1p=yes
ac_cv_func_lrand48=yes
ac_cv_func_makedev=no
ac_cv_func_mblen=yes
ac_cv_func_mbrlen=yes
ac_cv_func_mbsinit=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_memcpy=yes
ac_cv_func_memmove=yes
ac_cv_func_mempcpy=yes
ac_cv_func_mkfifo=yes
ac_cv_func_mknod=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mmap=yes
ac_cv_func_mprotect=yes
ac_cv_func_mremap=yes
ac_cv_func_nanosleep=yes
ac_cv_func_nice=yes
ac_cv_func_nl_langinfo=yes
ac_cv_func_perror=yes
ac_cv_func_poll=yes
ac_cv_func_ptsname=yes
ac_cv_func_putenv=yes
ac_cv_func_rand_r=yes
ac_cv_func_random=yes
ac_cv_func_readdir_r=yes
ac_cv_func_realpath=yes
ac_cv_func_res_nsearch=yes
ac_cv_func_res_search=yes
ac_cv_func_scandir=yes
ac_cv_func_setegid=yes
ac_cv_func_setenv=yes
ac_cv_func_seteuid=yes
ac_cv_func_setitimer=yes
ac_cv_func_setlocale=yes
ac_cv_func_setpgid=yes
ac_cv_func_setproctitle=no
ac_cv_func_setsid=yes
ac_cv_func_setsockopt=yes
ac_cv_func_setvbuf=yes
ac_cv_func_shutdown=yes
ac_cv_func_sigaction=yes
ac_cv_func_sigprocmask=yes
ac_cv_func_sigsetjmp=no
ac_cv_func_sin=yes
ac_cv_func_snprintf=yes
ac_cv_func_socket=yes
ac_cv_func_socketpair=yes
ac_cv_func_srand48=yes
ac_cv_func_srandom=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_strcoll=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strfmon=yes
ac_cv_func_strftime=yes
ac_cv_func_strlcat=no
ac_cv_func_strlcpy=no
ac_cv_func_strndup=yes
ac_cv_func_strnlen=yes
ac_cv_func_strpncpy=no
ac_cv_func_strptime=yes
ac_cv_func_strstr=yes
ac_cv_func_strtod=yes
ac_cv_func_strtok_r=yes
ac_cv_func_strtol=yes
ac_cv_func_strtoll=yes
ac_cv_func_symlink=yes
ac_cv_func_sync_fetch_and_add=yes
ac_cv_func_tempnam=yes
ac_cv_func_tzset=yes
ac_cv_func_unlockpt=yes
ac_cv_func_unsetenv=yes
ac_cv_func_usleep=yes
ac_cv_func_utime=yes
ac_cv_func_utime_null=yes
ac_cv_func_utimes=yes
ac_cv_func_vasprintf=yes
ac_cv_func_vprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_yp_get_default_domain=yes
ac_cv_have_utsname_domainname=yes
ac_cv_header_ApplicationServices_ApplicationServices_h=no
ac_cv_header_alloca_h=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_arpa_nameser_h=yes
ac_cv_header_assert_h=yes
ac_cv_header_atomic_h=no
ac_cv_header_crypt_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_dns_h=no
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_gcrypt_h=no
ac_cv_header_grp_h=yes
ac_cv_header_ieeefp_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_langinfo_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_monetary_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_resolv_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stdarg_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_ipc_h=yes
ac_cv_header_sys_loadavg_h=no
ac_cv_header_sys_mkdev_h=no
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_mount_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_poll_h=yes
ac_cv_header_sys_pstat_h=no
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_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_times_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_varargs_h=no
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_termios_h=yes
ac_cv_header_time=yes
ac_cv_header_time_h=yes
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_host=x86_64-unknown-linux-gnu
ac_cv_huge_val_inf=yes
ac_cv_huge_val_nan=yes
ac_cv_int_type_int32_t=yes
ac_cv_int_type_uint32_t=yes
ac_cv_ipv6_support=yes
ac_cv_lib_bind___dns_search=no
ac_cv_lib_bind_dns_search=no
ac_cv_lib_crypt_crypt=yes
ac_cv_lib_curl_curl_easy_perform=yes
ac_cv_lib_curl_curl_easy_strerror=yes
ac_cv_lib_curl_curl_multi_strerror=yes
ac_cv_lib_m_sin=yes
ac_cv_lib_nsl_yp_get_default_domain=yes
ac_cv_lib_resolv___dns_search=no
ac_cv_lib_resolv_dns_search=no
ac_cv_lib_rt_fdatasync=yes
ac_cv_lib_rt_nanosleep=yes
ac_cv_lib_socket___dns_search=no
ac_cv_lib_socket_dns_search=no
ac_cv_lib_z_gzgets=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_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_php_xml2_config_path=/usr/bin/xml2-config
ac_cv_pread=yes
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='cc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_cc_c_o=yes
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_pthreads_cflags=
ac_cv_pthreads_lib=
ac_cv_pwrite=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_inet_addr='none required'
ac_cv_search_opendir='none required'
ac_cv_search_socket='none required'
ac_cv_sizeof_int=4
ac_cv_sizeof_long=8
ac_cv_sizeof_long_long=8
ac_cv_sizeof_long_long_int=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_socklen_t=yes
ac_cv_strptime_decl_fails=yes
ac_cv_struct_flock=yes
ac_cv_struct_tm=time.h
ac_cv_struct_tm_gmtoff=yes
ac_cv_target=x86_64-unknown-linux-gnu
ac_cv_time_r_type=POSIX
ac_cv_type_fp_except=no
ac_cv_type_in_addr_t=yes
ac_cv_type_int16=no
ac_cv_type_int16_t=yes
ac_cv_type_int32=no
ac_cv_type_int32_t=yes
ac_cv_type_int64=no
ac_cv_type_int64_t=yes
ac_cv_type_int8=no
ac_cv_type_int8_t=yes
ac_cv_type_mbstate_t=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_type_u_int16_t=yes
ac_cv_type_u_int32_t=yes
ac_cv_type_u_int64_t=yes
ac_cv_type_u_int8_t=yes
ac_cv_type_uid_t=yes
ac_cv_type_uint16=no
ac_cv_type_uint16_t=yes
ac_cv_type_uint32=no
ac_cv_type_uint32_t=yes
ac_cv_type_uint64=no
ac_cv_type_uint64_t=yes
ac_cv_type_uint8=no
ac_cv_type_uint8_t=yes
ac_cv_type_uint=yes
ac_cv_type_ulong=yes
ac_cv_what_readdir_r=POSIX
ac_cv_working_alloca_h=yes
ac_cv_write_stdout=yes
cli_cv_var_PS_STRINGS=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/lib/x86_64-linux-gnu/libfakeroot /usr/local/lib /usr/local/lib/x86_64-linux-gnu /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu '
lt_cv_sys_lib_search_path_spec='/usr/lib/gcc/x86_64-linux-gnu/11 /usr/lib/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib'
lt_cv_sys_max_cmd_len=1572864
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
pdo_cv_inc_path=/opt/php-5.6.40/ext
php_cv_bison_version=invalid
php_cv_cc_dashr=yes
php_cv_libxml_build_works=yes
php_cv_mbstring_stdarg=yes
php_cv_sizeof_intmax_t=8
php_cv_sizeof_ptrdiff_t=8
php_cv_sizeof_ssize_t=8
## ----------------- ##
## Output variables. ##
## ----------------- ##
ALLOCA=''
AR='ar'
AWK='gawk'
CC='cc'
CFLAGS='$(CFLAGS_CLEAN) -prefer-non-pic -static'
CONFIGURE_COMMAND=' '\''./configure'\'' '\''--prefix=/usr/local/php5.6'\'' '\''--enable-fpm'\'' '\''--with-mysql'\'' '\''--with-zlib'\'' '\''--enable-mbstring'\'' '\''--with-curl=/usr/include/x86_64-linux-gnu'\'' '\''--enable-soap'\'' '\''--enable-intl'\'' '\''--with-icu-dir=/usr/local'\'' '\''--with-icu-incdir=/usr/include'\'' '\''--with-icu-libdir=/usr/lib/x86_64-linux-gnu'\'' '\''CPPFLAGS=-I/usr/include'\'''
CONFIGURE_OPTIONS=' '\''--prefix=/usr/local/php5.6'\'' '\''--enable-fpm'\'' '\''--with-mysql'\'' '\''--with-zlib'\'' '\''--enable-mbstring'\'' '\''--with-curl=/usr/include/x86_64-linux-gnu'\'' '\''--enable-soap'\'' '\''--enable-intl'\'' '\''--with-icu-dir=/usr/local'\'' '\''--with-icu-incdir=/usr/include'\'' '\''--with-icu-libdir=/usr/lib/x86_64-linux-gnu'\'' '\''CPPFLAGS=-I/usr/include'\'''
CPP='cc -E'
CPPFLAGS='-I/usr/include'
CXX='g++'
CXXCPP='g++ -E'
CXXFLAGS='-g -O2 -prefer-non-pic -static'
DEBUG_CFLAGS=''
DEFS='-DHAVE_CONFIG_H'
DSYMUTIL=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
EXPANDED_BINDIR='/usr/local/php5.6/bin'
EXPANDED_DATADIR='/usr/local/php5.6/share/php'
EXPANDED_EXTENSION_DIR='/usr/local/php5.6/lib/php/extensions/no-debug-non-zts-20131226'
EXPANDED_LIBDIR='/usr/local/php5.6/lib/php'
EXPANDED_LOCALSTATEDIR='/usr/local/php5.6/var'
EXPANDED_MANDIR='/usr/local/php5.6/php/man'
EXPANDED_PEAR_INSTALLDIR='/usr/local/php5.6/lib/php'
EXPANDED_PHP_CONFIG_FILE_PATH='/usr/local/php5.6/lib'
EXPANDED_PHP_CONFIG_FILE_SCAN_DIR=''
EXPANDED_SBINDIR='/usr/local/php5.6/sbin'
EXPANDED_SYSCONFDIR='/usr/local/php5.6/etc'
EXTENSION_DIR='/usr/local/php5.6/lib/php/extensions/no-debug-non-zts-20131226'
EXTRA_INCLUDES=''
EXTRA_LDFLAGS=' -L/usr/local/lib'
EXTRA_LDFLAGS_PROGRAM=' -L/usr/local/lib'
EXTRA_LIBS='-lcrypt -lcrypt -lrt -lstdc++ -lcurl -lz -lrt -lm -lnsl -lxml2 -lcurl -lxml2 -licui18n -licuuc -licudata -licuio -lxml2 -lxml2 -lcrypt -lxml2 -lxml2 -lxml2 -lcrypt '
GREP='/usr/bin/grep'
ICU_CONFIG='/usr/local/bin/icu-config'
INCLUDES=' -I/opt/php-5.6.40/ext/date/lib -I/opt/php-5.6.40/ext/ereg/regex -I/usr/include/libxml2 -I/usr/local/include -I/opt/php-5.6.40/ext/mbstring/oniguruma -I/opt/php-5.6.40/ext/mbstring/libmbfl -I/opt/php-5.6.40/ext/mbstring/libmbfl/mbfl -I/opt/php-5.6.40/ext/sqlite3/libsqlite -I$(top_builddir)/TSRM -I$(top_builddir)/Zend'
INCLUDE_PATH='.:/usr/local/php5.6/lib/php'
INLINE_CFLAGS='-I/usr/include -g -O2 -fvisibility=hidden -prefer-non-pic -static'
INSTALL_IT=''
KRB5_CONFIG=''
LDFLAGS=' '
LIBOBJS=' ${LIBOBJDIR}strlcat$U.o ${LIBOBJDIR}strlcpy$U.o'
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent --preserve-dup-deps'
LN_S='ln -s'
LTLIBOBJS=' ${LIBOBJDIR}strlcat$U.lo ${LIBOBJDIR}strlcpy$U.lo'
LTP=''
LTP_GENHTML=''
MANFMT=''
MYSQL_INCLUDE=''
MYSQL_LIBS=''
MYSQL_MODULE_TYPE=''
NATIVE_RPATHS=' -R/usr/local/lib'
NMEDIT=''
OBJEXT='o'
OCI8_DIR=''
OCI8_ORACLE_VERSION=''
OCI8_SHARED_LIBADD=''
ODBC_INCLUDE=''
ODBC_LFLAGS=''
ODBC_LIBS=''
ODBC_TYPE=''
OPENSSL_INCDIR_OPT=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PDO_MYSQL_MODULE_TYPE=''
PDO_OCI_DIR=''
PDO_OCI_SHARED_LIBADD=''
PDO_OCI_VERSION=''
PEAR_INSTALLDIR='${exec_prefix}/lib/php'
PHP_INSTALLED_SAPIS=' cli fpm cgi'
PHP_LDFLAGS=' -L/usr/local/lib'
PHP_LIBS=''
PHP_VERSION='5.6.40'
PHP_VERSION_ID='50640'
PKG_CONFIG=''
PROG_SENDMAIL='/usr/sbin/sendmail'
RANLIB='ranlib'
RE2C='exit 0;'
SED='/usr/bin/sed'
SHELL='/bin/bash'
SHLIB_DL_SUFFIX_NAME='so'
SHLIB_SUFFIX_NAME='so'
SNMP_CONFIG=''
STRIP='strip'
TOUCH=''
UNZIP=''
YACC='exit 0;'
YFLAGS=''
ZEND_EXTRA_LIBS=''
abs_builddir='/opt/php-5.6.40'
abs_srcdir='/opt/php-5.6.40'
ac_ct_CC='cc'
ac_ct_CXX='g++'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}/php'
datarootdir='/usr/local/php5.6/php'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias='x86_64-unknown-linux-gnu'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib/php'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
php_abs_top_builddir='/opt/php-5.6.40'
php_abs_top_srcdir='/opt/php-5.6.40'
php_fpm_group='nobody'
php_fpm_localstatedir='/usr/local/php5.6/var'
php_fpm_prefix='/usr/local/php5.6'
php_fpm_sysconfdir='/usr/local/php5.6/etc'
php_fpm_systemd='simple'
php_fpm_user='nobody'
prefix='/usr/local/php5.6'
program_prefix=''
program_suffix=''
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define HAVE_DEV_URANDOM 1
#define HAVE_SETENV 1
#define HAVE_CLEARENV 1
#define HAVE_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_SYSEXITS_H 1
#define HAVE_PRCTL 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_POLL 1
#define HAVE_SELECT 1
#define PHP_FPM_SYSTEMD "simple"
#define PHP_FPM_USER "nobody"
#define PHP_FPM_GROUP "nobody"
#define HAVE_SOCKLEN_T 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_YP_GET_DEFAULT_DOMAIN 1
#define HAVE_LIBNSL 1
#define HAVE_DLOPEN 1
#define HAVE_LIBDL 1
#define HAVE_LIBM 1
#define HAVE_INET_ATON 1
#define STDC_HEADERS 1
#define HAVE_DIRENT_H 1
#define HAVE_INTTYPES_H 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_ASSERT_H 1
#define HAVE_CRYPT_H 1
#define HAVE_FCNTL_H 1
#define HAVE_GRP_H 1
#define HAVE_LANGINFO_H 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_MONETARY_H 1
#define HAVE_NETDB_H 1
#define HAVE_PWD_H 1
#define HAVE_RESOLV_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_STDARG_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_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_WAIT_H 1
#define HAVE_TERMIOS_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_ASSERT_H 1
#define HAVE_FOPENCOOKIE 1
#define COOKIE_IO_FUNCTIONS_T cookie_io_functions_t
#define COOKIE_SEEKER_USES_OFF64_T 1
#define HAVE_BROKEN_GLIBC_FOPEN_APPEND 1
#define HAVE_STRUCT_TM_TM_ZONE 1
#define HAVE_TM_ZONE 1
#define MISSING_FCLOSE_DECL 0
#define HAVE_TM_GMTOFF 1
#define HAVE_STRUCT_FLOCK 1
#define HAVE_SOCKLEN_T 1
#define SIZEOF_SIZE_T 8
#define SIZEOF_LONG_LONG 8
#define SIZEOF_LONG_LONG_INT 8
#define SIZEOF_LONG 8
#define SIZEOF_INT 4
#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 HAVE_INT8_T 1
#define HAVE_INT16_T 1
#define HAVE_INT32_T 1
#define HAVE_INT64_T 1
#define HAVE_UINT8_T 1
#define HAVE_UINT16_T 1
#define HAVE_UINT32_T 1
#define HAVE_UINT64_T 1
#define HAVE_U_INT8_T 1
#define HAVE_U_INT16_T 1
#define HAVE_U_INT32_T 1
#define HAVE_U_INT64_T 1
#define PHP_HAVE_STDINT_TYPES 1
#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
#define HAVE_ST_BLKSIZE 1
#define HAVE_STRUCT_STAT_ST_BLOCKS 1
#define HAVE_ST_BLOCKS 1
#define HAVE_STRUCT_STAT_ST_RDEV 1
#define HAVE_ST_RDEV 1
#define HAVE_SOCKADDR_STORAGE 1
#define HAVE_VPRINTF 1
#define HAVE_ALPHASORT 1
#define HAVE_ASCTIME_R 1
#define HAVE_CHROOT 1
#define HAVE_CTIME_R 1
#define HAVE_CUSERID 1
#define HAVE_FLOCK 1
#define HAVE_FTOK 1
#define HAVE_GAI_STRERROR 1
#define HAVE_GCVT 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_GETHOSTNAME 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_GRANTPT 1
#define HAVE_INET_NTOA 1
#define HAVE_INET_NTOP 1
#define HAVE_INET_PTON 1
#define HAVE_ISASCII 1
#define HAVE_LINK 1
#define HAVE_LOCALTIME_R 1
#define HAVE_LOCKF 1
#define HAVE_LCHOWN 1
#define HAVE_LRAND48 1
#define HAVE_MEMCPY 1
#define HAVE_MEMMOVE 1
#define HAVE_MKSTEMP 1
#define HAVE_MMAP 1
#define HAVE_NL_LANGINFO 1
#define HAVE_PERROR 1
#define HAVE_POLL 1
#define HAVE_PTSNAME 1
#define HAVE_PUTENV 1
#define HAVE_REALPATH 1
#define HAVE_RANDOM 1
#define HAVE_RAND_R 1
#define HAVE_SCANDIR 1
#define HAVE_SETITIMER 1
#define HAVE_SETLOCALE 1
#define HAVE_LOCALECONV 1
#define HAVE_SETENV 1
#define HAVE_SETPGID 1
#define HAVE_SETSOCKOPT 1
#define HAVE_SETVBUF 1
#define HAVE_SHUTDOWN 1
#define HAVE_SIN 1
#define HAVE_SNPRINTF 1
#define HAVE_SRAND48 1
#define HAVE_SRANDOM 1
#define HAVE_STATFS 1
#define HAVE_STATVFS 1
#define HAVE_STRCASECMP 1
#define HAVE_STRCOLL 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRFTIME 1
#define HAVE_STRNLEN 1
#define HAVE_STRPTIME 1
#define HAVE_STRSTR 1
#define HAVE_STRTOK_R 1
#define HAVE_SYMLINK 1
#define HAVE_TEMPNAM 1
#define HAVE_TZSET 1
#define HAVE_UNLOCKPT 1
#define HAVE_UNSETENV 1
#define HAVE_USLEEP 1
#define HAVE_UTIME 1
#define HAVE_VSNPRINTF 1
#define HAVE_VASPRINTF 1
#define HAVE_ASPRINTF 1
#define HAVE_NANOSLEEP 1
#define HAVE_NANOSLEEP 1
#define HAVE_LIBRT 1
#define HAVE_GETADDRINFO 1
#define HAVE_SYNC_FETCH_AND_ADD 1
#define HAVE_GETOPT 1
#define HAVE_UTIME_H 1
#define HAVE_UTIME_NULL 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_DECLARED_TIMEZONE 1
#define HAVE_POSIX_READDIR_R 1
#define PHP_SIGCHILD 0
#define DEFAULT_SHORT_OPEN_TAG "1"
#define HAVE_IPV6 1
#define SIZEOF_LONG 8
#define SIZEOF_INT 4
#define HAVE_INT32_T 1
#define HAVE_UINT32_T 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_STRING_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRTOLL 1
#define HAVE_ATOLL 1
#define HAVE_STRFTIME 1
#define HAVE_TIMELIB_CONFIG_H 1
#define HAVE_REGEX_T_RE_MAGIC 1
#define HSREGEX 1
#define REGEX 1
#define HAVE_LIBXML 1
#define HAVE_LIBXML 1
#define HAVE_BUNDLED_PCRE 1
#define HAVE_SQLITE3 1
#define HAVE_ZLIB 1
#define HAVE_CTYPE 1
#define HAVE_CURL_SSL 1
#define HAVE_CURL 1
#define HAVE_CURL_EASY_STRERROR 1
#define HAVE_CURL_MULTI_STRERROR 1
#define HAVE_LIBXML 1
#define HAVE_DOM 1
#define HAVE_UTIMES 1
#define HAVE_STRNDUP 1
#define HAVE_HASH_EXT 1
#define SIZEOF_SHORT 2
#define SIZEOF_INT 4
#define SIZEOF_LONG 8
#define SIZEOF_LONG_LONG 8
#define HAVE_ICONV 1
#define HAVE_GLIBC_ICONV 1
#define PHP_ICONV_IMPL "glibc"
#define ICONV_SUPPORTS_ERRNO 1
#define ICONV_BROKEN_IGNORE 1
#define PHP_ICONV_H_PATH </usr/include/iconv.h>
#define HAVE_JSON 1
#define STDC_HEADERS 1
#define HAVE_MBSTRING 1
#define USE_COMBINATION_EXPLOSION_CHECK 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_STRINGS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_STDARG_H 1
#define SIZEOF_INT 4
#define SIZEOF_SHORT 2
#define SIZEOF_LONG 8
#define TIME_WITH_SYS_TIME 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_STDARG_PROTOTYPES 1
#define PHP_ONIG_BUNDLED 1
#define HAVE_ONIG 1
#define HAVE_MBREGEX 1
#define PHP_MYSQL_UNIX_SOCK_ADDR "/var/run/mysqld/mysqld.sock"
#define HAVE_MYSQL 1
#define MYSQL_USE_MYSQLND 1
#define ODBCVER 0x0300
#define HAVE_MPROTECT 1
#define HAVE_SHM_IPC 1
#define HAVE_SHM_MMAP_ANON 1
#define HAVE_SHM_MMAP_ZERO 1
#define HAVE_SHM_MMAP_POSIX 1
#define HAVE_SHM_MMAP_FILE 1
#define HAVE_FLOCK_LINUX /**/
#define COMPILE_DL_OPCACHE 1
#define HAVE_USLEEP 1
#define HAVE_NANOSLEEP 1
#define HAVE_TIME_H 1
#define PHAR_HASH_OK 1
#define HAVE_POSIX 1
#define HAVE_SETEUID 1
#define HAVE_SETEGID 1
#define HAVE_SETSID 1
#define HAVE_GETSID 1
#define HAVE_SETPGID 1
#define HAVE_GETPGID 1
#define HAVE_CTERMID 1
#define HAVE_MKFIFO 1
#define HAVE_MKNOD 1
#define HAVE_GETRLIMIT 1
#define HAVE_GETLOGIN 1
#define HAVE_GETGROUPS 1
#define HAVE_INITGROUPS 1
#define HAVE_GETPWUID_R 1
#define HAVE_GETGRGID_R 1
#define HAVE_UTSNAME_DOMAINNAME 1
#define HAVE_REFLECTION 1
#define HAVE_PWRITE 1
#define HAVE_PREAD 1
#define HAVE_PHP_SESSION 1
#define HAVE_LIBXML 1
#define HAVE_SIMPLEXML 1
#define HAVE_LIBXML 1
#define HAVE_SOAP 1
#define HAVE_PACKED_OBJECT_VALUE 0
#define HAVE_SPL 1
#define HAVE_CRYPT 1
#define HAVE_ALIGNOF 1
#define HAVE_ATTRIBUTE_ALIGNED 1
#define PHP_USE_PHP_CRYPT_R 1
#define PHP_STD_DES_CRYPT 1
#define PHP_BLOWFISH_CRYPT 1
#define PHP_EXT_DES_CRYPT 1
#define PHP_MD5_CRYPT 1
#define PHP_SHA512_CRYPT 1
#define PHP_SHA256_CRYPT 1
#define HAVE_GETCWD 1
#define HAVE_GETWD 1
#define HAVE_ASINH 1
#define HAVE_ACOSH 1
#define HAVE_ATANH 1
#define HAVE_LOG1P 1
#define HAVE_HYPOT 1
#define HAVE_GLOB 1
#define HAVE_STRFMON 1
#define HAVE_NICE 1
#define HAVE_ISINF 1
#define HAVE_ISNAN 1
#define HAVE_MEMPCPY 1
#define HAVE_FNMATCH 1
#define HAVE_FORK 1
#define PHP_CAN_SUPPORT_PROC_OPEN 1
#define HAVE_RES_NSEARCH 1
#define HAVE_DN_EXPAND 1
#define HAVE_DN_SKIPNAME 1
#define HAVE_RES_SEARCH 1
#define HAVE_ATOF_ACCEPTS_NAN 1
#define HAVE_ATOF_ACCEPTS_INF 1
#define HAVE_HUGE_VAL_INF 1
#define HAVE_HUGE_VAL_NAN 1
#define HAVE_STRPTIME_DECL_FAILS 1
#define HAVE_WCHAR_H 1
#define HAVE_MBLEN 1
#define HAVE_MBRLEN 1
#define HAVE_MBSINIT 1
#define HAVE_MBSTATE_T 1
#define HAVE_LIBXML 1
#define HAVE_XML 1
#define HAVE_LIBXML 1
#define HAVE_XMLREADER 1
#define HAVE_LIBXML 1
#define HAVE_XMLWRITER 1
#define MYSQLND_COMPRESSION_WANTED 1
#define MYSQLND_SSL_SUPPORTED 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_LIMITS_H 1
#define HAVE_MALLOC_H 1
#define HAVE_STRING_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STDARG_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_STDLIB_H 1
#define HAVE_DLFCN_H 1
#define RETSIGTYPE void
#define HAVE_INT32_T 1
#define HAVE_UINT32_T 1
#define HAVE_VPRINTF 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_MEMCPY 1
#define HAVE_STRDUP 1
#define HAVE_GETPID 1
#define HAVE_KILL 1
#define HAVE_STRTOD 1
#define HAVE_STRTOL 1
#define HAVE_FINITE 1
#define ZEND_BROKEN_SPRINTF 0
#define HAVE_FINITE 1
#define HAVE_ISINF 1
#define HAVE_ISNAN 1
#define HAVE__FPU_SETCW 1
#define HAVE_FPU_INLINE_ASM_X86 1
#define HAVE_DLFCN_H 1
#define ZEND_VM_KIND ZEND_VM_KIND_CALL
#define ZEND_DEBUG 0
#define ZEND_MM_ALIGNMENT 8
#define ZEND_MM_ALIGNMENT_LOG2 3
#define HAVE_MEM_MMAP_ANON 1
#define HAVE_MEM_MMAP_ZERO 1
#define HAVE_MREMAP 1
#define HAVE_SIGACTION 1
#define HAVE_STDARG_H 1
#define HAVE_SIGPROCMASK 1
#define PHP_BUILD_DATE "2025-01-23"
#define PHP_UNAME "Linux dev1 5.15.83-1-pve #1 SMP PVE 5.15.83-1 (2022-12-15T00:00Z) x86_64 x86_64 x86_64 GNU/Linux"
#define PHP_OS "Linux"
#define HAVE_BUILD_DEFS_H 1
configure: exit 0