Created
April 29, 2014 06:05
-
-
Save jokeyrhyme/11391714 to your computer and use it in GitHub Desktop.
errors compiling PHP 5.5.11 with php-build
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.69. Invocation command line was | |
$ ./configure --with-config-file-path=/opt/php/5.5.11/etc --with-config-file-scan-dir=/opt/php/5.5.11/etc/conf.d --prefix=/opt/php/5.5.11 --libexecdir=/opt/php/5.5.11/libexec --without-pear --with-gd --enable-sockets --with-jpeg-dir=/usr --with-png-dir=/usr --enable-exif --enable-zip --with-zlib --with-zlib-dir=/usr --with-kerberos --with-openssl --with-mcrypt=/usr --enable-soap --enable-xmlreader --with-xsl --enable-ftp --enable-cgi --with-curl=/usr --with-tidy --with-xmlrpc --enable-sysvsem --enable-sysvshm --enable-shmop --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-pdo-sqlite --enable-pcntl --with-readline --enable-mbstring --disable-debug --enable-fpm --enable-bcmath --disable-phar | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = vagrant-ubuntu-trusty-32 | |
uname -m = i686 | |
uname -r = 3.13.0-24-generic | |
uname -s = Linux | |
uname -v = #46-Ubuntu SMP Thu Apr 10 19:08:14 UTC 2014 | |
/usr/bin/uname -p = unknown | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = unknown | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/sbin | |
PATH: /usr/local/bin | |
PATH: /usr/sbin | |
PATH: /usr/bin | |
PATH: /sbin | |
PATH: /bin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:3280: checking for grep that handles long lines and -e | |
configure:3338: result: /bin/grep | |
configure:3343: checking for egrep | |
configure:3405: result: /bin/grep -E | |
configure:3410: checking for a sed that does not truncate output | |
configure:3464: result: /bin/sed | |
configure:3569: checking build system type | |
configure:3583: result: i686-pc-linux-gnu | |
configure:3603: checking host system type | |
configure:3616: result: i686-pc-linux-gnu | |
configure:3636: checking target system type | |
configure:3649: result: i686-pc-linux-gnu | |
configure:3824: checking for cc | |
configure:3840: found /usr/bin/cc | |
configure:3851: result: cc | |
configure:3882: checking for C compiler version | |
configure:3891: cc --version >&5 | |
cc (Ubuntu 4.8.2-19ubuntu1) 4.8.2 | |
Copyright (C) 2013 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:3902: $? = 0 | |
configure:3891: cc -v >&5 | |
Using built-in specs. | |
COLLECT_GCC=cc | |
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.8/lto-wrapper | |
Target: i686-linux-gnu | |
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu | |
Thread model: posix | |
gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) | |
configure:3902: $? = 0 | |
configure:3891: cc -V >&5 | |
cc: error: unrecognized command line option '-V' | |
cc: fatal error: no input files | |
compilation terminated. | |
configure:3902: $? = 4 | |
configure:3891: cc -qversion >&5 | |
cc: error: unrecognized command line option '-qversion' | |
cc: fatal error: no input files | |
compilation terminated. | |
configure:3902: $? = 4 | |
configure:3922: checking whether the C compiler works | |
configure:3944: cc conftest.c >&5 | |
configure:3948: $? = 0 | |
configure:3996: result: yes | |
configure:3999: checking for C compiler default output file name | |
configure:4001: result: a.out | |
configure:4007: checking for suffix of executables | |
configure:4014: cc -o conftest conftest.c >&5 | |
configure:4018: $? = 0 | |
configure:4040: result: | |
configure:4062: checking whether we are cross compiling | |
configure:4070: cc -o conftest conftest.c >&5 | |
configure:4074: $? = 0 | |
configure:4081: ./conftest | |
configure:4085: $? = 0 | |
configure:4100: result: no | |
configure:4105: checking for suffix of object files | |
configure:4127: cc -c conftest.c >&5 | |
configure:4131: $? = 0 | |
configure:4152: result: o | |
configure:4156: checking whether we are using the GNU C compiler | |
configure:4175: cc -c conftest.c >&5 | |
configure:4175: $? = 0 | |
configure:4184: result: yes | |
configure:4193: checking whether cc accepts -g | |
configure:4213: cc -c -g conftest.c >&5 | |
configure:4213: $? = 0 | |
configure:4254: result: yes | |
configure:4271: checking for cc option to accept ISO C89 | |
configure:4334: cc -c -g -O2 conftest.c >&5 | |
configure:4334: $? = 0 | |
configure:4347: result: none needed | |
configure:4373: checking how to run the C preprocessor | |
configure:4404: cc -E conftest.c | |
configure:4404: $? = 0 | |
configure:4418: cc -E conftest.c | |
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory | |
#include <ac_nonexistent.h> | |
^ | |
compilation terminated. | |
configure:4418: $? = 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:4443: result: cc -E | |
configure:4463: cc -E conftest.c | |
configure:4463: $? = 0 | |
configure:4477: cc -E conftest.c | |
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory | |
#include <ac_nonexistent.h> | |
^ | |
compilation terminated. | |
configure:4477: $? = 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:4508: checking for icc | |
configure:4517: result: no | |
configure:4531: checking for suncc | |
configure:4540: result: no | |
configure:4558: checking whether cc understands -c and -o together | |
configure:4586: cc -c conftest.c -o conftest2.o >&5 | |
configure:4590: $? = 0 | |
configure:4596: cc -c conftest.c -o conftest2.o >&5 | |
configure:4600: $? = 0 | |
configure:4655: result: yes | |
configure:4670: checking how to run the C preprocessor | |
configure:4740: result: cc -E | |
configure:4760: cc -E conftest.c | |
configure:4760: $? = 0 | |
configure:4774: cc -E conftest.c | |
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory | |
#include <ac_nonexistent.h> | |
^ | |
compilation terminated. | |
configure:4774: $? = 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:4802: checking for ANSI C header files | |
configure:4822: cc -c -g -O2 conftest.c >&5 | |
configure:4822: $? = 0 | |
configure:4895: cc -o conftest -g -O2 conftest.c >&5 | |
configure:4895: $? = 0 | |
configure:4895: ./conftest | |
configure:4895: $? = 0 | |
configure:4906: result: yes | |
configure:4919: checking for sys/types.h | |
configure:4919: cc -c -g -O2 conftest.c >&5 | |
configure:4919: $? = 0 | |
configure:4919: result: yes | |
configure:4919: checking for sys/stat.h | |
configure:4919: cc -c -g -O2 conftest.c >&5 | |
configure:4919: $? = 0 | |
configure:4919: result: yes | |
configure:4919: checking for stdlib.h | |
configure:4919: cc -c -g -O2 conftest.c >&5 | |
configure:4919: $? = 0 | |
configure:4919: result: yes | |
configure:4919: checking for string.h | |
configure:4919: cc -c -g -O2 conftest.c >&5 | |
configure:4919: $? = 0 | |
configure:4919: result: yes | |
configure:4919: checking for memory.h | |
configure:4919: cc -c -g -O2 conftest.c >&5 | |
configure:4919: $? = 0 | |
configure:4919: result: yes | |
configure:4919: checking for strings.h | |
configure:4919: cc -c -g -O2 conftest.c >&5 | |
configure:4919: $? = 0 | |
configure:4919: result: yes | |
configure:4919: checking for inttypes.h | |
configure:4919: cc -c -g -O2 conftest.c >&5 | |
configure:4919: $? = 0 | |
configure:4919: result: yes | |
configure:4919: checking for stdint.h | |
configure:4919: cc -c -g -O2 conftest.c >&5 | |
configure:4919: $? = 0 | |
configure:4919: result: yes | |
configure:4919: checking for unistd.h | |
configure:4919: cc -c -g -O2 conftest.c >&5 | |
configure:4919: $? = 0 | |
configure:4919: result: yes | |
configure:4932: checking minix/config.h usability | |
configure:4932: cc -c -g -O2 conftest.c >&5 | |
conftest.c:52:26: fatal error: minix/config.h: No such file or directory | |
#include <minix/config.h> | |
^ | |
compilation terminated. | |
configure:4932: $? = 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:4932: result: no | |
configure:4932: checking minix/config.h presence | |
configure:4932: cc -E conftest.c | |
conftest.c:19:26: fatal error: minix/config.h: No such file or directory | |
#include <minix/config.h> | |
^ | |
compilation terminated. | |
configure:4932: $? = 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:4932: result: no | |
configure:4932: checking for minix/config.h | |
configure:4932: result: no | |
configure:4953: checking whether it is safe to define __EXTENSIONS__ | |
configure:4971: cc -c -g -O2 conftest.c >&5 | |
configure:4971: $? = 0 | |
configure:4978: result: yes | |
configure:4993: checking whether ln -s works | |
configure:4997: result: yes | |
configure:5008: checking for system library directory | |
configure:5023: result: lib | |
configure:5032: checking whether to enable runpaths | |
configure:5046: result: yes | |
configure:5053: checking if compiler supports -R | |
configure:5072: cc -o conftest -g -O2 conftest.c -R /usr/lib >&5 | |
cc: error: unrecognized command line option '-R' | |
configure:5072: $? = 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 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:5082: result: no | |
configure:5087: checking if compiler supports -Wl,-rpath, | |
configure:5106: cc -o conftest -g -O2 conftest.c -Wl,-rpath,/usr/lib >&5 | |
configure:5106: $? = 0 | |
configure:5116: result: yes | |
configure:5134: checking for gawk | |
configure:5151: found /usr/bin/gawk | |
configure:5162: result: gawk | |
configure:5206: checking for bison | |
configure:5236: result: no | |
configure:5206: checking for byacc | |
configure:5236: result: no | |
configure:5254: checking for bison version | |
configure:5274: result: invalid | |
configure:5280: WARNING: bison versions supported for regeneration of the Zend/PHP parsers: 2.4 2.4.1 2.4.2 2.4.3 2.5 2.5.1 2.6 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.7 (found: none). | |
configure:5293: checking for re2c | |
configure:5309: found /usr/bin/re2c | |
configure:5320: result: re2c | |
configure:5329: checking for re2c version | |
configure:5343: result: 0.13.5 (ok) | |
configure:5369: checking whether to enable computed goto gcc extension with re2c | |
configure:5383: result: no | |
configure:5677: checking whether to force non-PIC code in shared modules | |
configure:5683: result: yes | |
configure:5709: checking whether /dev/urandom exists | |
configure:5715: result: yes | |
configure:5801: cc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5 | |
/tmp/ccdlLO0Y.o: In function `main': | |
/tmp/php-build/source/5.5.11/conftest.c:37: undefined reference to `pthread_mutexattr_init' | |
/tmp/php-build/source/5.5.11/conftest.c:38: undefined reference to `pthread_create' | |
collect2: error: ld returned 1 exit status | |
configure:5801: $? = 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 | |
| /* end confdefs.h. */ | |
| | |
| #include <pthread.h> | |
| #include <stddef.h> | |
| | |
| void *thread_routine(void *data) { | |
| return data; | |
| } | |
| | |
| int main() { | |
| pthread_t thd; | |
| pthread_mutexattr_t mattr; | |
| int data = 1; | |
| pthread_mutexattr_init(&mattr); | |
| return pthread_create(&thd, NULL, thread_routine, &data); | |
| } | |
configure:5817: checking for pthreads_cflags | |
configure:5857: cc -o conftest -g -O2 -fvisibility=hidden -kthread conftest.c >&5 | |
cc: error: unrecognized command line option '-kthread' | |
configure:5857: $? = 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 | |
| /* end confdefs.h. */ | |
| | |
| #include <pthread.h> | |
| #include <stddef.h> | |
| | |
| void *thread_routine(void *data) { | |
| return data; | |
| } | |
| | |
| int main() { | |
| pthread_t thd; | |
| pthread_mutexattr_t mattr; | |
| int data = 1; | |
| pthread_mutexattr_init(&mattr); | |
| return pthread_create(&thd, NULL, thread_routine, &data); | |
| } | |
configure:5857: cc -o conftest -g -O2 -fvisibility=hidden -pthread conftest.c >&5 | |
configure:5857: $? = 0 | |
configure:5857: ./conftest | |
configure:5857: $? = 0 | |
configure:5880: result: -pthread | |
configure:5883: checking for pthreads_lib | |
configure:5945: result: | |
configure:6018: result: | |
configure:6020: result: [1mConfiguring SAPI modules[0;10m | |
configure:6048: checking for AOLserver support | |
configure:6263: result: no | |
configure:6291: checking for Apache 1.x module support via DSO through APXS | |
configure:6581: result: no | |
configure:6607: checking for Apache 1.x module support | |
configure:7379: result: no | |
configure:7391: checking whether to enable Apache charset compatibility option | |
configure:7405: result: no | |
configure:7555: checking for Apache 2.0 filter-module support via DSO through APXS | |
configure:8351: result: no | |
configure:8379: checking for Apache 2.0 handler-module support via DSO through APXS | |
configure:9175: result: no | |
configure:9204: checking for Apache 1.x (hooks) module support via DSO through APXS | |
configure:9494: result: no | |
configure:9520: checking for Apache 1.x (hooks) module support | |
configure:10292: result: no | |
configure:10304: checking whether to enable Apache charset compatibility option | |
configure:10318: result: no | |
configure:10469: checking for Caudium support | |
configure:10783: result: no | |
configure:10811: checking for setproctitle | |
configure:10811: cc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5 | |
/tmp/ccmRvUA6.o: In function `main': | |
/tmp/php-build/source/5.5.11/conftest.c:59: undefined reference to `setproctitle' | |
collect2: error: ld returned 1 exit status | |
configure:10811: $? = 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:10811: result: no | |
configure:10823: checking sys/pstat.h usability | |
configure:10823: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c:58:23: fatal error: sys/pstat.h: No such file or directory | |
#include <sys/pstat.h> | |
^ | |
compilation terminated. | |
configure:10823: $? = 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:10823: result: no | |
configure:10823: checking sys/pstat.h presence | |
configure:10823: cc -E conftest.c | |
conftest.c:25:23: fatal error: sys/pstat.h: No such file or directory | |
#include <sys/pstat.h> | |
^ | |
compilation terminated. | |
configure:10823: $? = 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:10823: result: no | |
configure:10823: checking for sys/pstat.h | |
configure:10823: result: no | |
configure:10834: checking for PS_STRINGS | |
configure:10853: cc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c:25:29: fatal error: machine/vmparam.h: No such file or directory | |
#include <machine/vmparam.h> | |
^ | |
compilation terminated. | |
configure:10853: $? = 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:10861: result: no | |
configure:10869: checking for CLI build | |
configure:11031: result: yes | |
configure:11038: checking for Continuity support | |
configure:11053: result: no | |
configure:11298: checking for embedded SAPI library support | |
configure:11497: result: no | |
configure:11553: checking for FPM build | |
configure:11556: result: yes | |
configure:11563: checking for setenv | |
configure:11563: cc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:11563: $? = 0 | |
configure:11563: result: yes | |
configure:11563: checking for clearenv | |
configure:11563: cc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:11563: $? = 0 | |
configure:11563: result: yes | |
configure:11563: checking for setproctitle | |
configure:11563: result: no | |
configure:11573: checking for library containing socket | |
configure:11604: cc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:11604: $? = 0 | |
configure:11621: result: none required | |
configure:11629: checking for library containing inet_addr | |
configure:11660: cc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:11660: $? = 0 | |
configure:11677: result: none required | |
configure:11689: checking errno.h usability | |
configure:11689: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:11689: $? = 0 | |
configure:11689: result: yes | |
configure:11689: checking errno.h presence | |
configure:11689: cc -E conftest.c | |
configure:11689: $? = 0 | |
configure:11689: result: yes | |
configure:11689: checking for errno.h | |
configure:11689: result: yes | |
configure:11689: checking fcntl.h usability | |
configure:11689: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:11689: $? = 0 | |
configure:11689: result: yes | |
configure:11689: checking fcntl.h presence | |
configure:11689: cc -E conftest.c | |
configure:11689: $? = 0 | |
configure:11689: result: yes | |
configure:11689: checking for fcntl.h | |
configure:11689: result: yes | |
configure:11689: checking stdio.h usability | |
configure:11689: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:11689: $? = 0 | |
configure:11689: result: yes | |
configure:11689: checking stdio.h presence | |
configure:11689: cc -E conftest.c | |
configure:11689: $? = 0 | |
configure:11689: result: yes | |
configure:11689: checking for stdio.h | |
configure:11689: result: yes | |
configure:11689: checking for stdlib.h | |
configure:11689: result: yes | |
configure:11689: checking for unistd.h | |
configure:11689: result: yes | |
configure:11689: checking sys/uio.h usability | |
configure:11689: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:11689: $? = 0 | |
configure:11689: result: yes | |
configure:11689: checking sys/uio.h presence | |
configure:11689: cc -E conftest.c | |
configure:11689: $? = 0 | |
configure:11689: result: yes | |
configure:11689: checking for sys/uio.h | |
configure:11689: result: yes | |
configure:11702: checking sys/select.h usability | |
configure:11702: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:11702: $? = 0 | |
configure:11702: result: yes | |
configure:11702: checking sys/select.h presence | |
configure:11702: cc -E conftest.c | |
configure:11702: $? = 0 | |
configure:11702: result: yes | |
configure:11702: checking for sys/select.h | |
configure:11702: result: yes | |
configure:11702: checking sys/socket.h usability | |
configure:11702: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:11702: $? = 0 | |
configure:11702: result: yes | |
configure:11702: checking sys/socket.h presence | |
configure:11702: cc -E conftest.c | |
configure:11702: $? = 0 | |
configure:11702: result: yes | |
configure:11702: checking for sys/socket.h | |
configure:11702: result: yes | |
configure:11702: checking sys/time.h usability | |
configure:11702: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:11702: $? = 0 | |
configure:11702: result: yes | |
configure:11702: checking sys/time.h presence | |
configure:11702: cc -E conftest.c | |
configure:11702: $? = 0 | |
configure:11702: result: yes | |
configure:11702: checking for sys/time.h | |
configure:11702: result: yes | |
configure:11715: checking arpa/inet.h usability | |
configure:11715: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:11715: $? = 0 | |
configure:11715: result: yes | |
configure:11715: checking arpa/inet.h presence | |
configure:11715: cc -E conftest.c | |
configure:11715: $? = 0 | |
configure:11715: result: yes | |
configure:11715: checking for arpa/inet.h | |
configure:11715: result: yes | |
configure:11715: checking netinet/in.h usability | |
configure:11715: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:11715: $? = 0 | |
configure:11715: result: yes | |
configure:11715: checking netinet/in.h presence | |
configure:11715: cc -E conftest.c | |
configure:11715: $? = 0 | |
configure:11715: result: yes | |
configure:11715: checking for netinet/in.h | |
configure:11715: result: yes | |
configure:11727: checking sysexits.h usability | |
configure:11727: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:11727: $? = 0 | |
configure:11727: result: yes | |
configure:11727: checking sysexits.h presence | |
configure:11727: cc -E conftest.c | |
configure:11727: $? = 0 | |
configure:11727: result: yes | |
configure:11727: checking for sysexits.h | |
configure:11727: result: yes | |
configure:11739: checking for prctl | |
configure:11753: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:11753: $? = 0 | |
configure:11758: result: yes | |
configure:11772: checking for clock_gettime | |
configure:11786: cc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:11786: $? = 0 | |
configure:11789: result: yes | |
configure:11906: checking for ptrace | |
configure:11922: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:11922: $? = 0 | |
configure:11925: result: yes | |
configure:11937: checking whether ptrace works | |
configure:12017: cc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:12017: $? = 0 | |
configure:12017: ./conftest | |
configure:12017: $? = 0 | |
configure:12019: result: yes | |
configure:12095: checking for proc mem file | |
configure:12134: cc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c:43:0: warning: "_GNU_SOURCE" redefined [enabled by default] | |
#define _GNU_SOURCE | |
^ | |
conftest.c:20:0: note: this is the location of the previous definition | |
#define _GNU_SOURCE 1 | |
^ | |
configure:12134: $? = 0 | |
configure:12134: ./conftest | |
configure:12134: $? = 0 | |
configure:12136: result: mem | |
configure:12178: checking if gcc supports __sync_bool_compare_and_swap | |
configure:12195: cc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:12195: $? = 0 | |
configure:12197: result: yes | |
configure:12215: checking for TCP_INFO | |
configure:12229: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:12229: $? = 0 | |
configure:12232: result: yes | |
configure:12286: checking for sysconf | |
configure:12300: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:12300: $? = 0 | |
configure:12305: result: yes | |
configure:12317: checking for times | |
configure:12331: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:12331: $? = 0 | |
configure:12336: result: yes | |
configure:12348: checking for kqueue | |
configure:12372: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c:49:25: fatal error: sys/event.h: No such file or directory | |
#include <sys/event.h> | |
^ | |
compilation terminated. | |
configure:12372: $? = 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:12382: result: no | |
configure:12389: checking for port framework | |
configure:12412: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c:48:20: fatal error: port.h: No such file or directory | |
#include <port.h> | |
^ | |
compilation terminated. | |
configure:12412: $? = 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:12422: result: no | |
configure:12429: checking for /dev/poll | |
configure:12454: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c:49:27: fatal error: sys/devpoll.h: No such file or directory | |
#include <sys/devpoll.h> | |
^ | |
compilation terminated. | |
configure:12454: $? = 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:12464: result: no | |
configure:12471: checking for epoll | |
configure:12507: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:12507: $? = 0 | |
configure:12512: result: yes | |
configure:12524: checking for poll | |
configure:12550: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:12550: $? = 0 | |
configure:12555: result: yes | |
configure:12567: checking for select | |
configure:12598: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:12598: $? = 0 | |
configure:12603: result: yes | |
configure:13010: checking for Zeus ISAPI support | |
configure:13025: result: no | |
configure:13242: checking for LiteSpeed support | |
configure:13412: result: no | |
configure:13419: checking for Milter support | |
configure:13434: result: no | |
configure:13625: checking for NSAPI support | |
configure:13640: result: no | |
configure:13911: checking for PHTTPD support | |
configure:13926: result: no | |
configure:14143: checking for Pi3Web support | |
configure:14158: result: no | |
configure:14493: checking whether Roxen module is build using ZTS | |
configure:14507: result: no | |
configure:14514: checking for Roxen/Pike support | |
configure:14750: result: | |
configure:14777: checking for thttpd | |
configure:15000: result: no | |
configure:15026: checking for TUX | |
configure:15206: result: no | |
configure:15233: checking for webjames | |
configure:15445: result: no | |
configure:15471: checking for CGI build | |
configure:15474: result: yes | |
configure:15476: checking for socklen_t in sys/socket.h | |
configure:15485: result: yes | |
configure:15497: checking for sun_len in sys/un.h | |
configure:15512: result: no | |
configure:15518: checking whether cross-process locking is required by accept() | |
configure:15529: result: no | |
configure:15679: checking for chosen SAPI module | |
configure:15681: result: none | |
configure:15684: checking for executable SAPI binaries | |
configure:15687: result: cli fpm cgi | |
configure:15740: result: | |
configure:15742: result: [1mRunning system checks[0;10m | |
configure:15750: checking for sendmail | |
configure:15784: result: no | |
configure:15795: checking whether system uses EBCDIC | |
configure:15814: cc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:15814: $? = 0 | |
configure:15814: ./conftest | |
configure:15814: $? = 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:15828: result: no | |
configure:15837: checking whether byte ordering is bigendian | |
configure:15863: cc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:15863: $? = 0 | |
configure:15863: ./conftest | |
configure:15863: $? = 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:15874: result: no | |
configure:15884: checking whether writing to stdout works | |
configure:15913: cc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:15913: $? = 0 | |
configure:15913: ./conftest | |
configure:15913: $? = 0 | |
configure:15928: result: yes | |
configure:15983: checking for socket | |
configure:15983: cc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:15983: $? = 0 | |
configure:15983: result: yes | |
configure:16151: checking for socketpair | |
configure:16151: cc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:16151: $? = 0 | |
configure:16151: result: yes | |
configure:16319: checking for htonl | |
configure:16319: cc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:16319: $? = 0 | |
configure:16319: result: yes | |
configure:16487: checking for gethostname | |
configure:16487: cc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:16487: $? = 0 | |
configure:16487: result: yes | |
configure:16655: checking for gethostbyaddr | |
configure:16655: cc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:16655: $? = 0 | |
configure:16655: result: yes | |
configure:16823: checking for yp_get_default_domain | |
configure:16823: cc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5 | |
/tmp/ccqhgRKJ.o: In function `main': | |
/tmp/php-build/source/5.5.11/conftest.c:94: undefined reference to `yp_get_default_domain' | |
collect2: error: ld returned 1 exit status | |
configure:16823: $? = 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:16823: result: no | |
configure:16827: checking for __yp_get_default_domain | |
configure:16827: cc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5 | |
/tmp/ccQL0qnL.o: In function `main': | |
/tmp/php-build/source/5.5.11/conftest.c:94: undefined reference to `__yp_get_default_domain' | |
collect2: error: ld returned 1 exit status | |
configure:16827: $? = 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:16827: result: no | |
configure:16850: checking for yp_get_default_domain in -lnsl | |
configure:16875: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lnsl >&5 | |
configure:16875: $? = 0 | |
configure:16884: result: yes | |
configure:16946: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lnsl >&5 | |
configure:16946: $? = 0 | |
configure:16946: ./conftest | |
configure:16946: $? = 0 | |
configure:16992: checking for dlopen | |
configure:16992: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lnsl >&5 | |
/tmp/ccz97PVT.o: In function `main': | |
/tmp/php-build/source/5.5.11/conftest.c:96: undefined reference to `dlopen' | |
collect2: error: ld returned 1 exit status | |
configure:16992: $? = 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 | |
| /* end confdefs.h. */ | |
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define dlopen innocuous_dlopen | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char dlopen (); 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 dlopen | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char dlopen (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_dlopen || defined __stub___dlopen | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return dlopen (); | |
| ; | |
| return 0; | |
| } | |
configure:16992: result: no | |
configure:16996: checking for __dlopen | |
configure:16996: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lnsl >&5 | |
/tmp/ccT8MFHW.o: In function `main': | |
/tmp/php-build/source/5.5.11/conftest.c:96: undefined reference to `__dlopen' | |
collect2: error: ld returned 1 exit status | |
configure:16996: $? = 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 | |
| /* end confdefs.h. */ | |
| /* Define __dlopen to an innocuous variant, in case <limits.h> declares __dlopen. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define __dlopen innocuous___dlopen | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char __dlopen (); 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 __dlopen | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char __dlopen (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub___dlopen || defined __stub_____dlopen | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return __dlopen (); | |
| ; | |
| return 0; | |
| } | |
configure:16996: result: no | |
configure:17019: checking for dlopen in -ldl | |
configure:17044: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -ldl -lnsl >&5 | |
configure:17044: $? = 0 | |
configure:17053: result: yes | |
configure:17115: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lnsl -ldl >&5 | |
configure:17115: $? = 0 | |
configure:17115: ./conftest | |
configure:17115: $? = 0 | |
configure:17160: checking for sin in -lm | |
configure:17185: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
conftest.c:72:6: warning: conflicting types for built-in function 'sin' [enabled by default] | |
char sin (); | |
^ | |
configure:17185: $? = 0 | |
configure:17194: result: yes | |
configure:17211: checking for inet_aton | |
configure:17211: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:17211: $? = 0 | |
configure:17211: result: yes | |
configure:17511: checking for ANSI C header files | |
configure:17615: result: yes | |
configure:17626: checking for dirent.h that defines DIR | |
configure:17645: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:17645: $? = 0 | |
configure:17653: result: yes | |
configure:17666: checking for library containing opendir | |
configure:17697: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:17697: $? = 0 | |
configure:17714: result: none required | |
configure:17840: checking for inttypes.h | |
configure:17840: result: yes | |
configure:17840: checking for stdint.h | |
configure:17840: result: yes | |
configure:17840: checking for dirent.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:17840: $? = 0 | |
configure:17840: result: yes | |
configure:17840: checking for ApplicationServices/ApplicationServices.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c:90:53: fatal error: ApplicationServices/ApplicationServices.h: No such file or directory | |
#include <ApplicationServices/ApplicationServices.h> | |
^ | |
compilation terminated. | |
configure:17840: $? = 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_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:17840: result: no | |
configure:17840: checking for sys/param.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:17840: $? = 0 | |
configure:17840: result: yes | |
configure:17840: checking for sys/types.h | |
configure:17840: result: yes | |
configure:17840: checking for sys/time.h | |
configure:17840: result: yes | |
configure:17840: checking for netinet/in.h | |
configure:17840: result: yes | |
configure:17840: checking for alloca.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:17840: $? = 0 | |
configure:17840: result: yes | |
configure:17840: checking for arpa/inet.h | |
configure:17840: result: yes | |
configure:17840: checking for arpa/nameser.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:17840: $? = 0 | |
configure:17840: result: yes | |
configure:17840: checking for assert.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:17840: $? = 0 | |
configure:17840: result: yes | |
configure:17840: checking for crypt.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:17840: $? = 0 | |
configure:17840: result: yes | |
configure:17840: checking for dns.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c:99:17: fatal error: dns.h: No such file or directory | |
#include <dns.h> | |
^ | |
compilation terminated. | |
configure:17840: $? = 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_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:17840: result: no | |
configure:17840: checking for fcntl.h | |
configure:17840: result: yes | |
configure:17840: checking for grp.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:17840: $? = 0 | |
configure:17840: result: yes | |
configure:17840: checking for ieeefp.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c:101:20: fatal error: ieeefp.h: No such file or directory | |
#include <ieeefp.h> | |
^ | |
compilation terminated. | |
configure:17840: $? = 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_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:17840: result: no | |
configure:17840: checking for langinfo.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:17840: $? = 0 | |
configure:17840: result: yes | |
configure:17840: checking for limits.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:17840: $? = 0 | |
configure:17840: result: yes | |
configure:17840: checking for locale.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:17840: $? = 0 | |
configure:17840: result: yes | |
configure:17840: checking for monetary.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:17840: $? = 0 | |
configure:17840: result: yes | |
configure:17840: checking for netdb.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:17840: $? = 0 | |
configure:17840: result: yes | |
configure:17840: checking for pwd.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:17840: $? = 0 | |
configure:17840: result: yes | |
configure:17840: checking for resolv.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:17840: $? = 0 | |
configure:17840: result: yes | |
configure:17840: checking for signal.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:17840: $? = 0 | |
configure:17840: result: yes | |
configure:17840: checking for stdarg.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:17840: $? = 0 | |
configure:17840: result: yes | |
configure:17840: checking for stdlib.h | |
configure:17840: result: yes | |
configure:17840: checking for string.h | |
configure:17840: result: yes | |
configure:17840: checking for syslog.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:17840: $? = 0 | |
configure:17840: result: yes | |
configure:17840: checking for sysexits.h | |
configure:17840: result: yes | |
configure:17840: checking for sys/ioctl.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:17840: $? = 0 | |
configure:17840: result: yes | |
configure:17840: checking for sys/file.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:17840: $? = 0 | |
configure:17840: result: yes | |
configure:17840: checking for sys/mman.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:17840: $? = 0 | |
configure:17840: result: yes | |
configure:17840: checking for sys/mount.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:17840: $? = 0 | |
configure:17840: result: yes | |
configure:17840: checking for sys/poll.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:17840: $? = 0 | |
configure:17840: result: yes | |
configure:17840: checking for sys/resource.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:17840: $? = 0 | |
configure:17840: result: yes | |
configure:17840: checking for sys/select.h | |
configure:17840: result: yes | |
configure:17840: checking for sys/socket.h | |
configure:17840: result: yes | |
configure:17840: checking for sys/stat.h | |
configure:17840: result: yes | |
configure:17840: checking for sys/statfs.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:17840: $? = 0 | |
configure:17840: result: yes | |
configure:17840: checking for sys/statvfs.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:17840: $? = 0 | |
configure:17840: result: yes | |
configure:17840: checking for sys/vfs.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:17840: $? = 0 | |
configure:17840: result: yes | |
configure:17840: checking for sys/sysexits.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c:126:26: fatal error: sys/sysexits.h: No such file or directory | |
#include <sys/sysexits.h> | |
^ | |
compilation terminated. | |
configure:17840: $? = 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_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:17840: result: no | |
configure:17840: checking for sys/varargs.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c:126:25: fatal error: sys/varargs.h: No such file or directory | |
#include <sys/varargs.h> | |
^ | |
compilation terminated. | |
configure:17840: $? = 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_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:17840: result: no | |
configure:17840: checking for sys/wait.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:17840: $? = 0 | |
configure:17840: result: yes | |
configure:17840: checking for sys/loadavg.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c:127:25: fatal error: sys/loadavg.h: No such file or directory | |
#include <sys/loadavg.h> | |
^ | |
compilation terminated. | |
configure:17840: $? = 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_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:17840: result: no | |
configure:17840: checking for termios.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:17840: $? = 0 | |
configure:17840: result: yes | |
configure:17840: checking for unistd.h | |
configure:17840: result: yes | |
configure:17840: checking for unix.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c:129:18: fatal error: unix.h: No such file or directory | |
#include <unix.h> | |
^ | |
compilation terminated. | |
configure:17840: $? = 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_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:17840: result: no | |
configure:17840: checking for utime.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:17840: $? = 0 | |
configure:17840: result: yes | |
configure:17840: checking for sys/utsname.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:17840: $? = 0 | |
configure:17840: result: yes | |
configure:17840: checking for sys/ipc.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:17840: $? = 0 | |
configure:17840: result: yes | |
configure:17840: checking for dlfcn.h | |
configure:17840: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:17840: $? = 0 | |
configure:17840: result: yes | |
configure:17840: checking for assert.h | |
configure:17840: result: yes | |
configure:17869: checking for fopencookie | |
configure:17869: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:17869: $? = 0 | |
configure:17869: result: yes | |
configure:17890: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c:117:0: warning: "_GNU_SOURCE" redefined [enabled by default] | |
#define _GNU_SOURCE | |
^ | |
conftest.c:20:0: note: this is the location of the previous definition | |
#define _GNU_SOURCE 1 | |
^ | |
configure:17890: $? = 0 | |
configure:17936: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
conftest.c:117:0: warning: "_GNU_SOURCE" redefined [enabled by default] | |
#define _GNU_SOURCE | |
^ | |
conftest.c:20:0: note: this is the location of the previous definition | |
#define _GNU_SOURCE 1 | |
^ | |
conftest.c: In function 'main': | |
conftest.c:140:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] | |
exit(0); | |
^ | |
configure:17936: $? = 0 | |
configure:17936: ./conftest | |
configure:17936: $? = 0 | |
configure:17994: checking for broken getcwd | |
configure:18005: result: no | |
configure:18010: checking for broken libc stdio | |
configure:18070: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
conftest.c: In function 'main': | |
conftest.c:130:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] | |
exit(2); | |
^ | |
configure:18070: $? = 0 | |
configure:18070: ./conftest | |
configure:18070: $? = 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_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 = "/tmp/phpglibccheck"; | |
| | |
| 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:18083: result: yes | |
configure:18095: checking whether struct tm is in sys/time.h or time.h | |
configure:18115: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:18115: $? = 0 | |
configure:18122: result: time.h | |
configure:18130: checking for struct tm.tm_zone | |
configure:18130: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:18130: $? = 0 | |
configure:18130: result: yes | |
configure:18199: checking for missing declarations of reentrant functions | |
configure:18212: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:18212: $? = 0 | |
configure:18235: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:18235: $? = 0 | |
configure:18258: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:18258: $? = 0 | |
configure:18281: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:18281: $? = 0 | |
configure:18304: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:18304: $? = 0 | |
configure:18316: result: done | |
configure:18320: checking for fclose declaration | |
configure:18333: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:18333: $? = 0 | |
configure:18338: result: ok | |
configure:18354: checking for tm_gmtoff in struct tm | |
configure:18371: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:18371: $? = 0 | |
configure:18378: result: yes | |
configure:18388: checking for struct flock | |
configure:18407: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:18407: $? = 0 | |
configure:18419: result: yes | |
configure:18428: checking for socklen_t | |
configure:18449: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:18449: $? = 0 | |
configure:18460: result: yes | |
configure:18473: checking size of size_t | |
configure:18478: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:18478: $? = 0 | |
configure:18478: ./conftest | |
configure:18478: $? = 0 | |
configure:18492: result: 4 | |
configure:18506: checking size of long long | |
configure:18511: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:18511: $? = 0 | |
configure:18511: ./conftest | |
configure:18511: $? = 0 | |
configure:18525: result: 8 | |
configure:18539: checking size of long long int | |
configure:18544: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:18544: $? = 0 | |
configure:18544: ./conftest | |
configure:18544: $? = 0 | |
configure:18558: result: 8 | |
configure:18572: checking size of long | |
configure:18577: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:18577: $? = 0 | |
configure:18577: ./conftest | |
configure:18577: $? = 0 | |
configure:18591: result: 4 | |
configure:18605: checking size of int | |
configure:18610: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:18610: $? = 0 | |
configure:18610: ./conftest | |
configure:18610: $? = 0 | |
configure:18624: result: 4 | |
configure:18636: checking size of intmax_t | |
configure:18677: cc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:18677: $? = 0 | |
configure:18677: ./conftest | |
configure:18677: $? = 0 | |
configure:18711: result: 8 | |
configure:18715: checking size of ssize_t | |
configure:18756: cc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:18756: $? = 0 | |
configure:18756: ./conftest | |
configure:18756: $? = 0 | |
configure:18790: result: 4 | |
configure:18794: checking size of ptrdiff_t | |
configure:18835: cc -o conftest -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:18835: $? = 0 | |
configure:18835: ./conftest | |
configure:18835: $? = 0 | |
configure:18869: result: 4 | |
configure:18873: checking for struct stat.st_blksize | |
configure:18873: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:18873: $? = 0 | |
configure:18873: result: yes | |
configure:18887: checking for struct stat.st_blocks | |
configure:18887: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:18887: $? = 0 | |
configure:18887: result: yes | |
configure:18912: checking for struct stat.st_rdev | |
configure:18912: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:18912: $? = 0 | |
configure:18912: result: yes | |
configure:18926: checking for size_t | |
configure:18926: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:18926: $? = 0 | |
configure:18926: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:179:21: error: expected expression before ')' token | |
if (sizeof ((size_t))) | |
^ | |
configure:18926: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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:18926: result: yes | |
configure:18937: checking for uid_t in sys/types.h | |
configure:18956: result: yes | |
configure:18969: checking for struct sockaddr_storage | |
configure:18986: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:18986: $? = 0 | |
configure:18994: result: yes | |
configure:19001: checking for field sa_len in struct sockaddr | |
configure:19019: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:149:44: error: 'struct sockaddr' has no member named 'sa_len' | |
static struct sockaddr sa; int n = (int) sa.sa_len; return n; | |
^ | |
configure:19019: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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:19027: result: no | |
configure:19036: checking for IPv6 support | |
configure:19054: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19054: $? = 0 | |
configure:19062: result: yes | |
configure:19068: checking for vprintf | |
configure:19068: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
conftest.c:167:6: warning: conflicting types for built-in function 'vprintf' [enabled by default] | |
char vprintf (); | |
^ | |
configure:19068: $? = 0 | |
configure:19068: result: yes | |
configure:19074: checking for _doprnt | |
configure:19074: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
/tmp/cc59YFYL.o: In function `main': | |
/tmp/php-build/source/5.5.11/conftest.c:179: undefined reference to `_doprnt' | |
collect2: error: ld returned 1 exit status | |
configure:19074: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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:19074: result: no | |
configure:19170: checking for alphasort | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for asctime_r | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for chroot | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for ctime_r | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for cuserid | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for crypt | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
/tmp/cc0nnog4.o: In function `main': | |
/tmp/php-build/source/5.5.11/conftest.c:184: undefined reference to `crypt' | |
collect2: error: ld returned 1 exit status | |
configure:19170: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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:19170: result: no | |
configure:19170: checking for flock | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for ftok | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for funopen | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
/tmp/ccQJ1vtb.o: In function `main': | |
/tmp/php-build/source/5.5.11/conftest.c:186: undefined reference to `funopen' | |
collect2: error: ld returned 1 exit status | |
configure:19170: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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:19170: result: no | |
configure:19170: checking for gai_strerror | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for gcvt | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for getloadavg | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for getlogin | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for getprotobyname | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for getprotobynumber | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for getservbyname | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for getservbyport | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for gethostname | |
configure:19170: result: yes | |
configure:19170: checking for getrusage | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for gettimeofday | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for gmtime_r | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for getpwnam_r | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for getgrnam_r | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for getpwuid_r | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for grantpt | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for inet_ntoa | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for inet_ntop | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for inet_pton | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for isascii | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
conftest.c:194:6: warning: conflicting types for built-in function 'isascii' [enabled by default] | |
char isascii (); | |
^ | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for link | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for localtime_r | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for lockf | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for lchown | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for lrand48 | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for memcpy | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
conftest.c:200:6: warning: conflicting types for built-in function 'memcpy' [enabled by default] | |
char memcpy (); | |
^ | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for memmove | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
conftest.c:201:6: warning: conflicting types for built-in function 'memmove' [enabled by default] | |
char memmove (); | |
^ | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for mkstemp | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for mmap | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for nl_langinfo | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for perror | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for poll | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for ptsname | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for putenv | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for realpath | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for random | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for rand_r | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for scandir | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for setitimer | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for setlocale | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for localeconv | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for setenv | |
configure:19170: result: yes | |
configure:19170: checking for setpgid | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for setsockopt | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for setvbuf | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for shutdown | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for sin | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
conftest.c:221:6: warning: conflicting types for built-in function 'sin' [enabled by default] | |
char sin (); | |
^ | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for snprintf | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
conftest.c:222:6: warning: conflicting types for built-in function 'snprintf' [enabled by default] | |
char snprintf (); | |
^ | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for srand48 | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for srandom | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for statfs | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for statvfs | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for std_syslog | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
/tmp/ccdaO180.o: In function `main': | |
/tmp/php-build/source/5.5.11/conftest.c:238: undefined reference to `std_syslog' | |
collect2: error: ld returned 1 exit status | |
configure:19170: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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:19170: result: no | |
configure:19170: checking for strcasecmp | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
conftest.c:227:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default] | |
char strcasecmp (); | |
^ | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for strcoll | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for strdup | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
conftest.c:229:6: warning: conflicting types for built-in function 'strdup' [enabled by default] | |
char strdup (); | |
^ | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for strerror | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for strftime | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
conftest.c:231:6: warning: conflicting types for built-in function 'strftime' [enabled by default] | |
char strftime (); | |
^ | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for strnlen | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for strptime | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for strstr | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
conftest.c:234:6: warning: conflicting types for built-in function 'strstr' [enabled by default] | |
char strstr (); | |
^ | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for strtok_r | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for symlink | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for tempnam | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
/tmp/ccYKinMr.o: In function `main': | |
/tmp/php-build/source/5.5.11/conftest.c:248: warning: the use of `tempnam' is dangerous, better use `mkstemp' | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for tzset | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for unlockpt | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for unsetenv | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for usleep | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for utime | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for vsnprintf | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
conftest.c:243:6: warning: conflicting types for built-in function 'vsnprintf' [enabled by default] | |
char vsnprintf (); | |
^ | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for vasprintf | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for asprintf | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19170: checking for nanosleep | |
configure:19170: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl >&5 | |
configure:19170: $? = 0 | |
configure:19170: result: yes | |
configure:19185: checking for nanosleep in -lrt | |
configure:19210: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl >&5 | |
configure:19210: $? = 0 | |
configure:19219: result: yes | |
configure:19281: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl -lrt >&5 | |
configure:19281: $? = 0 | |
configure:19281: ./conftest | |
configure:19281: $? = 0 | |
configure:19319: checking for getaddrinfo | |
configure:19335: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl >&5 | |
configure:19335: $? = 0 | |
configure:19379: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl >&5 | |
conftest.c: In function 'main': | |
conftest.c:235:3: warning: incompatible implicit declaration of built-in function 'memset' [enabled by default] | |
memset(&hints, 0, sizeof(hints)); | |
^ | |
conftest.c:239:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] | |
exit(1); | |
^ | |
conftest.c:243:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] | |
exit(1); | |
^ | |
conftest.c:251:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] | |
exit(1); | |
^ | |
conftest.c:255:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] | |
exit(1); | |
^ | |
conftest.c:260:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] | |
exit(0); | |
^ | |
configure:19379: $? = 0 | |
configure:19379: ./conftest | |
configure:19379: $? = 0 | |
configure:19394: result: yes | |
configure:19402: checking for __sync_fetch_and_add | |
configure:19418: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl >&5 | |
configure:19418: $? = 0 | |
configure:19426: result: yes | |
configure:19434: checking for strlcat | |
configure:19434: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl >&5 | |
/tmp/ccHMy8IV.o: In function `main': | |
/tmp/php-build/source/5.5.11/conftest.c:262: undefined reference to `strlcat' | |
collect2: error: ld returned 1 exit status | |
configure:19434: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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:19434: result: no | |
configure:19447: checking for strlcpy | |
configure:19447: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl >&5 | |
/tmp/ccZn3L3X.o: In function `main': | |
/tmp/php-build/source/5.5.11/conftest.c:262: undefined reference to `strlcpy' | |
collect2: error: ld returned 1 exit status | |
configure:19447: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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:19447: result: no | |
configure:19460: checking for getopt | |
configure:19460: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl >&5 | |
configure:19460: $? = 0 | |
configure:19460: result: yes | |
configure:19480: checking for utime.h | |
configure:19480: result: yes | |
configure:19494: checking whether utime accepts a null argument | |
configure:19523: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl >&5 | |
configure:19523: $? = 0 | |
configure:19523: ./conftest | |
configure:19523: $? = 0 | |
configure:19533: result: yes | |
configure:19545: checking for working alloca.h | |
configure:19562: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl >&5 | |
configure:19562: $? = 0 | |
configure:19570: result: yes | |
configure:19578: checking for alloca | |
configure:19615: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl >&5 | |
configure:19615: $? = 0 | |
configure:19623: result: yes | |
configure:19730: checking for declared timezone | |
configure:19755: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:19755: $? = 0 | |
configure:19766: result: yes | |
configure:19775: checking for type of reentrant time-related functions | |
configure:19804: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl >&5 | |
conftest.c: In function 'main': | |
conftest.c:243:3: warning: assignment makes integer from pointer without a cast [enabled by default] | |
s = gmtime_r(&old, &t); | |
^ | |
conftest.c:244:1: error: too many arguments to function 'asctime_r' | |
r = (int) asctime_r(&t, buf, 26); | |
^ | |
In file included from conftest.c:235:0: | |
/usr/include/time.h:272:14: note: declared here | |
extern char *asctime_r (const struct tm *__restrict __tp, | |
^ | |
configure:19804: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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:19831: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl >&5 | |
conftest.c: In function 'main': | |
conftest.c:242:3: error: too many arguments to function 'asctime_r' | |
p = asctime_r(&t, buf, 26); | |
^ | |
In file included from conftest.c:235:0: | |
/usr/include/time.h:272:14: note: declared here | |
extern char *asctime_r (const struct tm *__restrict __tp, | |
^ | |
configure:19831: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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:19852: result: POSIX | |
configure:19864: checking for readdir_r | |
configure:19864: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl >&5 | |
configure:19864: $? = 0 | |
configure:19864: result: yes | |
configure:19872: checking for type of readdir_r | |
configure:19908: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl >&5 | |
conftest.c: In function 'main': | |
conftest.c:250:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] | |
exit(1); | |
^ | |
configure:19908: $? = 0 | |
configure:19908: ./conftest | |
configure:19908: $? = 0 | |
configure:19941: result: POSIX | |
configure:19956: checking for in_addr_t | |
configure:19981: result: yes | |
configure:19992: checking for crypt_r | |
configure:19992: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl >&5 | |
/tmp/ccwgFdql.o: In function `main': | |
/tmp/php-build/source/5.5.11/conftest.c:269: undefined reference to `crypt_r' | |
collect2: error: ld returned 1 exit status | |
configure:19992: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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:19992: result: no | |
configure:20109: result: | |
configure:20111: result: [1mGeneral settings[0;10m | |
configure:20126: checking whether to include gcov symbols | |
configure:20140: result: no | |
configure:20301: checking whether to include debugging symbols | |
configure:20315: result: no | |
configure:20349: checking layout of installed files | |
configure:20364: result: PHP | |
configure:20382: checking path to configuration file | |
configure:20397: result: /opt/php/5.5.11/etc | |
configure:20414: checking where to scan for configuration files | |
configure:20440: result: /opt/php/5.5.11/etc/conf.d | |
configure:20448: checking whether to enable PHP's own SIGCHLD handler | |
configure:20462: result: no | |
configure:20481: checking whether to explicitly link against libgcc | |
configure:20495: result: no | |
configure:20558: checking whether to enable short tags by default | |
configure:20572: result: yes | |
configure:20591: checking whether to enable dmalloc | |
configure:20605: result: no | |
configure:20676: checking whether to enable IPv6 support | |
configure:20690: result: yes | |
configure:20705: checking whether to enable DTrace support | |
configure:20719: result: no | |
configure:20850: checking how big to make fd sets | |
configure:20882: result: using system default | |
configure:20896: result: | |
configure:20898: result: [1mConfiguring extensions[0;10m | |
configure:20920: checking size of long | |
configure:20939: result: 4 | |
configure:20953: checking size of int | |
configure:20972: result: 4 | |
configure:20983: checking for int32_t | |
configure:21012: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:21012: $? = 0 | |
configure:21020: result: yes | |
configure:21029: checking for uint32_t | |
configure:21058: cc -c -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:21058: $? = 0 | |
configure:21066: result: yes | |
configure:21084: checking for sys/types.h | |
configure:21084: result: yes | |
configure:21084: checking for inttypes.h | |
configure:21084: result: yes | |
configure:21084: checking for stdint.h | |
configure:21084: result: yes | |
configure:21084: checking for string.h | |
configure:21084: result: yes | |
configure:21084: checking for stdlib.h | |
configure:21084: result: yes | |
configure:21098: checking for strtoll | |
configure:21098: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl >&5 | |
configure:21098: $? = 0 | |
configure:21098: result: yes | |
configure:21098: checking for atoll | |
configure:21098: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl >&5 | |
configure:21098: $? = 0 | |
configure:21098: result: yes | |
configure:21098: checking for strftime | |
configure:21098: result: yes | |
configure:21546: checking which regex library to use | |
configure:21548: result: php | |
configure:21959: checking whether to enable LIBXML support | |
configure:21994: result: yes | |
configure:22004: checking libxml2 install dir | |
configure:22019: result: no | |
configure:22031: checking for xml2-config path | |
configure:22045: result: /usr/bin/xml2-config | |
configure:22189: checking whether libxml build works | |
configure:22216: cc -o conftest -g -O2 -fvisibility=hidden conftest.c | |
-lrt -lm -ldl -lnsl -lxml2 >&5 | |
configure:22216: $? = 0 | |
configure:22216: ./conftest | |
configure:22216: $? = 0 | |
configure:22240: result: yes | |
configure:22577: checking for OpenSSL support | |
configure:22613: result: yes | |
configure:22622: checking for Kerberos support | |
configure:22637: result: yes | |
configure:22950: checking for krb5-config | |
configure:22969: found /usr/bin/krb5-config | |
configure:22982: result: /usr/bin/krb5-config | |
configure:23316: checking for DSA_get_default_method in -lssl | |
configure:23341: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lssl -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err >&5 | |
/tmp/ccdtlGAA.o: In function `main': | |
/tmp/php-build/source/5.5.11/conftest.c:266: undefined reference to `DSA_get_default_method' | |
collect2: error: ld returned 1 exit status | |
configure:23341: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 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 DSA_get_default_method (); | |
| int | |
| main () | |
| { | |
| return DSA_get_default_method (); | |
| ; | |
| return 0; | |
| } | |
configure:23350: result: no | |
configure:23358: checking for X509_free in -lcrypto | |
configure:23383: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lcrypto -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err >&5 | |
configure:23383: $? = 0 | |
configure:23392: result: yes | |
configure:23418: checking for pkg-config | |
configure:23436: found /usr/bin/pkg-config | |
configure:23449: result: /usr/bin/pkg-config | |
configure:24581: checking for PCRE library to use | |
configure:24583: result: bundled | |
configure:24920: checking whether to enable the SQLite3 extension | |
configure:24956: result: yes | |
configure:25731: checking bundled sqlite3 library | |
configure:25733: result: yes | |
configure:26088: checking for ZLIB support | |
configure:26124: result: yes | |
configure:26133: checking if the location of ZLIB install directory is defined | |
configure:26148: result: /usr | |
configure:26481: checking for zlib version >= 1.2.0.4 | |
configure:26484: result: 1.2.8 | |
configure:26587: checking for gzgets in -lz | |
configure:26612: cc -o conftest -g -O2 -fvisibility=hidden conftest.c -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto >&5 | |
configure:26612: $? = 0 | |
configure:26621: result: yes | |
configure:26746: checking whether to enable bc style precision math functions | |
configure:26781: result: yes | |
configure:27111: checking for BZip2 support | |
configure:27147: result: no | |
configure:27760: checking whether to enable calendar conversion support | |
configure:27795: result: no | |
configure:28104: checking whether to enable ctype functions | |
configure:28139: result: yes | |
configure:28448: checking for cURL support | |
configure:28484: result: yes | |
configure:28514: checking for cURL 7.10.5 or greater | |
configure:28528: result: libcurl 7.35.0 | |
configure:28753: checking for SSL support in libcurl | |
configure:28757: result: yes | |
configure:28771: checking how to run the C preprocessor | |
configure:28841: result: cc -E | |
configure:28861: cc -E conftest.c | |
configure:28861: $? = 0 | |
configure:28875: cc -E conftest.c | |
conftest.c:263:28: fatal error: ac_nonexistent.h: No such file or directory | |
#include <ac_nonexistent.h> | |
^ | |
compilation terminated. | |
configure:28875: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:28903: checking for openssl support in libcurl | |
configure:28930: cc -o conftest -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl >&5 | |
configure:28930: $? = 0 | |
configure:28930: ./conftest | |
configure:28930: $? = 0 | |
configure:28932: result: yes | |
configure:28936: checking openssl/crypto.h usability | |
configure:28936: cc -c conftest.c >&5 | |
configure:28936: $? = 0 | |
configure:28936: result: yes | |
configure:28936: checking openssl/crypto.h presence | |
configure:28936: cc -E conftest.c | |
configure:28936: $? = 0 | |
configure:28936: result: yes | |
configure:28936: checking for openssl/crypto.h | |
configure:28936: result: yes | |
configure:28962: checking for gnutls support in libcurl | |
configure:28989: cc -o conftest -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl >&5 | |
configure:28989: $? = 0 | |
configure:28989: ./conftest | |
configure:28989: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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, "GnuTLS", sizeof("GnuTLS")-1); | |
| } | |
| return 1; | |
| } | |
| | |
configure:29006: result: no | |
configure:29118: checking for curl_easy_perform in -lcurl | |
configure:29143: cc -o conftest -g -O2 -fvisibility=hidden -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu -lcurl conftest.c -lcurl -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl >&5 | |
configure:29143: $? = 0 | |
configure:29152: result: yes | |
configure:29273: checking for curl_easy_strerror in -lcurl | |
configure:29298: cc -o conftest -g -O2 -fvisibility=hidden -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu -lcurl conftest.c -lcurl -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl >&5 | |
configure:29298: $? = 0 | |
configure:29307: result: yes | |
configure:29426: checking for curl_multi_strerror in -lcurl | |
configure:29451: cc -o conftest -g -O2 -fvisibility=hidden -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu -lcurl conftest.c -lcurl -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl >&5 | |
configure:29451: $? = 0 | |
configure:29460: result: yes | |
configure:30338: checking for QDBM support | |
configure:30349: result: no | |
configure:30674: checking for GDBM support | |
configure:30685: result: no | |
configure:30996: checking for NDBM support | |
configure:31007: result: no | |
configure:31344: checking for TCADB support | |
configure:31355: result: no | |
configure:31672: checking for Berkeley DB4 support | |
configure:31683: result: no | |
configure:31993: checking for Berkeley DB3 support | |
configure:32004: result: no | |
configure:32314: checking for Berkeley DB2 support | |
configure:32325: result: no | |
configure:32559: checking for DB1 support | |
configure:32570: result: no | |
configure:32925: checking for DBM support | |
configure:32936: result: no | |
configure:33325: checking for CDB support | |
configure:33336: result: no | |
configure:33357: checking for INI File support | |
configure:33368: result: no | |
configure:33389: checking for FlatFile support | |
configure:33400: result: no | |
configure:33406: checking whether to enable DBA interface | |
configure:33731: result: no | |
configure:33739: checking whether to enable DOM support | |
configure:33774: result: yes | |
configure:33813: checking for xml2-config path | |
configure:33827: result: /usr/bin/xml2-config | |
configure:33971: checking whether libxml build works | |
configure:34022: result: yes | |
configure:34417: checking for ENCHANT support | |
configure:34453: result: no | |
configure:35068: checking whether to enable EXIF (metadata from images) support | |
configure:35103: result: yes | |
configure:35412: checking for fileinfo support | |
configure:35447: result: yes | |
configure:35764: checking for utimes | |
configure:35764: cc -o conftest -g -O2 -fvisibility=hidden -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 >&5 | |
configure:35764: $? = 0 | |
configure:35764: result: yes | |
configure:35764: checking for strndup | |
configure:35764: cc -o conftest -g -O2 -fvisibility=hidden -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 >&5 | |
conftest.c:295:6: warning: conflicting types for built-in function 'strndup' [enabled by default] | |
char strndup (); | |
^ | |
configure:35764: $? = 0 | |
configure:35764: result: yes | |
configure:35786: checking whether to enable input filter support | |
configure:35821: result: yes | |
configure:35830: checking pcre install prefix | |
configure:35845: result: no | |
configure:36242: checking whether to enable FTP support | |
configure:36277: result: yes | |
configure:36286: checking OpenSSL dir for FTP | |
configure:36301: result: no | |
configure:37331: checking for GD support | |
configure:37367: result: yes | |
configure:37376: checking for the location of libvpx | |
configure:37391: result: no | |
configure:37402: checking for the location of libjpeg | |
configure:37417: result: /usr | |
configure:37428: checking for the location of libpng | |
configure:37443: result: /usr | |
configure:37479: checking for the location of libXpm | |
configure:37494: result: no | |
configure:37503: checking for FreeType 2 | |
configure:37518: result: no | |
configure:37527: checking for T1lib support | |
configure:37542: result: no | |
configure:37551: checking whether to enable truetype string function in GD | |
configure:37565: result: no | |
configure:37574: checking whether to enable JIS-mapped Japanese font support in GD | |
configure:37588: result: no | |
configure:37951: result: If configure fails try --with-vpx-dir=<DIR> | |
configure:38063: checking for jpeg_read_header in -ljpeg | |
configure:38088: cc -o conftest -g -O2 -fvisibility=hidden -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:38088: $? = 0 | |
configure:38097: result: yes | |
configure:38362: checking for png_write_image in -lpng | |
configure:38387: cc -o conftest -g -O2 -fvisibility=hidden -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu -lz conftest.c -lpng -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:38387: $? = 0 | |
configure:38396: result: yes | |
configure:39036: result: If configure fails try --with-xpm-dir=<DIR> | |
configure:39197: result: If configure fails try --with-freetype-dir=<DIR> | |
configure:39517: checking for fabsf | |
configure:39517: cc -o conftest -g -O2 -fvisibility=hidden -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
conftest.c:297:6: warning: conflicting types for built-in function 'fabsf' [enabled by default] | |
char fabsf (); | |
^ | |
configure:39517: $? = 0 | |
configure:39517: result: yes | |
configure:39517: checking for floorf | |
configure:39517: cc -o conftest -g -O2 -fvisibility=hidden -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
conftest.c:298:6: warning: conflicting types for built-in function 'floorf' [enabled by default] | |
char floorf (); | |
^ | |
configure:39517: $? = 0 | |
configure:39517: result: yes | |
configure:42801: cc -o conftest -g -O2 -fvisibility=hidden -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:42801: $? = 0 | |
configure:42801: ./conftest | |
configure:42801: $? = 0 | |
configure:43033: checking for GNU gettext support | |
configure:43069: result: no | |
configure:43798: checking for GNU MP support | |
configure:43834: result: no | |
configure:44584: checking for mhash support | |
configure:44620: result: no | |
configure:44629: checking whether to enable hash support | |
configure:44664: result: yes | |
configure:44685: checking whether byte ordering is bigendian | |
configure:44722: result: no | |
configure:44735: checking size of short | |
configure:44740: cc -o conftest -g -O2 -fvisibility=hidden -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:44740: $? = 0 | |
configure:44740: ./conftest | |
configure:44740: $? = 0 | |
configure:44754: result: 2 | |
configure:44768: checking size of int | |
configure:44787: result: 4 | |
configure:44801: checking size of long | |
configure:44820: result: 4 | |
configure:44834: checking size of long long | |
configure:44853: result: 8 | |
configure:45193: checking for iconv support | |
configure:45229: result: yes | |
configure:45258: checking for iconv | |
configure:45258: cc -o conftest -g -O2 -fvisibility=hidden -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c >&5 | |
configure:45258: $? = 0 | |
configure:45258: result: yes | |
configure:45798: checking if iconv is glibc's | |
configure:45811: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:45811: $? = 0 | |
configure:45813: result: yes | |
configure:46090: checking if iconv supports errno | |
configure:46125: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:46125: $? = 0 | |
configure:46125: ./conftest | |
configure:46125: $? = 0 | |
configure:46127: result: yes | |
configure:46153: checking if your cpp allows macro usage in include lines | |
configure:46169: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:46169: $? = 0 | |
configure:46171: result: yes | |
configure:46524: checking for IMAP support | |
configure:46560: result: no | |
configure:46569: checking for IMAP Kerberos support | |
configure:46584: result: yes | |
configure:46593: checking for IMAP SSL support | |
configure:46608: result: no | |
configure:49029: checking for InterBase support | |
configure:49065: result: no | |
configure:49968: checking whether to enable internationalization support | |
configure:50003: result: no | |
configure:51312: checking whether to enable JavaScript Object Serialization support | |
configure:51347: result: yes | |
configure:51357: checking for ANSI C header files | |
configure:51461: result: yes | |
configure:51796: checking for LDAP support | |
configure:51832: result: no | |
configure:51841: checking for LDAP Cyrus SASL support | |
configure:51856: result: no | |
configure:54894: checking whether to enable multibyte string support | |
configure:54929: result: yes | |
configure:54938: checking whether to enable multibyte regex support | |
configure:54952: result: yes | |
configure:54961: checking whether to check multibyte regex backtrack | |
configure:54975: result: yes | |
configure:54984: checking for external libmbfl | |
configure:54999: result: no | |
configure:55008: checking for external oniguruma | |
configure:55023: result: no | |
configure:55048: checking for variable length prototypes and stdarg.h | |
configure:55081: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:55081: $? = 0 | |
configure:55081: ./conftest | |
configure:55081: $? = 0 | |
configure:55092: result: yes | |
configure:55098: checking for stdlib.h | |
configure:55098: result: yes | |
configure:55098: checking for string.h | |
configure:55098: result: yes | |
configure:55098: checking for strings.h | |
configure:55098: result: yes | |
configure:55098: checking for unistd.h | |
configure:55098: result: yes | |
configure:55098: checking for sys/time.h | |
configure:55098: result: yes | |
configure:55098: checking sys/times.h usability | |
configure:55098: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:55098: $? = 0 | |
configure:55098: result: yes | |
configure:55098: checking sys/times.h presence | |
configure:55098: cc -E conftest.c | |
configure:55098: $? = 0 | |
configure:55098: result: yes | |
configure:55098: checking for sys/times.h | |
configure:55098: result: yes | |
configure:55098: checking for stdarg.h | |
configure:55098: result: yes | |
configure:55112: checking size of int | |
configure:55131: result: 4 | |
configure:55145: checking size of short | |
configure:55164: result: 2 | |
configure:55178: checking size of long | |
configure:55197: result: 4 | |
configure:55207: checking for an ANSI C-conforming const | |
configure:55273: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:55273: $? = 0 | |
configure:55280: result: yes | |
configure:55288: checking whether time.h and sys/time.h may both be included | |
configure:55308: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:55308: $? = 0 | |
configure:55315: result: yes | |
configure:55325: checking for working alloca.h | |
configure:55350: result: yes | |
configure:55358: checking for alloca | |
configure:55403: result: yes | |
configure:55509: checking for working memcmp | |
configure:55552: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:55552: $? = 0 | |
configure:55552: ./conftest | |
configure:55552: $? = 0 | |
configure:55562: result: yes | |
configure:55571: checking for stdarg.h | |
configure:55571: result: yes | |
configure:57004: checking for mcrypt support | |
configure:57040: result: yes | |
configure:57058: checking for libmcrypt version | |
configure:57072: result: >= 2.5.6 | |
configure:57182: checking for mcrypt_module_open in -lmcrypt | |
configure:57207: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu -lltdl conftest.c -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
/usr/bin/ld: cannot find -lltdl | |
collect2: error: ld returned 1 exit status | |
configure:57207: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 | |
| /* 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 mcrypt_module_open (); | |
| int | |
| main () | |
| { | |
| return mcrypt_module_open (); | |
| ; | |
| return 0; | |
| } | |
configure:57216: result: no | |
configure:57354: checking for mcrypt_module_open in -lmcrypt | |
configure:57379: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:57379: $? = 0 | |
configure:57388: result: yes | |
configure:57847: checking for MSSQL support via FreeTDS | |
configure:57883: result: no | |
configure:58507: checking for MySQL support | |
configure:58543: result: yes | |
configure:58552: checking for specified location of the MySQL UNIX socket | |
configure:58567: result: no | |
configure:59411: checking for MySQL UNIX socket location | |
configure:59455: result: no | |
configure:59789: checking for MySQLi support | |
configure:59825: result: yes | |
configure:59834: checking whether to enable embedded MySQLi support | |
configure:59848: result: no | |
configure:60884: checking for Oracle Database OCI8 support | |
configure:60920: result: no | |
configure:64656: checking whether to enable Zend OPcache support | |
configure:64691: result: yes | |
configure:64699: checking for mprotect | |
configure:64699: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:64699: $? = 0 | |
configure:64699: result: yes | |
configure:64709: checking for sysvipc shared memory support | |
configure:64782: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:64782: $? = 0 | |
configure:64782: ./conftest | |
configure:64782: $? = 0 | |
configure:64794: result: yes | |
configure:64797: checking for mmap() using MAP_ANON shared memory support | |
configure:64852: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:64852: $? = 0 | |
configure:64852: ./conftest | |
configure:64852: $? = 0 | |
configure:64864: result: yes | |
configure:64867: checking for mmap() using /dev/zero shared memory support | |
configure:64925: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:64925: $? = 0 | |
configure:64925: ./conftest | |
configure:64925: $? = 0 | |
configure:64937: result: yes | |
configure:64940: checking for mmap() using shm_open() shared memory support | |
configure:65012: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
/tmp/ccZ8di5a.o: In function `main': | |
/tmp/php-build/source/5.5.11/conftest.c:342: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' | |
configure:65012: $? = 0 | |
configure:65012: ./conftest | |
configure:65012: $? = 0 | |
configure:65024: result: yes | |
configure:65027: checking for mmap() using regular file shared memory support | |
configure:65099: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
/tmp/ccHAS4Bj.o: In function `main': | |
/tmp/php-build/source/5.5.11/conftest.c:343: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' | |
configure:65099: $? = 0 | |
configure:65099: ./conftest | |
configure:65099: $? = 0 | |
configure:65111: result: yes | |
configure:65115: checking "whether flock struct is linux ordered" | |
configure:65136: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:65136: $? = 0 | |
configure:65136: ./conftest | |
configure:65136: $? = 0 | |
configure:65142: result: "yes" | |
configure:65154: checking "whether flock struct is BSD ordered" | |
configure:65175: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:65175: $? = 0 | |
configure:65175: ./conftest | |
configure:65175: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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:65185: result: "no" | |
configure:65550: checking whether to enable pcntl support | |
configure:65585: result: yes | |
configure:65594: checking for fork | |
configure:65594: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
conftest.c:346:6: warning: conflicting types for built-in function 'fork' [enabled by default] | |
char fork (); | |
^ | |
configure:65594: $? = 0 | |
configure:65594: result: yes | |
configure:65609: checking for waitpid | |
configure:65609: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:65609: $? = 0 | |
configure:65609: result: yes | |
configure:65624: checking for sigaction | |
configure:65624: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:65624: $? = 0 | |
configure:65624: result: yes | |
configure:65640: checking for getpriority | |
configure:65640: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:65640: $? = 0 | |
configure:65640: result: yes | |
configure:65640: checking for setpriority | |
configure:65640: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:65640: $? = 0 | |
configure:65640: result: yes | |
configure:65640: checking for wait3 | |
configure:65640: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:65640: $? = 0 | |
configure:65640: result: yes | |
configure:65640: checking for sigprocmask | |
configure:65640: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:65640: $? = 0 | |
configure:65640: result: yes | |
configure:65640: checking for sigwaitinfo | |
configure:65640: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:65640: $? = 0 | |
configure:65640: result: yes | |
configure:65640: checking for sigtimedwait | |
configure:65640: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:65640: $? = 0 | |
configure:65640: result: yes | |
configure:65950: checking whether to enable PDO support | |
configure:65985: result: yes | |
configure:66385: checking for PDO_DBLIB support via FreeTDS | |
configure:66421: result: no | |
configure:67101: checking for Firebird support for PDO | |
configure:67137: result: no | |
configure:68093: checking for MySQL support for PDO | |
configure:68129: result: yes | |
configure:69155: checking for PDO includes | |
configure:69161: checking for PDO includes | |
configure:69172: result: /tmp/php-build/source/5.5.11/ext | |
configure:69548: checking Oracle OCI support for PDO | |
configure:69584: result: no | |
configure:71636: checking for ODBC v3 support for PDO | |
configure:71672: result: no | |
configure:72795: checking for PostgreSQL support for PDO | |
configure:72831: result: no | |
configure:73680: checking for sqlite 3 support for PDO | |
configure:73716: result: yes | |
configure:73730: checking for PDO includes | |
configure:73747: result: /tmp/php-build/source/5.5.11/ext | |
configure:74927: checking for usleep | |
configure:74927: result: yes | |
configure:74927: checking for nanosleep | |
configure:74927: result: yes | |
configure:74938: checking time.h usability | |
configure:74938: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:74938: $? = 0 | |
configure:74938: result: yes | |
configure:74938: checking time.h presence | |
configure:74938: cc -E conftest.c | |
configure:74938: $? = 0 | |
configure:74938: result: yes | |
configure:74938: checking for time.h | |
configure:74938: result: yes | |
configure:75045: checking for fdatasync in -lrt | |
configure:75070: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:75070: $? = 0 | |
configure:75079: result: yes | |
configure:75146: checking for PostgreSQL support | |
configure:75182: result: no | |
configure:76881: checking for phar archive support | |
configure:76916: result: no | |
configure:77318: checking whether to enable POSIX-like functions | |
configure:77353: result: yes | |
configure:77659: checking sys/mkdev.h usability | |
configure:77659: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c:373:23: fatal error: sys/mkdev.h: No such file or directory | |
#include <sys/mkdev.h> | |
^ | |
compilation terminated. | |
configure:77659: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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:77659: result: no | |
configure:77659: checking sys/mkdev.h presence | |
configure:77659: cc -E conftest.c | |
conftest.c:340:23: fatal error: sys/mkdev.h: No such file or directory | |
#include <sys/mkdev.h> | |
^ | |
compilation terminated. | |
configure:77659: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 1 | |
| #define HAVE_POSIX 1 | |
| /* end confdefs.h. */ | |
| #include <sys/mkdev.h> | |
configure:77659: result: no | |
configure:77659: checking for sys/mkdev.h | |
configure:77659: result: no | |
configure:77673: checking for seteuid | |
configure:77673: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:77673: $? = 0 | |
configure:77673: result: yes | |
configure:77673: checking for setegid | |
configure:77673: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:77673: $? = 0 | |
configure:77673: result: yes | |
configure:77673: checking for setsid | |
configure:77673: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:77673: $? = 0 | |
configure:77673: result: yes | |
configure:77673: checking for getsid | |
configure:77673: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:77673: $? = 0 | |
configure:77673: result: yes | |
configure:77673: checking for setpgid | |
configure:77673: result: yes | |
configure:77673: checking for getpgid | |
configure:77673: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:77673: $? = 0 | |
configure:77673: result: yes | |
configure:77673: checking for ctermid | |
configure:77673: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:77673: $? = 0 | |
configure:77673: result: yes | |
configure:77673: checking for mkfifo | |
configure:77673: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:77673: $? = 0 | |
configure:77673: result: yes | |
configure:77673: checking for mknod | |
configure:77673: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:77673: $? = 0 | |
configure:77673: result: yes | |
configure:77673: checking for getrlimit | |
configure:77673: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:77673: $? = 0 | |
configure:77673: result: yes | |
configure:77673: checking for getlogin | |
configure:77673: result: yes | |
configure:77673: checking for getgroups | |
configure:77673: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:77673: $? = 0 | |
configure:77673: result: yes | |
configure:77673: checking for makedev | |
configure:77673: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
/tmp/ccsFnyFX.o: In function `main': | |
/tmp/php-build/source/5.5.11/conftest.c:386: undefined reference to `makedev' | |
collect2: error: ld returned 1 exit status | |
configure:77673: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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:77673: result: no | |
configure:77673: checking for initgroups | |
configure:77673: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:77673: $? = 0 | |
configure:77673: result: yes | |
configure:77673: checking for getpwuid_r | |
configure:77673: result: yes | |
configure:77673: checking for getgrgid_r | |
configure:77673: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:77673: $? = 0 | |
configure:77673: result: yes | |
configure:77683: checking for working ttyname_r() implementation | |
configure:77704: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:77704: $? = 0 | |
configure:77704: ./conftest | |
configure:77704: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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:77714: result: no, posix_ttyname() will be thread-unsafe | |
configure:77723: checking for utsname.domainname | |
configure:77745: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c:356:0: warning: "_GNU_SOURCE" redefined [enabled by default] | |
#define _GNU_SOURCE | |
^ | |
conftest.c:20:0: note: this is the location of the previous definition | |
#define _GNU_SOURCE 1 | |
^ | |
configure:77745: $? = 0 | |
configure:77757: result: yes | |
configure:77770: checking for PSPELL support | |
configure:77806: result: no | |
configure:78515: checking for libedit readline replacement | |
configure:78551: result: no | |
configure:78561: checking for readline support | |
configure:78597: result: yes | |
configure:78648: checking for tgetent in -lncurses | |
configure:78673: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lncurses -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
/usr/bin/ld: cannot find -lncurses | |
collect2: error: ld returned 1 exit status | |
configure:78673: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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 | |
| /* 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 tgetent (); | |
| int | |
| main () | |
| { | |
| return tgetent (); | |
| ; | |
| return 0; | |
| } | |
configure:78682: result: no | |
configure:78713: checking for tgetent in -ltermcap | |
configure:78738: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:78738: $? = 0 | |
configure:78747: result: yes | |
configure:78879: checking for readline in -lreadline | |
configure:78904: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu -ltermcap conftest.c -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:78904: $? = 0 | |
configure:78913: result: yes | |
configure:79128: checking for rl_pending_input in -lreadline | |
configure:79153: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu -ltermcap conftest.c -lreadline -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:79153: $? = 0 | |
configure:79162: result: yes | |
configure:79279: checking for rl_callback_read_char in -lreadline | |
configure:79304: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu -ltermcap conftest.c -lreadline -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:79304: $? = 0 | |
configure:79313: result: yes | |
configure:79432: checking for rl_on_new_line in -ledit | |
configure:79457: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu -ltermcap conftest.c -ledit -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:79457: $? = 0 | |
configure:79466: result: yes | |
configure:80229: checking for rl_completion_matches | |
configure:80229: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
configure:80229: $? = 0 | |
configure:80229: result: yes | |
configure:80540: checking for recode support | |
configure:80576: result: no | |
configure:81633: checking whether to enable PHP sessions | |
configure:81668: result: yes | |
configure:81677: checking for mm support | |
configure:81692: result: no | |
configure:81700: checking whether pwrite works | |
configure:81733: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
conftest.c: In function 'main': | |
conftest.c:371:17: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] | |
if (fd < 0) exit(1); | |
^ | |
configure:81733: $? = 0 | |
configure:81733: ./conftest | |
configure:81733: $? = 0 | |
configure:81795: result: yes | |
configure:81810: checking whether pread works | |
configure:81843: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto >&5 | |
conftest.c: In function 'main': | |
conftest.c:372:17: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] | |
if (fd < 0) exit(1); | |
^ | |
configure:81843: $? = 0 | |
configure:81843: ./conftest | |
configure:81843: $? = 0 | |
configure:81907: result: yes | |
configure:82443: checking whether to enable shmop support | |
configure:82478: result: yes | |
configure:82787: checking whether to enable SimpleXML support | |
configure:82822: result: yes | |
configure:82861: checking for xml2-config path | |
configure:82875: result: /usr/bin/xml2-config | |
configure:83019: checking whether libxml build works | |
configure:83070: result: yes | |
configure:83430: checking for SNMP support | |
configure:83466: result: no | |
configure:83475: checking OpenSSL dir for SNMP | |
configure:83490: result: no | |
configure:84301: checking whether to enable SOAP support | |
configure:84336: result: yes | |
configure:84375: checking for xml2-config path | |
configure:84389: result: /usr/bin/xml2-config | |
configure:84533: checking whether libxml build works | |
configure:84584: result: yes | |
configure:84906: checking whether to enable sockets support | |
configure:84941: result: yes | |
configure:84948: checking for struct cmsghdr | |
configure:84967: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:84967: $? = 0 | |
configure:84975: result: yes | |
configure:84987: checking for hstrerror | |
configure:84987: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 >&5 | |
configure:84987: $? = 0 | |
configure:84987: result: yes | |
configure:84987: checking for socketpair | |
configure:84987: result: yes | |
configure:84987: checking for if_nametoindex | |
configure:84987: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 >&5 | |
configure:84987: $? = 0 | |
configure:84987: result: yes | |
configure:84987: checking for if_indextoname | |
configure:84987: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 >&5 | |
configure:84987: $? = 0 | |
configure:84987: result: yes | |
configure:84999: checking for netdb.h | |
configure:84999: result: yes | |
configure:84999: checking netinet/tcp.h usability | |
configure:84999: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:84999: $? = 0 | |
configure:84999: result: yes | |
configure:84999: checking netinet/tcp.h presence | |
configure:84999: cc -E conftest.c | |
configure:84999: $? = 0 | |
configure:84999: result: yes | |
configure:84999: checking for netinet/tcp.h | |
configure:84999: result: yes | |
configure:84999: checking sys/un.h usability | |
configure:84999: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:84999: $? = 0 | |
configure:84999: result: yes | |
configure:84999: checking sys/un.h presence | |
configure:84999: cc -E conftest.c | |
configure:84999: $? = 0 | |
configure:84999: result: yes | |
configure:84999: checking for sys/un.h | |
configure:84999: result: yes | |
configure:84999: checking sys/sockio.h usability | |
configure:84999: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c:410:24: fatal error: sys/sockio.h: No such file or directory | |
#include <sys/sockio.h> | |
^ | |
compilation terminated. | |
configure:84999: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_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 <sys/sockio.h> | |
configure:84999: result: no | |
configure:84999: checking sys/sockio.h presence | |
configure:84999: cc -E conftest.c | |
conftest.c:377:24: fatal error: sys/sockio.h: No such file or directory | |
#include <sys/sockio.h> | |
^ | |
compilation terminated. | |
configure:84999: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/sockio.h> | |
configure:84999: result: no | |
configure:84999: checking for sys/sockio.h | |
configure:84999: result: no | |
configure:84999: checking for errno.h | |
configure:84999: result: yes | |
configure:85023: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:85023: $? = 0 | |
configure:85036: checking for field ss_family in struct sockaddr_storage | |
configure:85057: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:85057: $? = 0 | |
configure:85065: result: yes | |
configure:85074: checking if getaddrinfo supports AI_V4MAPPED | |
configure:85093: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:85093: $? = 0 | |
configure:85101: result: yes | |
configure:85426: checking whether zend_object_value is packed | |
configure:85446: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -I/tmp/php-build/source/5.5.11/ext/date/lib -I/tmp/php-build/source/5.5.11/ext/ereg/regex -I/usr/include/libxml2 -I/tmp/php-build/source/5.5.11/ext/mbstring/oniguruma -I/tmp/php-build/source/5.5.11/ext/mbstring/libmbfl -I/tmp/php-build/source/5.5.11/ext/mbstring/libmbfl/mbfl -I/tmp/php-build/source/5.5.11/ext/sqlite3/libsqlite -I/tmp/php-build/source/5.5.11 -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 >&5 | |
configure:85446: $? = 0 | |
configure:85446: ./conftest | |
configure:85446: $? = 0 | |
configure:85449: result: yes | |
configure:85806: checking whether flush should be called explicitly after a buffered io | |
configure:85855: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 >&5 | |
conftest.c: In function 'main': | |
conftest.c:403:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] | |
fgets(buffer, sizeof(buffer), fp); | |
^ | |
conftest.c:406:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] | |
fgets(buffer, sizeof(buffer), fp); | |
^ | |
conftest.c:409:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] | |
fgets(buffer, sizeof(buffer), fp); | |
^ | |
/tmp/ccMK6w8l.o: In function `main': | |
/tmp/php-build/source/5.5.11/conftest.c:389: warning: the use of `tmpnam' is dangerous, better use `mkstemp' | |
configure:85855: $? = 0 | |
configure:85855: ./conftest | |
configure:85855: $? = 0 | |
configure:85869: result: no | |
configure:85878: checking for crypt in -lcrypt | |
configure:85903: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 >&5 | |
configure:85903: $? = 0 | |
configure:85912: result: yes | |
configure:85925: checking for standard DES crypt | |
configure:85955: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
conftest.c: In function 'main': | |
conftest.c:395:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] | |
exit (strcmp((char *)crypt("rasmuslerdorf","rl"),"rl.3StKT.4T8M")); | |
^ | |
configure:85955: $? = 0 | |
configure:85955: ./conftest | |
configure:85955: $? = 0 | |
configure:85969: result: yes | |
configure:85972: checking for extended DES crypt | |
configure:86002: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
conftest.c: In function 'main': | |
conftest.c:395:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] | |
exit (strcmp((char *)crypt("rasmuslerdorf","_J9..rasm"),"_J9..rasmBYk8r9AiWNc")); | |
^ | |
configure:86002: $? = 0 | |
configure:86002: ./conftest | |
./configure: line 2347: 7007 Segmentation fault (core dumped) ./conftest$ac_exeext | |
configure:86002: $? = 139 | |
configure: program exited with status 139 | |
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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #define HAVE_SPL 1 | |
| #define HAVE_CRYPT 1 | |
| /* end confdefs.h. */ | |
| | |
| #if HAVE_UNISTD_H | |
| #include <unistd.h> | |
| #endif | |
| | |
| #if HAVE_CRYPT_H | |
| #include <crypt.h> | |
| #endif | |
| | |
| main() { | |
| #if HAVE_CRYPT | |
| exit (strcmp((char *)crypt("rasmuslerdorf","_J9..rasm"),"_J9..rasmBYk8r9AiWNc")); | |
| #else | |
| exit(0); | |
| #endif | |
| } | |
configure:86016: result: no | |
configure:86019: checking for MD5 crypt | |
configure:86058: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
conftest.c: In function 'main': | |
conftest.c:402:5: warning: incompatible implicit declaration of built-in function 'strcpy' [enabled by default] | |
strcpy(answer,salt); | |
^ | |
conftest.c:403:5: warning: incompatible implicit declaration of built-in function 'strcat' [enabled by default] | |
strcat(answer,"rISCgZzpwk3UhDidwXvin0"); | |
^ | |
conftest.c:404:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] | |
exit (strcmp((char *)crypt("rasmuslerdorf",salt),answer)); | |
^ | |
configure:86058: $? = 0 | |
configure:86058: ./conftest | |
configure:86058: $? = 0 | |
configure:86072: result: yes | |
configure:86075: checking for Blowfish crypt | |
configure:86111: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
conftest.c: In function 'main': | |
conftest.c:398:5: warning: incompatible implicit declaration of built-in function 'strcat' [enabled by default] | |
strcat(salt,"rasmuslerd............"); | |
^ | |
conftest.c:399:5: warning: incompatible implicit declaration of built-in function 'strcpy' [enabled by default] | |
strcpy(answer,salt); | |
^ | |
conftest.c:401:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] | |
exit (strcmp((char *)crypt("rasmuslerdorf",salt),answer)); | |
^ | |
configure:86111: $? = 0 | |
configure:86111: ./conftest | |
./configure: line 2347: 7031 Segmentation fault (core dumped) ./conftest$ac_exeext | |
configure:86111: $? = 139 | |
configure: program exited with status 139 | |
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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #define HAVE_SPL 1 | |
| #define HAVE_CRYPT 1 | |
| /* end confdefs.h. */ | |
| | |
| #if HAVE_UNISTD_H | |
| #include <unistd.h> | |
| #endif | |
| | |
| #if HAVE_CRYPT_H | |
| #include <crypt.h> | |
| #endif | |
| | |
| main() { | |
| #if HAVE_CRYPT | |
| char salt[30], answer[70]; | |
| | |
| salt[0]='$'; salt[1]='2'; salt[2]='a'; salt[3]='$'; salt[4]='0'; salt[5]='7'; salt[6]='$'; salt[7]='\0'; | |
| strcat(salt,"rasmuslerd............"); | |
| strcpy(answer,salt); | |
| strcpy(&answer[29],"nIdrcHdxcUxWomQX9j6kvERCFjTg7Ra"); | |
| exit (strcmp((char *)crypt("rasmuslerdorf",salt),answer)); | |
| #else | |
| exit(0); | |
| #endif | |
| } | |
configure:86125: result: no | |
configure:86128: checking for SHA512 crypt | |
configure:86163: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
conftest.c: In function 'main': | |
conftest.c:397:5: warning: incompatible implicit declaration of built-in function 'strcpy' [enabled by default] | |
strcpy(salt,"$6$rasmuslerdorf$"); | |
^ | |
conftest.c:399:5: warning: incompatible implicit declaration of built-in function 'strcat' [enabled by default] | |
strcat(answer, "EeHCRjm0bljalWuALHSTs1NB9ipEiLEXLhYeXdOpx22gmlmVejnVXFhd84cEKbYxCo.XuUTrW.RLraeEnsvWs/"); | |
^ | |
conftest.c:400:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] | |
exit (strcmp((char *)crypt("rasmuslerdorf",salt),answer)); | |
^ | |
configure:86163: $? = 0 | |
configure:86163: ./conftest | |
configure:86163: $? = 0 | |
configure:86177: result: yes | |
configure:86180: checking for SHA256 crypt | |
configure:86216: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
conftest.c: In function 'main': | |
conftest.c:397:5: warning: incompatible implicit declaration of built-in function 'strcpy' [enabled by default] | |
strcpy(salt,"$5$rasmuslerdorf$"); | |
^ | |
conftest.c:399:5: warning: incompatible implicit declaration of built-in function 'strcat' [enabled by default] | |
strcat(answer, "cFAm2puLCujQ9t.0CxiFIIvFi4JyQx5UncCt/xRIX23"); | |
^ | |
conftest.c:400:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] | |
exit (strcmp((char *)crypt("rasmuslerdorf",salt),answer)); | |
^ | |
configure:86216: $? = 0 | |
configure:86216: ./conftest | |
configure:86216: $? = 0 | |
configure:86230: result: yes | |
configure:86236: checking whether the compiler supports __alignof__ | |
configure:86256: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:86256: $? = 0 | |
configure:86267: result: yes | |
configure:86275: checking whether the compiler supports aligned attribute | |
configure:86295: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:86295: $? = 0 | |
configure:86306: result: yes | |
configure:86483: checking for getcwd | |
configure:86483: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
configure:86483: $? = 0 | |
configure:86483: result: yes | |
configure:86483: checking for getwd | |
configure:86483: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
/tmp/ccZ3vzRb.o: In function `main': | |
/tmp/php-build/source/5.5.11/conftest.c:428: warning: the `getwd' function is dangerous and should not be used. | |
configure:86483: $? = 0 | |
configure:86483: result: yes | |
configure:86483: checking for asinh | |
configure:86483: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
conftest.c:418:6: warning: conflicting types for built-in function 'asinh' [enabled by default] | |
char asinh (); | |
^ | |
configure:86483: $? = 0 | |
configure:86483: result: yes | |
configure:86483: checking for acosh | |
configure:86483: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
conftest.c:419:6: warning: conflicting types for built-in function 'acosh' [enabled by default] | |
char acosh (); | |
^ | |
configure:86483: $? = 0 | |
configure:86483: result: yes | |
configure:86483: checking for atanh | |
configure:86483: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
conftest.c:420:6: warning: conflicting types for built-in function 'atanh' [enabled by default] | |
char atanh (); | |
^ | |
configure:86483: $? = 0 | |
configure:86483: result: yes | |
configure:86483: checking for log1p | |
configure:86483: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
conftest.c:421:6: warning: conflicting types for built-in function 'log1p' [enabled by default] | |
char log1p (); | |
^ | |
configure:86483: $? = 0 | |
configure:86483: result: yes | |
configure:86483: checking for hypot | |
configure:86483: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
conftest.c:422:6: warning: conflicting types for built-in function 'hypot' [enabled by default] | |
char hypot (); | |
^ | |
configure:86483: $? = 0 | |
configure:86483: result: yes | |
configure:86483: checking for glob | |
configure:86483: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
configure:86483: $? = 0 | |
configure:86483: result: yes | |
configure:86483: checking for strfmon | |
configure:86483: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
conftest.c:424:6: warning: conflicting types for built-in function 'strfmon' [enabled by default] | |
char strfmon (); | |
^ | |
configure:86483: $? = 0 | |
configure:86483: result: yes | |
configure:86483: checking for nice | |
configure:86483: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
configure:86483: $? = 0 | |
configure:86483: result: yes | |
configure:86483: checking for fpclass | |
configure:86483: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
/tmp/ccmkjLlP.o: In function `main': | |
/tmp/php-build/source/5.5.11/conftest.c:437: undefined reference to `fpclass' | |
collect2: error: ld returned 1 exit status | |
configure:86483: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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:86483: result: no | |
configure:86483: checking for isinf | |
configure:86483: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
conftest.c:426:6: warning: conflicting types for built-in function 'isinf' [enabled by default] | |
char isinf (); | |
^ | |
configure:86483: $? = 0 | |
configure:86483: result: yes | |
configure:86483: checking for isnan | |
configure:86483: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
conftest.c:427:6: warning: conflicting types for built-in function 'isnan' [enabled by default] | |
char isnan (); | |
^ | |
configure:86483: $? = 0 | |
configure:86483: result: yes | |
configure:86483: checking for mempcpy | |
configure:86483: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
conftest.c:428:6: warning: conflicting types for built-in function 'mempcpy' [enabled by default] | |
char mempcpy (); | |
^ | |
configure:86483: $? = 0 | |
configure:86483: result: yes | |
configure:86483: checking for strpncpy | |
configure:86483: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
/tmp/cc2QBQN8.o: In function `main': | |
/tmp/php-build/source/5.5.11/conftest.c:440: undefined reference to `strpncpy' | |
collect2: error: ld returned 1 exit status | |
configure:86483: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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:86483: result: no | |
configure:86492: checking for working POSIX fnmatch | |
configure:86525: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
configure:86525: $? = 0 | |
configure:86525: ./conftest | |
configure:86525: $? = 0 | |
configure:86535: result: yes | |
configure:86548: checking for fork | |
configure:86548: result: yes | |
configure:86564: checking if your OS can spawn processes with inherited handles | |
configure:86567: result: yes | |
configure:86610: checking for res_nsearch | |
configure:86610: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
/tmp/ccD3jl7e.o: In function `main': | |
/tmp/php-build/source/5.5.11/conftest.c:443: undefined reference to `res_nsearch' | |
collect2: error: ld returned 1 exit status | |
configure:86610: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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 | |
| /* end confdefs.h. */ | |
| /* Define res_nsearch to an innocuous variant, in case <limits.h> declares res_nsearch. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define res_nsearch innocuous_res_nsearch | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char res_nsearch (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef res_nsearch | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char res_nsearch (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_res_nsearch || defined __stub___res_nsearch | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return res_nsearch (); | |
| ; | |
| return 0; | |
| } | |
configure:86610: result: no | |
configure:86614: checking for __res_nsearch | |
configure:86614: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
/tmp/ccPaLEw9.o: In function `main': | |
/tmp/php-build/source/5.5.11/conftest.c:443: undefined reference to `__res_nsearch' | |
collect2: error: ld returned 1 exit status | |
configure:86614: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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 | |
| /* end confdefs.h. */ | |
| /* Define __res_nsearch to an innocuous variant, in case <limits.h> declares __res_nsearch. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define __res_nsearch innocuous___res_nsearch | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char __res_nsearch (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef __res_nsearch | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char __res_nsearch (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub___res_nsearch || defined __stub_____res_nsearch | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return __res_nsearch (); | |
| ; | |
| return 0; | |
| } | |
configure:86614: result: no | |
configure:86637: checking for res_nsearch in -lresolv | |
configure:86662: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lresolv -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
/tmp/ccfsIhfe.o: In function `main': | |
/tmp/php-build/source/5.5.11/conftest.c:420: undefined reference to `res_nsearch' | |
collect2: error: ld returned 1 exit status | |
configure:86662: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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 | |
| /* 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 res_nsearch (); | |
| int | |
| main () | |
| { | |
| return res_nsearch (); | |
| ; | |
| return 0; | |
| } | |
configure:86671: result: no | |
configure:86677: checking for __res_nsearch in -lresolv | |
configure:86702: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lresolv -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
configure:86702: $? = 0 | |
configure:86711: result: yes | |
configure:86733: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt -lresolv >&5 | |
configure:86733: $? = 0 | |
configure:86733: ./conftest | |
configure:86733: $? = 0 | |
configure:87048: checking for dns_search | |
configure:87048: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lresolv -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
/tmp/ccY5fuGr.o: In function `main': | |
/tmp/php-build/source/5.5.11/conftest.c:445: undefined reference to `dns_search' | |
collect2: error: ld returned 1 exit status | |
configure:87048: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 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:87048: result: no | |
configure:87052: checking for __dns_search | |
configure:87052: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lresolv -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
/tmp/ccz2BGVt.o: In function `main': | |
/tmp/php-build/source/5.5.11/conftest.c:445: undefined reference to `__dns_search' | |
collect2: error: ld returned 1 exit status | |
configure:87052: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 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:87052: result: no | |
configure:87075: checking for dns_search in -lresolv | |
configure:87100: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lresolv -lresolv -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
/tmp/cczvWSTz.o: In function `main': | |
/tmp/php-build/source/5.5.11/conftest.c:422: undefined reference to `dns_search' | |
collect2: error: ld returned 1 exit status | |
configure:87100: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char dns_search (); | |
| int | |
| main () | |
| { | |
| return dns_search (); | |
| ; | |
| return 0; | |
| } | |
configure:87109: result: no | |
configure:87115: checking for __dns_search in -lresolv | |
configure:87140: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lresolv -lresolv -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
/tmp/ccTRS4wE.o: In function `main': | |
/tmp/php-build/source/5.5.11/conftest.c:422: undefined reference to `__dns_search' | |
collect2: error: ld returned 1 exit status | |
configure:87140: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char __dns_search (); | |
| int | |
| main () | |
| { | |
| return __dns_search (); | |
| ; | |
| return 0; | |
| } | |
configure:87149: result: no | |
configure:87207: checking for dns_search in -lbind | |
configure:87232: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lbind -lresolv -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
/usr/bin/ld: cannot find -lbind | |
collect2: error: ld returned 1 exit status | |
configure:87232: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char dns_search (); | |
| int | |
| main () | |
| { | |
| return dns_search (); | |
| ; | |
| return 0; | |
| } | |
configure:87241: result: no | |
configure:87247: checking for __dns_search in -lbind | |
configure:87272: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lbind -lresolv -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
/usr/bin/ld: cannot find -lbind | |
collect2: error: ld returned 1 exit status | |
configure:87272: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char __dns_search (); | |
| int | |
| main () | |
| { | |
| return __dns_search (); | |
| ; | |
| return 0; | |
| } | |
configure:87281: result: no | |
configure:87339: checking for dns_search in -lsocket | |
configure:87364: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lsocket -lresolv -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
/usr/bin/ld: cannot find -lsocket | |
collect2: error: ld returned 1 exit status | |
configure:87364: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char dns_search (); | |
| int | |
| main () | |
| { | |
| return dns_search (); | |
| ; | |
| return 0; | |
| } | |
configure:87373: result: no | |
configure:87379: checking for __dns_search in -lsocket | |
configure:87404: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lsocket -lresolv -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
/usr/bin/ld: cannot find -lsocket | |
collect2: error: ld returned 1 exit status | |
configure:87404: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 1 | |
| /* end confdefs.h. */ | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char __dns_search (); | |
| int | |
| main () | |
| { | |
| return __dns_search (); | |
| ; | |
| return 0; | |
| } | |
configure:87413: result: no | |
configure:87486: checking for dn_expand | |
configure:87486: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lresolv -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
configure:87486: $? = 0 | |
configure:87486: result: yes | |
configure:87924: checking for dn_skipname | |
configure:87924: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lresolv -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
/tmp/ccNQoKRQ.o: In function `main': | |
/tmp/php-build/source/5.5.11/conftest.c:446: undefined reference to `dn_skipname' | |
collect2: error: ld returned 1 exit status | |
configure:87924: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 1 | |
| #define HAVE_DN_EXPAND 1 | |
| /* end confdefs.h. */ | |
| /* Define dn_skipname to an innocuous variant, in case <limits.h> declares dn_skipname. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define dn_skipname innocuous_dn_skipname | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char dn_skipname (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef dn_skipname | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char dn_skipname (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_dn_skipname || defined __stub___dn_skipname | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return dn_skipname (); | |
| ; | |
| return 0; | |
| } | |
configure:87924: result: no | |
configure:87928: checking for __dn_skipname | |
configure:87928: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lresolv -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
configure:87928: $? = 0 | |
configure:87928: result: yes | |
configure:88364: checking for res_search | |
configure:88364: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lresolv -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
configure:88364: $? = 0 | |
configure:88364: result: yes | |
configure:88798: checking whether atof() accepts NAN | |
configure:88829: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lresolv -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
configure:88829: $? = 0 | |
configure:88829: ./conftest | |
configure:88829: $? = 0 | |
configure:88843: result: yes | |
configure:88851: checking whether atof() accepts INF | |
configure:88885: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lresolv -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
configure:88885: $? = 0 | |
configure:88885: ./conftest | |
configure:88885: $? = 0 | |
configure:88899: result: yes | |
configure:88907: checking whether HUGE_VAL == INF | |
configure:88941: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lresolv -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
configure:88941: $? = 0 | |
configure:88941: ./conftest | |
configure:88941: $? = 0 | |
configure:88955: result: yes | |
configure:88963: checking whether HUGE_VAL + -HUGEVAL == NAN | |
configure:88999: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lresolv -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
configure:88999: $? = 0 | |
configure:88999: ./conftest | |
configure:88999: $? = 0 | |
configure:89013: result: yes | |
configure:89021: checking whether strptime() declaration fails | |
configure:89047: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:429:5: error: conflicting types for 'strptime' | |
int strptime(const char *s, const char *format, struct tm *tm); | |
^ | |
In file included from conftest.c:419:0: | |
/usr/include/time.h:213:14: note: previous declaration of 'strptime' was here | |
extern char *strptime (const char *__restrict __s, | |
^ | |
configure:89047: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 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:89058: result: yes | |
configure:89068: checking wchar.h usability | |
configure:89068: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:89068: $? = 0 | |
configure:89068: result: yes | |
configure:89068: checking wchar.h presence | |
configure:89068: cc -E conftest.c | |
configure:89068: $? = 0 | |
configure:89068: result: yes | |
configure:89068: checking for wchar.h | |
configure:89068: result: yes | |
configure:89080: checking for mblen | |
configure:89080: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lresolv -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
configure:89080: $? = 0 | |
configure:89080: result: yes | |
configure:89092: checking for mbrlen | |
configure:89092: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lresolv -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
configure:89092: $? = 0 | |
configure:89092: result: yes | |
configure:89092: checking for mbsinit | |
configure:89092: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -lresolv -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
configure:89092: $? = 0 | |
configure:89092: result: yes | |
configure:89101: checking for mbstate_t | |
configure:89124: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:89124: $? = 0 | |
configure:89135: result: yes | |
configure:89145: checking atomic.h usability | |
configure:89145: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c:457:20: fatal error: atomic.h: No such file or directory | |
#include <atomic.h> | |
^ | |
compilation terminated. | |
configure:89145: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 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:89145: result: no | |
configure:89145: checking atomic.h presence | |
configure:89145: cc -E conftest.c | |
conftest.c:424:20: fatal error: atomic.h: No such file or directory | |
#include <atomic.h> | |
^ | |
compilation terminated. | |
configure:89145: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 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:89145: result: no | |
configure:89145: checking for atomic.h | |
configure:89145: result: no | |
configure:89519: checking for Sybase-CT support | |
configure:89555: result: no | |
configure:91939: checking whether to enable System V IPC support | |
configure:91974: result: no | |
configure:92293: checking whether to enable System V semaphore support | |
configure:92328: result: yes | |
configure:92631: checking for union semun | |
configure:92651: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:433:13: error: storage size of 'x' isn't known | |
union semun x; | |
^ | |
configure:92651: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 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_SYSVSEM 1 | |
| /* end confdefs.h. */ | |
| | |
| #include <sys/types.h> | |
| #include <sys/ipc.h> | |
| #include <sys/sem.h> | |
| | |
| int | |
| main () | |
| { | |
| union semun x; | |
| ; | |
| return 0; | |
| } | |
configure:92663: result: no | |
configure:92680: checking whether to enable System V shared memory support | |
configure:92715: result: yes | |
configure:93024: checking for TIDY support | |
configure:93060: result: yes | |
configure:93314: checking for tidyOptGetDoc in -ltidy | |
configure:93339: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -ltidy -ltidy -lresolv -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt >&5 | |
configure:93339: $? = 0 | |
configure:93348: result: yes | |
configure:93677: checking whether to enable tokenizer support | |
configure:93712: result: yes | |
configure:94024: checking whether to enable WDDX support | |
configure:94059: result: no | |
configure:94094: checking libexpat dir for WDDX | |
configure:94109: result: no | |
configure:94870: checking whether to enable XML support | |
configure:94905: result: yes | |
configure:94940: checking libexpat install dir | |
configure:94955: result: no | |
configure:94970: checking for xml2-config path | |
configure:94984: result: /usr/bin/xml2-config | |
configure:95128: checking whether libxml build works | |
configure:95179: result: yes | |
configure:95686: checking whether to enable XMLReader support | |
configure:95721: result: yes | |
configure:95760: checking for xml2-config path | |
configure:95774: result: /usr/bin/xml2-config | |
configure:95918: checking whether libxml build works | |
configure:95969: result: yes | |
configure:96323: checking for XMLRPC-EPI support | |
configure:96359: result: yes | |
configure:96394: checking libexpat dir for XMLRPC-EPI | |
configure:96409: result: no | |
configure:96418: checking iconv dir for XMLRPC-EPI | |
configure:96433: result: no | |
configure:96474: checking for xml2-config path | |
configure:96488: result: /usr/bin/xml2-config | |
configure:96632: checking whether libxml build works | |
configure:96683: result: yes | |
configure:97486: checking for ranlib | |
configure:97502: found /usr/bin/ranlib | |
configure:97513: result: ranlib | |
configure:97535: checking for inline | |
configure:97551: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:97551: $? = 0 | |
configure:97559: result: inline | |
configure:97588: checking for ANSI C header files | |
configure:97692: result: yes | |
configure:97703: checking xmlparse.h usability | |
configure:97703: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c:470:22: fatal error: xmlparse.h: No such file or directory | |
#include <xmlparse.h> | |
^ | |
compilation terminated. | |
configure:97703: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 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_SYSVSEM 1 | |
| #define HAVE_SEMUN 0 | |
| #define HAVE_SYSVSHM 1 | |
| #define HAVE_TIDYOPTGETDOC 1 | |
| #define HAVE_TIDY 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLREADER 1 | |
| #define HAVE_XMLRPC 1 | |
| #define HAVE_LIBXML 1 | |
| #define UNDEF_THREADS_HACK /**/ | |
| #define STDC_HEADERS 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 <xmlparse.h> | |
configure:97703: result: no | |
configure:97703: checking xmlparse.h presence | |
configure:97703: cc -E conftest.c | |
conftest.c:437:22: fatal error: xmlparse.h: No such file or directory | |
#include <xmlparse.h> | |
^ | |
compilation terminated. | |
configure:97703: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 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_SYSVSEM 1 | |
| #define HAVE_SEMUN 0 | |
| #define HAVE_SYSVSHM 1 | |
| #define HAVE_TIDYOPTGETDOC 1 | |
| #define HAVE_TIDY 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLREADER 1 | |
| #define HAVE_XMLRPC 1 | |
| #define HAVE_LIBXML 1 | |
| #define UNDEF_THREADS_HACK /**/ | |
| #define STDC_HEADERS 1 | |
| /* end confdefs.h. */ | |
| #include <xmlparse.h> | |
configure:97703: result: no | |
configure:97703: checking for xmlparse.h | |
configure:97703: result: no | |
configure:97703: checking xmltok.h usability | |
configure:97703: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c:470:20: fatal error: xmltok.h: No such file or directory | |
#include <xmltok.h> | |
^ | |
compilation terminated. | |
configure:97703: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 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_SYSVSEM 1 | |
| #define HAVE_SEMUN 0 | |
| #define HAVE_SYSVSHM 1 | |
| #define HAVE_TIDYOPTGETDOC 1 | |
| #define HAVE_TIDY 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLREADER 1 | |
| #define HAVE_XMLRPC 1 | |
| #define HAVE_LIBXML 1 | |
| #define UNDEF_THREADS_HACK /**/ | |
| #define STDC_HEADERS 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 <xmltok.h> | |
configure:97703: result: no | |
configure:97703: checking xmltok.h presence | |
configure:97703: cc -E conftest.c | |
conftest.c:437:20: fatal error: xmltok.h: No such file or directory | |
#include <xmltok.h> | |
^ | |
compilation terminated. | |
configure:97703: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 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_SYSVSEM 1 | |
| #define HAVE_SEMUN 0 | |
| #define HAVE_SYSVSHM 1 | |
| #define HAVE_TIDYOPTGETDOC 1 | |
| #define HAVE_TIDY 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLREADER 1 | |
| #define HAVE_XMLRPC 1 | |
| #define HAVE_LIBXML 1 | |
| #define UNDEF_THREADS_HACK /**/ | |
| #define STDC_HEADERS 1 | |
| /* end confdefs.h. */ | |
| #include <xmltok.h> | |
configure:97703: result: no | |
configure:97703: checking for xmltok.h | |
configure:97703: result: no | |
configure:97703: checking for stdlib.h | |
configure:97703: result: yes | |
configure:97703: checking for strings.h | |
configure:97703: result: yes | |
configure:97703: checking for string.h | |
configure:97703: result: yes | |
configure:97722: checking size of char | |
configure:97727: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -ltidy -lresolv -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt -lxml2 -lxml2 -lxml2 >&5 | |
configure:97727: $? = 0 | |
configure:97727: ./conftest | |
configure:97727: $? = 0 | |
configure:97741: result: 1 | |
configure:97756: checking size of int | |
configure:97775: result: 4 | |
configure:97789: checking size of long | |
configure:97808: result: 4 | |
configure:97822: checking size of long long | |
configure:97841: result: 8 | |
configure:97851: checking for size_t | |
configure:97851: result: yes | |
configure:97862: checking whether time.h and sys/time.h may both be included | |
configure:97889: result: yes | |
configure:97897: checking for uid_t in sys/types.h | |
configure:97916: result: yes | |
configure:97939: checking for strtoul | |
configure:97939: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -ltidy -lresolv -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt -lxml2 -lxml2 -lxml2 >&5 | |
configure:97939: $? = 0 | |
configure:97939: result: yes | |
configure:97939: checking for strtoull | |
configure:97939: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -ltidy -lresolv -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt -lxml2 -lxml2 -lxml2 >&5 | |
configure:97939: $? = 0 | |
configure:97939: result: yes | |
configure:97939: checking for snprintf | |
configure:97939: result: yes | |
configure:97939: checking for strstr | |
configure:97939: result: yes | |
configure:97939: checking for strpbrk | |
configure:97939: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr/lib -Wl,-rpath,/usr/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu conftest.c -ltidy -lresolv -lcrypt -lreadline -ltermcap -lrt -lmcrypt -lpng -lz -ljpeg -lcurl -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lcurl -lxml2 -lssl -lcrypto -lxml2 -lxml2 -lcrypt -lxml2 -lxml2 -lxml2 >&5 | |
conftest.c:472:6: warning: conflicting types for built-in function 'strpbrk' [enabled by default] | |
char strpbrk (); | |
^ | |
configure:97939: $? = 0 | |
configure:97939: result: yes | |
configure:97939: checking for strerror | |
configure:97939: result: yes | |
configure:97939: checking for memcpy | |
configure:97939: result: yes | |
configure:97939: checking for memmove | |
configure:97939: result: yes | |
configure:98724: checking whether to enable XMLWriter support | |
configure:98759: result: yes | |
configure:98798: checking for xml2-config path | |
configure:98812: result: /usr/bin/xml2-config | |
configure:98956: checking whether libxml build works | |
configure:99007: result: yes | |
configure:99329: checking for XSL support | |
configure:99365: result: yes | |
configure:99530: checking for EXSLT support | |
configure:99542: result: found | |
configure:100007: checking for zip archive read/writesupport | |
configure:100042: result: yes | |
configure:100077: checking pcre install prefix | |
configure:100092: result: no | |
configure:100122: checking for the location of zlib | |
configure:100127: result: /usr | |
conftest.c:458:29: fatal error: main/php_config.h: No such file or directory | |
#include <main/php_config.h> | |
^ | |
compilation terminated. | |
conftest.c:458:29: fatal error: main/php_config.h: No such file or directory | |
#include <main/php_config.h> | |
^ | |
compilation terminated. | |
configure:100648: checking whether to enable mysqlnd | |
configure:100683: result: no | |
configure:100692: checking whether to disable compressed protocol support in mysqlnd | |
configure:100706: result: yes | |
configure:100760: checking for DSA_get_default_method in -lssl | |
configure:100794: result: no | |
configure:100802: checking for X509_free in -lcrypto | |
configure:100836: result: yes | |
configure:101889: checking whether int8 exists | |
configure:101936: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:485:29: error: 'int8' undeclared (first use in this function) | |
fprintf(fp, "%d\n", sizeof(int8)); | |
^ | |
conftest.c:485:29: note: each undeclared identifier is reported only once for each function it appears in | |
configure:101936: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 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_SYSVSEM 1 | |
| #define HAVE_SEMUN 0 | |
| #define HAVE_SYSVSHM 1 | |
| #define HAVE_TIDYOPTGETDOC 1 | |
| #define HAVE_TIDY 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLREADER 1 | |
| #define HAVE_XMLRPC 1 | |
| #define HAVE_LIBXML 1 | |
| #define UNDEF_THREADS_HACK /**/ | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRPBRK 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLWRITER 1 | |
| #define HAVE_XSL_EXSLT 1 | |
| #define HAVE_XSL 1 | |
| #define HAVE_ZIP 1 | |
| #define MYSQLND_COMPRESSION_WANTED 1 | |
| #define MYSQLND_SSL_SUPPORTED 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define MYSQLND_HAVE_SSL 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #if STDC_HEADERS | |
| #include <stdlib.h> | |
| #include <stddef.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| #include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| #include <unistd.h> | |
| #endif | |
| #ifdef HAVE_SYS_TYPES_H | |
| #include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| #include <stdint.h> | |
| #endif | |
| | |
| | |
| int main() | |
| { | |
| FILE *fp = fopen("conftestval", "w"); | |
| if (!fp) return(1); | |
| fprintf(fp, "%d\n", sizeof(int8)); | |
| return(0); | |
| } | |
| | |
configure:101965: result: no | |
configure:101889: checking whether uint8 exists | |
configure:101936: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:485:29: error: 'uint8' undeclared (first use in this function) | |
fprintf(fp, "%d\n", sizeof(uint8)); | |
^ | |
conftest.c:485:29: note: each undeclared identifier is reported only once for each function it appears in | |
configure:101936: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 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_SYSVSEM 1 | |
| #define HAVE_SEMUN 0 | |
| #define HAVE_SYSVSHM 1 | |
| #define HAVE_TIDYOPTGETDOC 1 | |
| #define HAVE_TIDY 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLREADER 1 | |
| #define HAVE_XMLRPC 1 | |
| #define HAVE_LIBXML 1 | |
| #define UNDEF_THREADS_HACK /**/ | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRPBRK 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLWRITER 1 | |
| #define HAVE_XSL_EXSLT 1 | |
| #define HAVE_XSL 1 | |
| #define HAVE_ZIP 1 | |
| #define MYSQLND_COMPRESSION_WANTED 1 | |
| #define MYSQLND_SSL_SUPPORTED 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define MYSQLND_HAVE_SSL 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #if STDC_HEADERS | |
| #include <stdlib.h> | |
| #include <stddef.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| #include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| #include <unistd.h> | |
| #endif | |
| #ifdef HAVE_SYS_TYPES_H | |
| #include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| #include <stdint.h> | |
| #endif | |
| | |
| | |
| int main() | |
| { | |
| FILE *fp = fopen("conftestval", "w"); | |
| if (!fp) return(1); | |
| fprintf(fp, "%d\n", sizeof(uint8)); | |
| return(0); | |
| } | |
| | |
configure:101965: result: no | |
configure:101889: checking whether int16 exists | |
configure:101936: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:485:29: error: 'int16' undeclared (first use in this function) | |
fprintf(fp, "%d\n", sizeof(int16)); | |
^ | |
conftest.c:485:29: note: each undeclared identifier is reported only once for each function it appears in | |
configure:101936: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 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_SYSVSEM 1 | |
| #define HAVE_SEMUN 0 | |
| #define HAVE_SYSVSHM 1 | |
| #define HAVE_TIDYOPTGETDOC 1 | |
| #define HAVE_TIDY 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLREADER 1 | |
| #define HAVE_XMLRPC 1 | |
| #define HAVE_LIBXML 1 | |
| #define UNDEF_THREADS_HACK /**/ | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRPBRK 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLWRITER 1 | |
| #define HAVE_XSL_EXSLT 1 | |
| #define HAVE_XSL 1 | |
| #define HAVE_ZIP 1 | |
| #define MYSQLND_COMPRESSION_WANTED 1 | |
| #define MYSQLND_SSL_SUPPORTED 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define MYSQLND_HAVE_SSL 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #if STDC_HEADERS | |
| #include <stdlib.h> | |
| #include <stddef.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| #include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| #include <unistd.h> | |
| #endif | |
| #ifdef HAVE_SYS_TYPES_H | |
| #include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| #include <stdint.h> | |
| #endif | |
| | |
| | |
| int main() | |
| { | |
| FILE *fp = fopen("conftestval", "w"); | |
| if (!fp) return(1); | |
| fprintf(fp, "%d\n", sizeof(int16)); | |
| return(0); | |
| } | |
| | |
configure:101965: result: no | |
configure:101889: checking whether uint16 exists | |
configure:101936: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:485:29: error: 'uint16' undeclared (first use in this function) | |
fprintf(fp, "%d\n", sizeof(uint16)); | |
^ | |
conftest.c:485:29: note: each undeclared identifier is reported only once for each function it appears in | |
configure:101936: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 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_SYSVSEM 1 | |
| #define HAVE_SEMUN 0 | |
| #define HAVE_SYSVSHM 1 | |
| #define HAVE_TIDYOPTGETDOC 1 | |
| #define HAVE_TIDY 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLREADER 1 | |
| #define HAVE_XMLRPC 1 | |
| #define HAVE_LIBXML 1 | |
| #define UNDEF_THREADS_HACK /**/ | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRPBRK 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLWRITER 1 | |
| #define HAVE_XSL_EXSLT 1 | |
| #define HAVE_XSL 1 | |
| #define HAVE_ZIP 1 | |
| #define MYSQLND_COMPRESSION_WANTED 1 | |
| #define MYSQLND_SSL_SUPPORTED 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define MYSQLND_HAVE_SSL 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #if STDC_HEADERS | |
| #include <stdlib.h> | |
| #include <stddef.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| #include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| #include <unistd.h> | |
| #endif | |
| #ifdef HAVE_SYS_TYPES_H | |
| #include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| #include <stdint.h> | |
| #endif | |
| | |
| | |
| int main() | |
| { | |
| FILE *fp = fopen("conftestval", "w"); | |
| if (!fp) return(1); | |
| fprintf(fp, "%d\n", sizeof(uint16)); | |
| return(0); | |
| } | |
| | |
configure:101965: result: no | |
configure:101889: checking whether int32 exists | |
configure:101936: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:485:29: error: 'int32' undeclared (first use in this function) | |
fprintf(fp, "%d\n", sizeof(int32)); | |
^ | |
conftest.c:485:29: note: each undeclared identifier is reported only once for each function it appears in | |
configure:101936: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 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_SYSVSEM 1 | |
| #define HAVE_SEMUN 0 | |
| #define HAVE_SYSVSHM 1 | |
| #define HAVE_TIDYOPTGETDOC 1 | |
| #define HAVE_TIDY 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLREADER 1 | |
| #define HAVE_XMLRPC 1 | |
| #define HAVE_LIBXML 1 | |
| #define UNDEF_THREADS_HACK /**/ | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRPBRK 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLWRITER 1 | |
| #define HAVE_XSL_EXSLT 1 | |
| #define HAVE_XSL 1 | |
| #define HAVE_ZIP 1 | |
| #define MYSQLND_COMPRESSION_WANTED 1 | |
| #define MYSQLND_SSL_SUPPORTED 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define MYSQLND_HAVE_SSL 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #if STDC_HEADERS | |
| #include <stdlib.h> | |
| #include <stddef.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| #include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| #include <unistd.h> | |
| #endif | |
| #ifdef HAVE_SYS_TYPES_H | |
| #include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| #include <stdint.h> | |
| #endif | |
| | |
| | |
| int main() | |
| { | |
| FILE *fp = fopen("conftestval", "w"); | |
| if (!fp) return(1); | |
| fprintf(fp, "%d\n", sizeof(int32)); | |
| return(0); | |
| } | |
| | |
configure:101965: result: no | |
configure:101889: checking whether uint32 exists | |
configure:101936: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:485:29: error: 'uint32' undeclared (first use in this function) | |
fprintf(fp, "%d\n", sizeof(uint32)); | |
^ | |
conftest.c:485:29: note: each undeclared identifier is reported only once for each function it appears in | |
configure:101936: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 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_SYSVSEM 1 | |
| #define HAVE_SEMUN 0 | |
| #define HAVE_SYSVSHM 1 | |
| #define HAVE_TIDYOPTGETDOC 1 | |
| #define HAVE_TIDY 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLREADER 1 | |
| #define HAVE_XMLRPC 1 | |
| #define HAVE_LIBXML 1 | |
| #define UNDEF_THREADS_HACK /**/ | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRPBRK 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLWRITER 1 | |
| #define HAVE_XSL_EXSLT 1 | |
| #define HAVE_XSL 1 | |
| #define HAVE_ZIP 1 | |
| #define MYSQLND_COMPRESSION_WANTED 1 | |
| #define MYSQLND_SSL_SUPPORTED 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define MYSQLND_HAVE_SSL 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #if STDC_HEADERS | |
| #include <stdlib.h> | |
| #include <stddef.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| #include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| #include <unistd.h> | |
| #endif | |
| #ifdef HAVE_SYS_TYPES_H | |
| #include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| #include <stdint.h> | |
| #endif | |
| | |
| | |
| int main() | |
| { | |
| FILE *fp = fopen("conftestval", "w"); | |
| if (!fp) return(1); | |
| fprintf(fp, "%d\n", sizeof(uint32)); | |
| return(0); | |
| } | |
| | |
configure:101965: result: no | |
configure:101889: checking whether uchar exists | |
configure:101936: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:485:29: error: 'uchar' undeclared (first use in this function) | |
fprintf(fp, "%d\n", sizeof(uchar)); | |
^ | |
conftest.c:485:29: note: each undeclared identifier is reported only once for each function it appears in | |
configure:101936: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 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_SYSVSEM 1 | |
| #define HAVE_SEMUN 0 | |
| #define HAVE_SYSVSHM 1 | |
| #define HAVE_TIDYOPTGETDOC 1 | |
| #define HAVE_TIDY 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLREADER 1 | |
| #define HAVE_XMLRPC 1 | |
| #define HAVE_LIBXML 1 | |
| #define UNDEF_THREADS_HACK /**/ | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRPBRK 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLWRITER 1 | |
| #define HAVE_XSL_EXSLT 1 | |
| #define HAVE_XSL 1 | |
| #define HAVE_ZIP 1 | |
| #define MYSQLND_COMPRESSION_WANTED 1 | |
| #define MYSQLND_SSL_SUPPORTED 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define MYSQLND_HAVE_SSL 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #if STDC_HEADERS | |
| #include <stdlib.h> | |
| #include <stddef.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| #include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| #include <unistd.h> | |
| #endif | |
| #ifdef HAVE_SYS_TYPES_H | |
| #include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| #include <stdint.h> | |
| #endif | |
| | |
| | |
| int main() | |
| { | |
| FILE *fp = fopen("conftestval", "w"); | |
| if (!fp) return(1); | |
| fprintf(fp, "%d\n", sizeof(uchar)); | |
| return(0); | |
| } | |
| | |
configure:101965: result: no | |
configure:101889: checking whether ulong exists | |
configure:101936: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:101936: $? = 0 | |
configure:101936: ./conftest | |
configure:101936: $? = 0 | |
configure:101961: result: yes | |
configure:101889: checking whether int8_t exists | |
configure:101936: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:101936: $? = 0 | |
configure:101936: ./conftest | |
configure:101936: $? = 0 | |
configure:101961: result: yes | |
configure:101889: checking whether uint8_t exists | |
configure:101936: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:101936: $? = 0 | |
configure:101936: ./conftest | |
configure:101936: $? = 0 | |
configure:101961: result: yes | |
configure:101889: checking whether int16_t exists | |
configure:101936: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:101936: $? = 0 | |
configure:101936: ./conftest | |
configure:101936: $? = 0 | |
configure:101961: result: yes | |
configure:101889: checking whether uint16_t exists | |
configure:101936: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:101936: $? = 0 | |
configure:101936: ./conftest | |
configure:101936: $? = 0 | |
configure:101961: result: yes | |
configure:101889: checking whether int32_t exists | |
configure:101936: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:101936: $? = 0 | |
configure:101936: ./conftest | |
configure:101936: $? = 0 | |
configure:101961: result: yes | |
configure:101889: checking whether uint32_t exists | |
configure:101936: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:101936: $? = 0 | |
configure:101936: ./conftest | |
configure:101936: $? = 0 | |
configure:101961: result: yes | |
configure:101889: checking whether int64_t exists | |
configure:101936: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:101936: $? = 0 | |
configure:101936: ./conftest | |
configure:101936: $? = 0 | |
configure:101961: result: yes | |
configure:101889: checking whether uint64_t exists | |
configure:101936: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:101936: $? = 0 | |
configure:101936: ./conftest | |
configure:101936: $? = 0 | |
configure:101961: result: yes | |
configure:102180: result: | |
configure:102182: result: [1mConfiguring PEAR[0;10m | |
configure:102199: checking whether to install PEAR | |
configure:102235: result: no | |
configure:102281: result: | |
configure:102283: result: [1mConfiguring Zend[0;10m | |
configure:102303: checking for bison version | |
configure:102323: result: invalid | |
configure:102329: WARNING: bison versions supported for regeneration of the Zend/PHP parsers: 2.4 2.4.1 2.4.2 2.4.3 2.5 2.5.1 2.6 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.7 (found: none). | |
configure:102360: checking for inttypes.h | |
configure:102360: result: yes | |
configure:102360: checking for stdint.h | |
configure:102360: result: yes | |
configure:102360: checking for limits.h | |
configure:102360: result: yes | |
configure:102360: checking malloc.h usability | |
configure:102360: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:102360: $? = 0 | |
configure:102360: result: yes | |
configure:102360: checking malloc.h presence | |
configure:102360: cc -E conftest.c | |
configure:102360: $? = 0 | |
configure:102360: result: yes | |
configure:102360: checking for malloc.h | |
configure:102360: result: yes | |
configure:102360: checking for string.h | |
configure:102360: result: yes | |
configure:102360: checking for unistd.h | |
configure:102360: result: yes | |
configure:102360: checking for stdarg.h | |
configure:102360: result: yes | |
configure:102360: checking for sys/types.h | |
configure:102360: result: yes | |
configure:102360: checking for sys/time.h | |
configure:102360: result: yes | |
configure:102360: checking for signal.h | |
configure:102360: result: yes | |
configure:102360: checking for unix.h | |
configure:102360: result: no | |
configure:102360: checking for stdlib.h | |
configure:102360: result: yes | |
configure:102360: checking for dlfcn.h | |
configure:102360: result: yes | |
configure:102371: checking for size_t | |
configure:102371: result: yes | |
configure:102382: checking return type of signal handlers | |
configure:102400: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:480:1: error: void value not ignored as it ought to be | |
return *(signal (0, 0)) (0) == 1; | |
^ | |
configure:102400: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 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_SYSVSEM 1 | |
| #define HAVE_SEMUN 0 | |
| #define HAVE_SYSVSHM 1 | |
| #define HAVE_TIDYOPTGETDOC 1 | |
| #define HAVE_TIDY 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLREADER 1 | |
| #define HAVE_XMLRPC 1 | |
| #define HAVE_LIBXML 1 | |
| #define UNDEF_THREADS_HACK /**/ | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRPBRK 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLWRITER 1 | |
| #define HAVE_XSL_EXSLT 1 | |
| #define HAVE_XSL 1 | |
| #define HAVE_ZIP 1 | |
| #define MYSQLND_COMPRESSION_WANTED 1 | |
| #define MYSQLND_SSL_SUPPORTED 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define MYSQLND_HAVE_SSL 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:102407: result: void | |
configure:102420: checking for uint | |
configure:102420: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:102420: $? = 0 | |
configure:102420: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:511:19: error: expected expression before ')' token | |
if (sizeof ((uint))) | |
^ | |
configure:102420: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 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_SYSVSEM 1 | |
| #define HAVE_SEMUN 0 | |
| #define HAVE_SYSVSHM 1 | |
| #define HAVE_TIDYOPTGETDOC 1 | |
| #define HAVE_TIDY 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLREADER 1 | |
| #define HAVE_XMLRPC 1 | |
| #define HAVE_LIBXML 1 | |
| #define UNDEF_THREADS_HACK /**/ | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRPBRK 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLWRITER 1 | |
| #define HAVE_XSL_EXSLT 1 | |
| #define HAVE_XSL 1 | |
| #define HAVE_ZIP 1 | |
| #define MYSQLND_COMPRESSION_WANTED 1 | |
| #define MYSQLND_SSL_SUPPORTED 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define MYSQLND_HAVE_SSL 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:102420: result: yes | |
configure:102431: checking for ulong | |
configure:102431: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:102431: $? = 0 | |
configure:102431: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:511:20: error: expected expression before ')' token | |
if (sizeof ((ulong))) | |
^ | |
configure:102431: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 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_SYSVSEM 1 | |
| #define HAVE_SEMUN 0 | |
| #define HAVE_SYSVSHM 1 | |
| #define HAVE_TIDYOPTGETDOC 1 | |
| #define HAVE_TIDY 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLREADER 1 | |
| #define HAVE_XMLRPC 1 | |
| #define HAVE_LIBXML 1 | |
| #define UNDEF_THREADS_HACK /**/ | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRPBRK 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLWRITER 1 | |
| #define HAVE_XSL_EXSLT 1 | |
| #define HAVE_XSL 1 | |
| #define HAVE_ZIP 1 | |
| #define MYSQLND_COMPRESSION_WANTED 1 | |
| #define MYSQLND_SSL_SUPPORTED 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define MYSQLND_HAVE_SSL 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:102431: result: yes | |
configure:102444: checking for int32_t | |
configure:102469: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:102469: $? = 0 | |
configure:102476: result: yes | |
configure:102486: checking for uint32_t | |
configure:102511: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:102511: $? = 0 | |
configure:102518: result: yes | |
configure:102530: checking for vprintf | |
configure:102530: result: yes | |
configure:102536: checking for _doprnt | |
configure:102536: result: no | |
configure:102547: checking for working memcmp | |
configure:102600: result: yes | |
configure:102611: checking for working alloca.h | |
configure:102636: result: yes | |
configure:102644: checking for alloca | |
configure:102689: result: yes | |
configure:102798: checking for memcpy | |
configure:102798: result: yes | |
configure:102798: checking for strdup | |
configure:102798: result: yes | |
configure:102798: checking for getpid | |
configure:102798: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:102798: $? = 0 | |
configure:102798: result: yes | |
configure:102798: checking for kill | |
configure:102798: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:102798: $? = 0 | |
configure:102798: result: yes | |
configure:102798: checking for strtod | |
configure:102798: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:102798: $? = 0 | |
configure:102798: result: yes | |
configure:102798: checking for strtol | |
configure:102798: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:102798: $? = 0 | |
configure:102798: result: yes | |
configure:102798: checking for finite | |
configure:102798: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c:509:6: warning: conflicting types for built-in function 'finite' [enabled by default] | |
char finite (); | |
^ | |
configure:102798: $? = 0 | |
configure:102798: result: yes | |
configure:102798: checking for fpclass | |
configure:102798: result: no | |
configure:102798: checking for sigsetjmp | |
configure:102798: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
/tmp/ccJNArHY.o: In function `main': | |
/tmp/php-build/source/5.5.11/conftest.c:521: undefined reference to `sigsetjmp' | |
collect2: error: ld returned 1 exit status | |
configure:102798: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 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_SYSVSEM 1 | |
| #define HAVE_SEMUN 0 | |
| #define HAVE_SYSVSHM 1 | |
| #define HAVE_TIDYOPTGETDOC 1 | |
| #define HAVE_TIDY 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLREADER 1 | |
| #define HAVE_XMLRPC 1 | |
| #define HAVE_LIBXML 1 | |
| #define UNDEF_THREADS_HACK /**/ | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRPBRK 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLWRITER 1 | |
| #define HAVE_XSL_EXSLT 1 | |
| #define HAVE_XSL 1 | |
| #define HAVE_ZIP 1 | |
| #define MYSQLND_COMPRESSION_WANTED 1 | |
| #define MYSQLND_SSL_SUPPORTED 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define MYSQLND_HAVE_SSL 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:102798: result: no | |
configure:102808: checking whether sprintf is broken | |
configure:102823: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:487:22: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] | |
main() {char buf[20];exit(sprintf(buf,"testing 123")!=11); } | |
^ | |
conftest.c:487:27: warning: incompatible implicit declaration of built-in function 'sprintf' [enabled by default] | |
main() {char buf[20];exit(sprintf(buf,"testing 123")!=11); } | |
^ | |
configure:102823: $? = 0 | |
configure:102823: ./conftest | |
configure:102823: $? = 0 | |
configure:102838: result: no | |
configure:102855: checking for finite | |
configure:102855: result: yes | |
configure:102855: checking for isfinite | |
configure:102855: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
/tmp/cciUO7U3.o: In function `main': | |
/tmp/php-build/source/5.5.11/conftest.c:523: undefined reference to `isfinite' | |
collect2: error: ld returned 1 exit status | |
configure:102855: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 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_SYSVSEM 1 | |
| #define HAVE_SEMUN 0 | |
| #define HAVE_SYSVSHM 1 | |
| #define HAVE_TIDYOPTGETDOC 1 | |
| #define HAVE_TIDY 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLREADER 1 | |
| #define HAVE_XMLRPC 1 | |
| #define HAVE_LIBXML 1 | |
| #define UNDEF_THREADS_HACK /**/ | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRPBRK 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLWRITER 1 | |
| #define HAVE_XSL_EXSLT 1 | |
| #define HAVE_XSL 1 | |
| #define HAVE_ZIP 1 | |
| #define MYSQLND_COMPRESSION_WANTED 1 | |
| #define MYSQLND_SSL_SUPPORTED 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define MYSQLND_HAVE_SSL 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:102855: result: no | |
configure:102855: checking for isinf | |
configure:102855: result: yes | |
configure:102855: checking for isnan | |
configure:102855: result: yes | |
configure:102866: checking whether fp_except is defined | |
configure:102887: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c:492:27: fatal error: floatingpoint.h: No such file or directory | |
#include <floatingpoint.h> | |
^ | |
compilation terminated. | |
configure:102887: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 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_SYSVSEM 1 | |
| #define HAVE_SEMUN 0 | |
| #define HAVE_SYSVSHM 1 | |
| #define HAVE_TIDYOPTGETDOC 1 | |
| #define HAVE_TIDY 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLREADER 1 | |
| #define HAVE_XMLRPC 1 | |
| #define HAVE_LIBXML 1 | |
| #define UNDEF_THREADS_HACK /**/ | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRPBRK 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLWRITER 1 | |
| #define HAVE_XSL_EXSLT 1 | |
| #define HAVE_XSL 1 | |
| #define HAVE_ZIP 1 | |
| #define MYSQLND_COMPRESSION_WANTED 1 | |
| #define MYSQLND_SSL_SUPPORTED 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define MYSQLND_HAVE_SSL 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:102898: result: no | |
configure:102908: checking for usable _FPU_SETCW | |
configure:102934: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:102934: $? = 0 | |
configure:102945: result: yes | |
configure:102952: checking for usable fpsetprec | |
configure:102977: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c:493:32: fatal error: machine/ieeefp.h: No such file or directory | |
#include <machine/ieeefp.h> | |
^ | |
compilation terminated. | |
configure:102977: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 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_SYSVSEM 1 | |
| #define HAVE_SEMUN 0 | |
| #define HAVE_SYSVSHM 1 | |
| #define HAVE_TIDYOPTGETDOC 1 | |
| #define HAVE_TIDY 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLREADER 1 | |
| #define HAVE_XMLRPC 1 | |
| #define HAVE_LIBXML 1 | |
| #define UNDEF_THREADS_HACK /**/ | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRPBRK 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLWRITER 1 | |
| #define HAVE_XSL_EXSLT 1 | |
| #define HAVE_XSL 1 | |
| #define HAVE_ZIP 1 | |
| #define MYSQLND_COMPRESSION_WANTED 1 | |
| #define MYSQLND_SSL_SUPPORTED 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define MYSQLND_HAVE_SSL 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:102991: result: no | |
configure:102995: checking for usable _controlfp | |
configure:103020: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:505:16: error: '_PC_53' undeclared (first use in this function) | |
_controlfp(_PC_53, _MCW_PC); | |
^ | |
conftest.c:505:16: note: each undeclared identifier is reported only once for each function it appears in | |
conftest.c:505:24: error: '_MCW_PC' undeclared (first use in this function) | |
_controlfp(_PC_53, _MCW_PC); | |
^ | |
configure:103020: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 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_SYSVSEM 1 | |
| #define HAVE_SEMUN 0 | |
| #define HAVE_SYSVSHM 1 | |
| #define HAVE_TIDYOPTGETDOC 1 | |
| #define HAVE_TIDY 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLREADER 1 | |
| #define HAVE_XMLRPC 1 | |
| #define HAVE_LIBXML 1 | |
| #define UNDEF_THREADS_HACK /**/ | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRPBRK 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLWRITER 1 | |
| #define HAVE_XSL_EXSLT 1 | |
| #define HAVE_XSL 1 | |
| #define HAVE_ZIP 1 | |
| #define MYSQLND_COMPRESSION_WANTED 1 | |
| #define MYSQLND_SSL_SUPPORTED 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define MYSQLND_HAVE_SSL 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:103034: result: no | |
configure:103038: checking for usable _controlfp_s | |
configure:103064: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:506:27: error: '_PC_53' undeclared (first use in this function) | |
_controlfp_s(&fpu_cw, _PC_53, _MCW_PC); | |
^ | |
conftest.c:506:27: note: each undeclared identifier is reported only once for each function it appears in | |
conftest.c:506:35: error: '_MCW_PC' undeclared (first use in this function) | |
_controlfp_s(&fpu_cw, _PC_53, _MCW_PC); | |
^ | |
configure:103064: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 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_SYSVSEM 1 | |
| #define HAVE_SEMUN 0 | |
| #define HAVE_SYSVSHM 1 | |
| #define HAVE_TIDYOPTGETDOC 1 | |
| #define HAVE_TIDY 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLREADER 1 | |
| #define HAVE_XMLRPC 1 | |
| #define HAVE_LIBXML 1 | |
| #define UNDEF_THREADS_HACK /**/ | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRPBRK 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLWRITER 1 | |
| #define HAVE_XSL_EXSLT 1 | |
| #define HAVE_XSL 1 | |
| #define HAVE_ZIP 1 | |
| #define MYSQLND_COMPRESSION_WANTED 1 | |
| #define MYSQLND_SSL_SUPPORTED 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define MYSQLND_HAVE_SSL 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:103078: result: no | |
configure:103082: checking whether FPU control word can be manipulated by inline assembler | |
configure:103110: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:103110: $? = 0 | |
configure:103121: result: yes | |
configure:103129: checking whether double cast to long preserves least significant bits | |
configure:103162: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:502:4: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] | |
exit(0); | |
^ | |
conftest.c:508:4: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] | |
exit(0); | |
^ | |
conftest.c:511:2: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] | |
exit(1); | |
^ | |
configure:103162: $? = 0 | |
configure:103162: ./conftest | |
configure:103162: $? = 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_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 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_LONG_LONG_INT 8 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_INTMAX_T 8 | |
| #define HAVE_INTMAX_T 1 | |
| #define SIZEOF_SSIZE_T 4 | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_PTRDIFF_T 4 | |
| #define HAVE_PTRDIFF_T 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 4 | |
| #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_REGEX_T_RE_MAGIC 1 | |
| #define HSREGEX 1 | |
| #define REGEX 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define HAVE_OPENSSL_EXT 1 | |
| #define HAVE_BUNDLED_PCRE 1 | |
| #define HAVE_SQLITE3 1 | |
| #define HAVE_ZLIB 1 | |
| #define HAVE_BCMATH 1 | |
| #define HAVE_CTYPE 1 | |
| #define HAVE_CURL_SSL 1 | |
| #define HAVE_OPENSSL_CRYPTO_H 1 | |
| #define HAVE_CURL_OPENSSL 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_EXIF 1 | |
| #define HAVE_UTIMES 1 | |
| #define HAVE_STRNDUP 1 | |
| #define HAVE_FTP 1 | |
| #define HAVE_FABSF 1 | |
| #define HAVE_FLOORF 1 | |
| #define HAVE_GD_BUNDLED 1 | |
| #define HAVE_GD_PNG 1 | |
| #define HAVE_GD_CACHE_CREATE 1 | |
| #define HAVE_GD_JPG 1 | |
| #define HAVE_HASH_EXT 1 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #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 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 4 | |
| #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 HAVE_LIBMCRYPT 1 | |
| #define HAVE_MYSQL 1 | |
| #define MYSQL_USE_MYSQLND 1 | |
| #define MYSQLI_USE_MYSQLND 1 | |
| #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_FORK 1 | |
| #define HAVE_FORK 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_GETPRIORITY 1 | |
| #define HAVE_SETPRIORITY 1 | |
| #define HAVE_WAIT3 1 | |
| #define HAVE_SIGPROCMASK 1 | |
| #define HAVE_SIGWAITINFO 1 | |
| #define HAVE_SIGTIMEDWAIT 1 | |
| #define PDO_USE_MYSQLND 1 | |
| #define HAVE_USLEEP 1 | |
| #define HAVE_NANOSLEEP 1 | |
| #define HAVE_TIME_H 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_RL_CALLBACK_READ_CHAR 1 | |
| #define HAVE_RL_ON_NEW_LINE 1 | |
| #define HAVE_LIBREADLINE 1 | |
| #define HAVE_RL_COMPLETION_MATCHES 1 | |
| #define HAVE_REFLECTION 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PHP_SESSION 1 | |
| #define HAVE_SHMOP 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SIMPLEXML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_SOAP 1 | |
| #define HAVE_CMSGHDR 1 | |
| #define HAVE_HSTRERROR 1 | |
| #define HAVE_SOCKETPAIR 1 | |
| #define HAVE_IF_NAMETOINDEX 1 | |
| #define HAVE_IF_INDEXTONAME 1 | |
| #define HAVE_NETDB_H 1 | |
| #define HAVE_NETINET_TCP_H 1 | |
| #define HAVE_SYS_UN_H 1 | |
| #define HAVE_ERRNO_H 1 | |
| #define HAVE_SOCKETS 1 | |
| #define HAVE_SA_SS_FAMILY 1 | |
| #define HAVE_AI_V4MAPPED 1 | |
| #define HAVE_PACKED_OBJECT_VALUE 1 | |
| #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_LIBRESOLV 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_SYSVSEM 1 | |
| #define HAVE_SEMUN 0 | |
| #define HAVE_SYSVSHM 1 | |
| #define HAVE_TIDYOPTGETDOC 1 | |
| #define HAVE_TIDY 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XML 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLREADER 1 | |
| #define HAVE_XMLRPC 1 | |
| #define HAVE_LIBXML 1 | |
| #define UNDEF_THREADS_HACK /**/ | |
| #define STDC_HEADERS 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define SIZEOF_CHAR 1 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 4 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_STRTOULL 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_STRSTR 1 | |
| #define HAVE_STRPBRK 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_MEMCPY 1 | |
| #define HAVE_MEMMOVE 1 | |
| #define HAVE_LIBXML 1 | |
| #define HAVE_XMLWRITER 1 | |
| #define HAVE_XSL_EXSLT 1 | |
| #define HAVE_XSL 1 | |
| #define HAVE_ZIP 1 | |
| #define MYSQLND_COMPRESSION_WANTED 1 | |
| #define MYSQLND_SSL_SUPPORTED 1 | |
| #define HAVE_DSA_DEFAULT_METHOD 1 | |
| #define MYSQLND_HAVE_SSL 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:103172: result: no | |
configure:103184: checking for dlfcn.h | |
configure:103184: result: yes | |
configure:103195: checking whether dlsym() requires a leading underscore in symbol names | |
configure:103266: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure: In function 'main': | |
configure:103262:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] | |
^ | |
/tmp/ccgO1D7h.o: In function `main': | |
/tmp/php-build/source/5.5.11/configure:103250: undefined reference to `dlopen' | |
/tmp/php-build/source/5.5.11/configure:103255: undefined reference to `dlsym' | |
/tmp/php-build/source/5.5.11/configure:103260: undefined reference to `dlerror' | |
/tmp/php-build/source/5.5.11/configure:103256: undefined reference to `dlsym' | |
collect2: error: ld returned 1 exit status | |
configure:103269: $? = 1 | |
configure:103293: result: no | |
configure:103340: checking virtual machine dispatch method | |
configure:103342: result: CALL | |
configure:103345: checking whether to enable thread-safety | |
configure:103347: result: no | |
configure:103350: checking whether to enable inline optimization for GCC | |
configure:103352: result: yes | |
configure:103355: checking whether to enable Zend debugging | |
configure:103357: result: no | |
configure:103416: checking for inline | |
configure:103440: result: inline | |
configure:103461: checking target system is Darwin | |
configure:103470: result: no | |
configure:103474: checking for MM alignment and log values | |
configure:103518: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:526:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] | |
exit(0); | |
^ | |
configure:103518: $? = 0 | |
configure:103518: ./conftest | |
configure:103518: $? = 0 | |
configure:103539: result: done | |
configure:103542: checking for memory allocation using mmap(MAP_ANON) | |
configure:103587: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:103587: $? = 0 | |
configure:103587: ./conftest | |
configure:103587: $? = 0 | |
configure:103592: result: yes | |
configure:103606: checking for memory allocation using mmap("/dev/zero") | |
configure:103661: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:103661: $? = 0 | |
configure:103661: ./conftest | |
configure:103661: $? = 0 | |
configure:103666: result: yes | |
configure:103682: checking for mremap | |
configure:103682: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:103682: $? = 0 | |
configure:103682: result: yes | |
configure:103705: checking for sigaction | |
configure:103705: result: yes | |
configure:103725: checking whether to enable zend signal handling | |
configure:103727: result: no | |
configure:103760: result: | |
configure:103762: result: [1mConfiguring TSRM[0;10m | |
configure:103770: checking for stdarg.h | |
configure:103770: result: yes | |
configure:103783: checking for sigprocmask | |
configure:103783: result: yes | |
configure:104613: result: | |
configure:104615: result: [1mConfiguring libtool[0;10m | |
configure:104711: checking for ld used by cc | |
configure:104778: result: /usr/bin/ld | |
configure:104785: checking if the linker (/usr/bin/ld) is GNU ld | |
configure:104800: result: yes | |
configure:104805: checking for /usr/bin/ld option to reload object files | |
configure:104812: result: -r | |
configure:104830: checking for BSD-compatible nm | |
configure:104879: result: /usr/bin/nm -B | |
configure:104883: checking how to recognize dependent libraries | |
configure:105069: result: pass_all | |
configure:105424: checking the maximum length of command line arguments | |
configure:105536: result: 1572864 | |
configure:105548: checking command to parse /usr/bin/nm -B output from cc object | |
configure:105653: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:105656: $? = 0 | |
configure:105660: /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:105663: $? = 0 | |
configure:105715: cc -o conftest -I/usr/include -g -O2 -fvisibility=hidden conftest.c conftstm.o >&5 | |
configure:105718: $? = 0 | |
configure:105756: result: ok | |
configure:105760: checking for objdir | |
configure:105775: result: .libs | |
configure:105867: checking for ar | |
configure:105883: found /usr/bin/ar | |
configure:105894: result: ar | |
configure:105959: checking for ranlib | |
configure:105986: result: ranlib | |
configure:106051: checking for strip | |
configure:106067: found /usr/bin/strip | |
configure:106078: result: strip | |
configure:106647: checking if cc supports -fno-rtti -fno-exceptions | |
configure:106665: cc -c -I/usr/include -g -O2 -fvisibility=hidden -fno-rtti -fno-exceptions conftest.c >&5 | |
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] | |
configure:106669: $? = 0 | |
configure:106682: result: no | |
configure:106697: checking for cc option to produce PIC | |
configure:106937: result: -fPIC | |
configure:106945: checking if cc PIC flag -fPIC works | |
configure:106963: cc -c -I/usr/include -g -O2 -fvisibility=hidden -fPIC -DPIC conftest.c >&5 | |
configure:106967: $? = 0 | |
configure:106980: result: yes | |
configure:107008: checking if cc static flag -static works | |
configure:107036: result: yes | |
configure:107046: checking if cc supports -c -o file.o | |
configure:107067: cc -c -I/usr/include -g -O2 -fvisibility=hidden -o out/conftest2.o conftest.c >&5 | |
configure:107071: $? = 0 | |
configure:107093: result: yes | |
configure:107119: checking whether the cc linker (/usr/bin/ld) supports shared libraries | |
configure:108051: result: yes | |
configure:108072: checking whether -lc should be explicitly linked in | |
configure:108077: cc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c >&5 | |
configure:108080: $? = 0 | |
configure:108095: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 | |
configure:108098: $? = 0 | |
configure:108110: result: no | |
configure:108118: checking dynamic linker characteristics | |
configure:108720: result: GNU/Linux ld.so | |
configure:108744: checking how to hardcode library paths into programs | |
configure:108769: result: immediate | |
configure:10 |
View raw
(Sorry about that, but we can’t show files that are this big right now.)
View raw
(Sorry about that, but we can’t show files that are this big right now.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment