Skip to content

Instantly share code, notes, and snippets.

/build.log Secret

Created January 11, 2017 04:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/844f7fa4458c5afd5db9dce5923659c4 to your computer and use it in GitHub Desktop.
Save anonymous/844f7fa4458c5afd5db9dce5923659c4 to your computer and use it in GitHub Desktop.
Build log php-v8 ext with V8 5.7.434 on Alpine
Cloning into '/tmp/php-v8'...
Configuring for:
PHP Api Version: 20151012
Zend Module Api No: 20151012
Zend Extension Api No: 320151012
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
expr: syntax error
./configure: line 2645: test: =: unary operator expected
expr: syntax error
./configure: line 2652: test: =: unary operator expected
expr: syntax error
./configure: line 2659: test: =: unary operator expected
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib
checking for PHP extension directory... /usr/lib/php/extensions/no-debug-non-zts-20151012
checking for PHP installed headers prefix... /usr/include/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... re2c
checking for re2c version... 0.16 (ok)
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking if awk is broken... no
checking for V8 Javascript Engine... yes, shared
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for C standard version... c++11
checking for V8 version... 5.7.434
checking for ld used by cc... /usr/x86_64-alpine-linux-musl/bin/ld
checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes
checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking the maximum length of command line arguments... 98304
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
configure: creating ./config.status
config.status: creating config.h
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/v8.cc -o v8.lo
mkdir .libs
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/v8.cc -fPIC -DPIC -o .libs/v8.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_a.cc -o src/php_v8_a.lo mkdir src/.libs
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_a.cc -fPIC -DPIC -o src/.libs/php_v8_a.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_exception.cc -o src/php_v8_exception.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_exception.cc -fPIC -DPIC -o src/.libs/php_v8_exception.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_ext_mem_interface.cc -o src/php_v8_ext_mem_interface.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_ext_mem_interface.cc -fPIC -DPIC -o src/.libs/php_v8_ext_mem_interface.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_try_catch.cc -o src/php_v8_try_catch.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_try_catch.cc -fPIC -DPIC -o src/.libs/php_v8_try_catch.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_message.cc -o src/php_v8_message.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_message.cc -fPIC -DPIC -o src/.libs/php_v8_message.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_stack_frame.cc -o src/php_v8_stack_frame.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_stack_frame.cc -fPIC -DPIC -o src/.libs/php_v8_stack_frame.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_stack_trace.cc -o src/php_v8_stack_trace.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_stack_trace.cc -fPIC -DPIC -o src/.libs/php_v8_stack_trace.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_script_origin_options.cc -o src/php_v8_script_origin_options.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_script_origin_options.cc -fPIC -DPIC -o src/.libs/php_v8_script_origin_options.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_script_origin.cc -o src/php_v8_script_origin.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_script_origin.cc -fPIC -DPIC -o src/.libs/php_v8_script_origin.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_exceptions.cc -o src/php_v8_exceptions.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_exceptions.cc -fPIC -DPIC -o src/.libs/php_v8_exceptions.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_callbacks.cc -o src/php_v8_callbacks.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_callbacks.cc -fPIC -DPIC -o src/.libs/php_v8_callbacks.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_startup_data.cc -o src/php_v8_startup_data.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_startup_data.cc -fPIC -DPIC -o src/.libs/php_v8_startup_data.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_heap_statistics.cc -o src/php_v8_heap_statistics.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_heap_statistics.cc -fPIC -DPIC -o src/.libs/php_v8_heap_statistics.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_isolate.cc -o src/php_v8_isolate.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_isolate.cc -fPIC -DPIC -o src/.libs/php_v8_isolate.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_isolate_limits.cc -o src/php_v8_isolate_limits.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_isolate_limits.cc -fPIC -DPIC -o src/.libs/php_v8_isolate_limits.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_context.cc -o src/php_v8_context.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_context.cc -fPIC -DPIC -o src/.libs/php_v8_context.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_object_template.cc -o src/php_v8_object_template.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_object_template.cc -fPIC -DPIC -o src/.libs/php_v8_object_template.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_function_template.cc -o src/php_v8_function_template.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_function_template.cc -fPIC -DPIC -o src/.libs/php_v8_function_template.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_script.cc -o src/php_v8_script.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_script.cc -fPIC -DPIC -o src/.libs/php_v8_script.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_data.cc -o src/php_v8_data.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_data.cc -fPIC -DPIC -o src/.libs/php_v8_data.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_value.cc -o src/php_v8_value.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_value.cc -fPIC -DPIC -o src/.libs/php_v8_value.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_primitive.cc -o src/php_v8_primitive.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_primitive.cc -fPIC -DPIC -o src/.libs/php_v8_primitive.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_null.cc -o src/php_v8_null.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_null.cc -fPIC -DPIC -o src/.libs/php_v8_null.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_boolean.cc -o src/php_v8_boolean.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_boolean.cc -fPIC -DPIC -o src/.libs/php_v8_boolean.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_name.cc -o src/php_v8_name.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_name.cc -fPIC -DPIC -o src/.libs/php_v8_name.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_string.cc -o src/php_v8_string.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_string.cc -fPIC -DPIC -o src/.libs/php_v8_string.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_symbol.cc -o src/php_v8_symbol.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_symbol.cc -fPIC -DPIC -o src/.libs/php_v8_symbol.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_number.cc -o src/php_v8_number.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_number.cc -fPIC -DPIC -o src/.libs/php_v8_number.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_integer.cc -o src/php_v8_integer.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_integer.cc -fPIC -DPIC -o src/.libs/php_v8_integer.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_int32.cc -o src/php_v8_int32.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_int32.cc -fPIC -DPIC -o src/.libs/php_v8_int32.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_uint32.cc -o src/php_v8_uint32.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_uint32.cc -fPIC -DPIC -o src/.libs/php_v8_uint32.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_integrity_level.cc -o src/php_v8_integrity_level.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_integrity_level.cc -fPIC -DPIC -o src/.libs/php_v8_integrity_level.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_object.cc -o src/php_v8_object.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_object.cc -fPIC -DPIC -o src/.libs/php_v8_object.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_function.cc -o src/php_v8_function.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_function.cc -fPIC -DPIC -o src/.libs/php_v8_function.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_array.cc -o src/php_v8_array.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_array.cc -fPIC -DPIC -o src/.libs/php_v8_array.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_date.cc -o src/php_v8_date.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_date.cc -fPIC -DPIC -o src/.libs/php_v8_date.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_regexp.cc -o src/php_v8_regexp.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_regexp.cc -fPIC -DPIC -o src/.libs/php_v8_regexp.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_number_object.cc -o src/php_v8_number_object.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_number_object.cc -fPIC -DPIC -o src/.libs/php_v8_number_object.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_boolean_object.cc -o src/php_v8_boolean_object.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_boolean_object.cc -fPIC -DPIC -o src/.libs/php_v8_boolean_object.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_string_object.cc -o src/php_v8_string_object.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_string_object.cc -fPIC -DPIC -o src/.libs/php_v8_string_object.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_symbol_object.cc -o src/php_v8_symbol_object.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_symbol_object.cc -fPIC -DPIC -o src/.libs/php_v8_symbol_object.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_property_attribute.cc -o src/php_v8_property_attribute.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_property_attribute.cc -fPIC -DPIC -o src/.libs/php_v8_property_attribute.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_template.cc -o src/php_v8_template.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_template.cc -fPIC -DPIC -o src/.libs/php_v8_template.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_return_value.cc -o src/php_v8_return_value.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_return_value.cc -fPIC -DPIC -o src/.libs/php_v8_return_value.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_callback_info.cc -o src/php_v8_callback_info.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_callback_info.cc -fPIC -DPIC -o src/.libs/php_v8_callback_info.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_function_callback_info.cc -o src/php_v8_function_callback_info.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_function_callback_info.cc -fPIC -DPIC -o src/.libs/php_v8_function_callback_info.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_property_callback_info.cc -o src/php_v8_property_callback_info.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_property_callback_info.cc -fPIC -DPIC -o src/.libs/php_v8_property_callback_info.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_access_control.cc -o src/php_v8_access_control.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_access_control.cc -fPIC -DPIC -o src/.libs/php_v8_access_control.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_property_handler_flags.cc -o src/php_v8_property_handler_flags.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_property_handler_flags.cc -fPIC -DPIC -o src/.libs/php_v8_property_handler_flags.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_named_property_handler_configuration.cc -o src/php_v8_named_property_handler_configuration.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_named_property_handler_configuration.cc -fPIC -DPIC -o src/.libs/php_v8_named_property_handler_configuration.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_indexed_property_handler_configuration.cc -o src/php_v8_indexed_property_handler_configuration.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_indexed_property_handler_configuration.cc -fPIC -DPIC -o src/.libs/php_v8_indexed_property_handler_configuration.o
/bin/bash /tmp/php-v8/libtool --mode=compile g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_access_type.cc -o src/php_v8_access_type.lo
g++ -Wno-deprecated-register -std=c++11 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/tmp/php-v8 -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -c /tmp/php-v8/src/php_v8_access_type.cc -fPIC -DPIC -o src/.libs/php_v8_access_type.o
/bin/bash /tmp/php-v8/libtool --mode=link cc -DPHP_ATOM_INC -I/tmp/php-v8/include -I/tmp/php-v8/main -I/tmp/php-v8 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/local/v8/include -I/tmp/php-v8/src -DHAVE_CONFIG_H -g -O2 -Wl,--rpath=/usr/local/v8/lib -L/usr/local/v8/lib -lv8_libbase -lv8_libplatform -o v8.la -export-dynamic -avoid-version -prefer-pic -module -rpath /tmp/php-v8/modules v8.lo src/php_v8_a.lo src/php_v8_exception.lo src/php_v8_ext_mem_interface.lo src/php_v8_try_catch.lo src/php_v8_message.lo src/php_v8_stack_frame.lo src/php_v8_stack_trace.lo src/php_v8_script_origin_options.lo src/php_v8_script_origin.lo src/php_v8_exceptions.lo src/php_v8_callbacks.lo src/php_v8_startup_data.lo src/php_v8_heap_statistics.lo src/php_v8_isolate.lo src/php_v8_isolate_limits.lo src/php_v8_context.lo src/php_v8_object_template.lo src/php_v8_function_template.lo src/php_v8_script.lo src/php_v8_data.lo src/php_v8_value.lo src/php_v8_primitive.lo src/php_v8_null.lo src/php_v8_boolean.lo src/php_v8_name.lo src/php_v8_string.lo src/php_v8_symbol.lo src/php_v8_number.lo src/php_v8_integer.lo src/php_v8_int32.lo src/php_v8_uint32.lo src/php_v8_integrity_level.lo src/php_v8_object.lo src/php_v8_function.lo src/php_v8_array.lo src/php_v8_date.lo src/php_v8_regexp.lo src/php_v8_number_object.lo src/php_v8_boolean_object.lo src/php_v8_string_object.lo src/php_v8_symbol_object.lo src/php_v8_property_attribute.lo src/php_v8_template.lo src/php_v8_return_value.lo src/php_v8_callback_info.lo src/php_v8_function_callback_info.lo src/php_v8_property_callback_info.lo src/php_v8_access_control.lo src/php_v8_property_handler_flags.lo src/php_v8_named_property_handler_configuration.lo src/php_v8_indexed_property_handler_configuration.lo src/php_v8_access_type.lo -Wl,-rpath,/usr/local/v8/lib -L/usr/local/v8/lib -lv8
cc -shared .libs/v8.o src/.libs/php_v8_a.o src/.libs/php_v8_exception.o src/.libs/php_v8_ext_mem_interface.o src/.libs/php_v8_try_catch.o src/.libs/php_v8_message.o src/.libs/php_v8_stack_frame.o src/.libs/php_v8_stack_trace.o src/.libs/php_v8_script_origin_options.o src/.libs/php_v8_script_origin.o src/.libs/php_v8_exceptions.o src/.libs/php_v8_callbacks.o src/.libs/php_v8_startup_data.o src/.libs/php_v8_heap_statistics.o src/.libs/php_v8_isolate.o src/.libs/php_v8_isolate_limits.o src/.libs/php_v8_context.o src/.libs/php_v8_object_template.o src/.libs/php_v8_function_template.o src/.libs/php_v8_script.o src/.libs/php_v8_data.o src/.libs/php_v8_value.o src/.libs/php_v8_primitive.o src/.libs/php_v8_null.o src/.libs/php_v8_boolean.o src/.libs/php_v8_name.o src/.libs/php_v8_string.o src/.libs/php_v8_symbol.o src/.libs/php_v8_number.o src/.libs/php_v8_integer.o src/.libs/php_v8_int32.o src/.libs/php_v8_uint32.o src/.libs/php_v8_integrity_level.o src/.libs/php_v8_object.o src/.libs/php_v8_function.o src/.libs/php_v8_array.o src/.libs/php_v8_date.o src/.libs/php_v8_regexp.o src/.libs/php_v8_number_object.o src/.libs/php_v8_boolean_object.o src/.libs/php_v8_string_object.o src/.libs/php_v8_symbol_object.o src/.libs/php_v8_property_attribute.o src/.libs/php_v8_template.o src/.libs/php_v8_return_value.o src/.libs/php_v8_callback_info.o src/.libs/php_v8_function_callback_info.o src/.libs/php_v8_property_callback_info.o src/.libs/php_v8_access_control.o src/.libs/php_v8_property_handler_flags.o src/.libs/php_v8_named_property_handler_configuration.o src/.libs/php_v8_indexed_property_handler_configuration.o src/.libs/php_v8_access_type.o -L/usr/local/v8/lib -lv8_libbase -lv8_libplatform -lv8 -Wl,--rpath=/usr/local/v8/lib -Wl,-rpath -Wl,/usr/local/v8/lib -Wl,-soname -Wl,v8.so -o .libs/v8.so
creating v8.la
(cd .libs && rm -f v8.la && ln -s ../v8.la v8.la)
/bin/bash /tmp/php-v8/libtool --mode=install cp ./v8.la /tmp/php-v8/modules
cp ./.libs/v8.so /tmp/php-v8/modules/v8.so
cp ./.libs/v8.lai /tmp/php-v8/modules/v8.la
PATH="$PATH:/sbin" ldconfig -n /tmp/php-v8/modules
----------------------------------------------------------------------
Libraries have been installed in:
/tmp/php-v8/modules
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Build complete.
Don't forget to run 'make test'.
Build complete.
Don't forget to run 'make test'.
=====================================================================
PHP : /usr/bin/php
PHP_SAPI : cli
PHP_VERSION : 7.0.14
ZEND_VERSION: 3.0.0
PHP_OS : Linux - Linux 5d495b24ef03 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u1 (2016-09-03) x86_64
INI actual : /tmp/php-v8/tmp-php.ini
More .INIs :
CWD : /tmp/php-v8
Extra dirs :
VALGRIND : Not used
=====================================================================
TIME START 2017-01-11 04:24:43
=====================================================================
PASS Check whether all method parameters have valid type [tests/001-verify-method-parameters-type.phpt]
PASS Check for v8 presence [tests/001.phpt]
FAIL V8\ObjectTemplate - recursive 2 [tests/003-V8ObjectTemplate_recursive_chain.phpt]
FAIL V8\ObjectTemplate [tests/003-V8ObjectTemplate_recursive_global.phpt]
FAIL V8\ObjectTemplate::Set() - recursive self [tests/003-V8ObjectTemplate_recursive_self.phpt]
FAIL V8\ObjectTemplate::Set() - recursive tree [tests/003-V8ObjectTemplate_recursive_tree.phpt]
FAIL ICU - Intl.DateTimeFormat() [tests/004-ICU-Intl_DateTimeFormat.phpt]
FAIL ICU - Intl.NumberFormat() [tests/004-ICU-Intl_NumberFormat.phpt]
FAIL V8\FunctionTemplate - external memory [tests/005-V8FunctionTemplate_external_memory.phpt]
FAIL V8\ObjectTemplate - external memory [tests/005-V8ObjectTemplate_external_memory.phpt]
FAIL V8\ObjectValue - external memory [tests/005-V8ObjectValue_external_memory.phpt]
FAIL V8\ArrayObject [tests/V8ArrayObject.phpt]
FAIL V8\ArrayObject::Length [tests/V8ArrayObject_Length.phpt]
FAIL V8\BooleanValue [tests/V8Boolean.phpt]
FAIL V8\BooleanObject [tests/V8BooleanObject.phpt]
FAIL V8\Context [tests/V8Context.phpt]
FAIL V8\Context::GlobalObject() [tests/V8Context_GlobalObject.phpt]
PASS V8\Context::__construct() - with invalid arg type [tests/V8Context_invalid_ctor_arg_type.phpt]
FAIL V8\Context weakness [tests/V8Context_weakness.phpt]
FAIL V8\Data [tests/V8Data.phpt]
FAIL V8\DateObject [tests/V8DateObject.phpt]
FAIL V8\Exception::CreateMessage() [tests/V8Exception_CreateMessage.phpt]
FAIL V8\Exception::Error() [tests/V8Exception_Error.phpt]
FAIL V8\Exception::GetStackTrace() [tests/V8Exception_GetStackTrace.phpt]
FAIL V8\Exception::RangeError() [tests/V8Exception_RangeError.phpt]
FAIL V8\Exception::ReferenceError() [tests/V8Exception_ReferenceError.phpt]
FAIL V8\Exception::SyntaxError() [tests/V8Exception_SyntaxError.phpt]
FAIL V8\Exception::TypeError() [tests/V8Exception_TypeError.phpt]
FAIL V8\Exceptions\TryCatchException [tests/V8ExceptionsTryCatchException.phpt]
FAIL V8\FunctionCallbackInfo [tests/V8FunctionCallbackInfo.phpt]
FAIL V8\FunctionObject [tests/V8FunctionObject.phpt]
FAIL V8\FunctionObject::Call() [tests/V8FunctionObject_Call.phpt]
FAIL V8\FunctionObject::Call() - calling with bad args [tests/V8FunctionObject_Call_bad_args.phpt]
FAIL V8\FunctionObject - test die() during calling [tests/V8FunctionObject_die.phpt]
FAIL V8\FunctionObject (weakness, multiple time) [tests/V8FunctionObject_weakness_multiple.phpt]
FAIL V8\FunctionTemplate [tests/V8FunctionTemplate.phpt]
FAIL V8\FunctionTemplate::GetFunction [tests/V8FunctionTemplate_GetFunction.phpt]
FAIL V8\FunctionTemplate::SetCallHandler [tests/V8FunctionTemplate_SetCallHandler.phpt]
FAIL V8\FunctionTemplate - callback weakness [tests/V8FunctionTemplate_callback_weakness.phpt]
FAIL V8\FunctionTemplate: exception in php thrown [tests/V8FunctionTemplate_exception_in_php.phpt]
PASS V8\FunctionTemplate::__construct() - with invalid arg type [tests/V8FunctionTemplate_invalid_ctor_arg_type.phpt]
FAIL V8\FunctionTemplate - require() implementation [tests/V8FunctionTemplate_require_implementation.phpt]
FAIL V8\FunctionTemplate weakness [tests/V8FunctionTemplate_weakness.phpt]
PASS V8\HeapStatistics [tests/V8HeapStatistics.phpt]
PASS V8\IndexedPropertyHandlerConfiguration [tests/V8IndexedPropertyHandlerConfiguration.phpt]
FAIL V8\Int32Value [tests/V8Int32Value.phpt]
FAIL V8\IntegerValue [tests/V8IntegerValue.phpt]
PASS V8\PropertyAttribute [tests/V8IntegrityLevel.phpt]
FAIL V8\Isolate [tests/V8Isolate.phpt]
FAIL V8\Isolate::IsInUse() [tests/V8Isolate_IsInUse.phpt]
FAIL V8\Isolate::ThrowException() [tests/V8Isolate_ThrowException.phpt]
FAIL V8\Isolate - cyclic references should not cause memleak [tests/V8Isolate_gc_cyclic_ref_memleak.phpt]
FAIL V8\Isolate - memory limit [tests/V8Isolate_limit_memory.phpt]
FAIL V8\Isolate - nested memory limit exceptions [tests/V8Isolate_limit_memory_nested.phpt]
FAIL V8\Isolate - time memory not hit [tests/V8Isolate_limit_memory_not_hit.phpt]
FAIL V8\Isolate - time limit [tests/V8Isolate_limit_time.phpt]
FAIL V8\Isolate - nested time limit exceptions [tests/V8Isolate_limit_time_nested.phpt]
FAIL V8\Isolate - time limit not hit [tests/V8Isolate_limit_time_not_hit.phpt]
FAIL V8\Isolate - time limit set during execution [tests/V8Isolate_limit_time_set_during_execution.phpt]
FAIL V8\Isolate - nested termination exceptions [tests/V8Isolate_nested_termination_exceptions.phpt]
FAIL V8\Isolate - snapshot support [tests/V8Isolate_snapshot_support.phpt]
FAIL V8\Message [tests/V8Message.phpt]
FAIL V8\NameValue [tests/V8NameValue.phpt]
PASS V8\NamedPropertyHandlerConfiguration [tests/V8NamedPropertyHandlerConfiguration.phpt]
FAIL V8\NullValue [tests/V8NullValue.phpt]
FAIL V8\NumberObject [tests/V8NumberObject.phpt]
FAIL V8\NumberValue [tests/V8NumberValue.phpt]
FAIL V8\ObjectTemplate [tests/V8ObjectTemplate.phpt]
SKIP V8\ObjectTemplate::MarkAsUndetectable [tests/V8ObjectTemplate_MarkAsUndetectable.phpt] reason: Method is not supported anymore due to a limited use and a way it implemented (causes segfault under certain conditions)
FAIL V8\ObjectTemplate::Set() - FunctionTemplate [tests/V8ObjectTemplate_Set.phpt]
SKIP V8\ObjectTemplate::SetAccessCheckCallback() [tests/V8ObjectTemplate_SetAccessCheckCallback.phpt] reason: see https://groups.google.com/forum/?fromgroups#!topic/v8-dev/c7LhW2bNabY
SKIP V8\ObjectTemplate::SetAccessCheckCallbacks() - test access check callback function arguments [tests/V8ObjectTemplate_SetAccessCheckCallback_func_args.phpt] reason: see https://groups.google.com/forum/?fromgroups#!topic/v8-dev/c7LhW2bNabY
FAIL V8\ObjectTemplate::SetCallAsFunctionHandler [tests/V8ObjectTemplate_SetCallAsFunctionHandler.phpt]
FAIL V8\ObjectTemplate::SetHandlerForIndexedProperty() [tests/V8ObjectTemplate_SetHandlerForIndexedProperty.phpt]
FAIL V8\ObjectTemplate::SetHandlerForNamedProperty() [tests/V8ObjectTemplate_SetHandlerForNamedProperty.phpt]
FAIL V8\ObjectTemplate::SetHandlerFor{Named,Indexed}Property() [tests/V8ObjectTemplate_SetHandler_both.phpt]
PASS V8\ObjectTemplate::__construct() - with invalid arg type [tests/V8ObjectTemplate_invalid_ctor_arg_type.phpt]
FAIL V8\ObjectValue [tests/V8ObjectValue.phpt]
FAIL V8\ObjectValue::Get [tests/V8ObjectValue_Get.phpt]
FAIL V8\ObjectValue::IsArgumentsObject() [tests/V8ObjectValue_IsArgumentsObject.phpt]
FAIL V8\ObjectValue::IsNativeError() [tests/V8ObjectValue_IsNativeError.phpt]
FAIL V8\ObjectValue::SetAccessor [tests/V8ObjectValue_SetAccessor.phpt]
FAIL V8\ObjectValue::SetIntegrityLevel() [tests/V8ObjectValue_SetIntegrityLevel.phpt]
FAIL V8\PrimitiveValue [tests/V8PrimitiveValue.phpt]
PASS V8\PropertyAttribute [tests/V8PropertyAttribute.phpt]
PASS V8\PropertyHandlerFlags [tests/V8PropertyHandlerFlags.phpt]
PASS V8\RegExpObject\Flags [tests/V8RegExpFlags.phpt]
FAIL V8\RegExpObject [tests/V8RegExpObject.phpt]
FAIL V8\ReturnValue [tests/V8ReturnValue.phpt]
FAIL V8\ReturnValue - using in and outside context [tests/V8ReturnValue_context.phpt]
FAIL V8\Script [tests/V8Script.phpt]
PASS V8\ScriptOrigin [tests/V8ScriptOrigin.phpt]
PASS V8\ScriptOriginOptions [tests/V8ScriptOriginOptions.phpt]
FAIL V8\Script::Run [tests/V8Script_Run.phpt]
SKIP V8\Script::Run() - out of memory example [tests/V8Script_Run_out_of_memory.phpt]
FAIL V8\Script::Run - exit during script execution [tests/V8Script_exit_during_script_execution.phpt]
FAIL V8\Script::Run - terminate script execution [tests/V8Script_terminate_script_execution.phpt]
PASS V8\StackFrame [tests/V8StackFrame.phpt]
FAIL V8\StackTrace [tests/V8StackTrace.phpt]
PASS V8\StackTrace\StackTraceOptions [tests/V8StackTraceOptions.phpt]
FAIL V8\StackTrace::CurrentStackTrace() [tests/V8StackTrace_CurrentStackTrace.phpt]
FAIL V8\StartupData::CreateFromSource [tests/V8StartupData_CreateFromSource.phpt]
FAIL V8\StringObject [tests/V8StringObject.phpt]
FAIL V8\StringValue [tests/V8StringValue.phpt]
FAIL V8\String - RangeError: Invalid string length [tests/V8String_range_error_length.phpt]
FAIL V8\SymbolObject [tests/V8SymbolObject.phpt]
FAIL V8\SymbolValue [tests/V8SymbolValue.phpt]
FAIL V8\TryCatch [tests/V8TryCatch.phpt]
FAIL V8\TryCatch - getting from script [tests/V8TryCatch_from_script.phpt]
FAIL V8\Uint32Value [tests/V8Uint32Value.phpt]
FAIL V8\Value [tests/V8Value.phpt]
FAIL V8\Value (destruct) [tests/V8Value_destruct.phpt]
FAIL V8\Value - test emptiness checker [tests/V8Value_empty.phpt]
PASS V8\Value::__construct() - with invalid arg type [tests/V8Value_invalid_ctor_arg_type.phpt]
PASS v8 extension info [tests/V8_extension_info.phpt]
=====================================================================
TIME END 2017-01-11 04:25:14
=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped : 0
Exts tested : 50
---------------------------------------------------------------------
Number of tests : 115 111
Tests skipped : 4 ( 3.5%) --------
Tests warned : 0 ( 0.0%) ( 0.0%)
Tests failed : 93 ( 80.9%) ( 83.8%)
Expected fail : 0 ( 0.0%) ( 0.0%)
Tests passed : 18 ( 15.7%) ( 16.2%)
---------------------------------------------------------------------
Time taken : 31 seconds
=====================================================================
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
V8\ObjectTemplate - recursive 2 [tests/003-V8ObjectTemplate_recursive_chain.phpt]
V8\ObjectTemplate [tests/003-V8ObjectTemplate_recursive_global.phpt]
V8\ObjectTemplate::Set() - recursive self [tests/003-V8ObjectTemplate_recursive_self.phpt]
V8\ObjectTemplate::Set() - recursive tree [tests/003-V8ObjectTemplate_recursive_tree.phpt]
ICU - Intl.DateTimeFormat() [tests/004-ICU-Intl_DateTimeFormat.phpt]
ICU - Intl.NumberFormat() [tests/004-ICU-Intl_NumberFormat.phpt]
V8\FunctionTemplate - external memory [tests/005-V8FunctionTemplate_external_memory.phpt]
V8\ObjectTemplate - external memory [tests/005-V8ObjectTemplate_external_memory.phpt]
V8\ObjectValue - external memory [tests/005-V8ObjectValue_external_memory.phpt]
V8\ArrayObject [tests/V8ArrayObject.phpt]
V8\ArrayObject::Length [tests/V8ArrayObject_Length.phpt]
V8\BooleanValue [tests/V8Boolean.phpt]
V8\BooleanObject [tests/V8BooleanObject.phpt]
V8\Context [tests/V8Context.phpt]
V8\Context::GlobalObject() [tests/V8Context_GlobalObject.phpt]
V8\Context weakness [tests/V8Context_weakness.phpt]
V8\Data [tests/V8Data.phpt]
V8\DateObject [tests/V8DateObject.phpt]
V8\Exception::CreateMessage() [tests/V8Exception_CreateMessage.phpt]
V8\Exception::Error() [tests/V8Exception_Error.phpt]
V8\Exception::GetStackTrace() [tests/V8Exception_GetStackTrace.phpt]
V8\Exception::RangeError() [tests/V8Exception_RangeError.phpt]
V8\Exception::ReferenceError() [tests/V8Exception_ReferenceError.phpt]
V8\Exception::SyntaxError() [tests/V8Exception_SyntaxError.phpt]
V8\Exception::TypeError() [tests/V8Exception_TypeError.phpt]
V8\Exceptions\TryCatchException [tests/V8ExceptionsTryCatchException.phpt]
V8\FunctionCallbackInfo [tests/V8FunctionCallbackInfo.phpt]
V8\FunctionObject [tests/V8FunctionObject.phpt]
V8\FunctionObject::Call() [tests/V8FunctionObject_Call.phpt]
V8\FunctionObject::Call() - calling with bad args [tests/V8FunctionObject_Call_bad_args.phpt]
V8\FunctionObject - test die() during calling [tests/V8FunctionObject_die.phpt]
V8\FunctionObject (weakness, multiple time) [tests/V8FunctionObject_weakness_multiple.phpt]
V8\FunctionTemplate [tests/V8FunctionTemplate.phpt]
V8\FunctionTemplate::GetFunction [tests/V8FunctionTemplate_GetFunction.phpt]
V8\FunctionTemplate::SetCallHandler [tests/V8FunctionTemplate_SetCallHandler.phpt]
V8\FunctionTemplate - callback weakness [tests/V8FunctionTemplate_callback_weakness.phpt]
V8\FunctionTemplate: exception in php thrown [tests/V8FunctionTemplate_exception_in_php.phpt]
V8\FunctionTemplate - require() implementation [tests/V8FunctionTemplate_require_implementation.phpt]
V8\FunctionTemplate weakness [tests/V8FunctionTemplate_weakness.phpt]
V8\Int32Value [tests/V8Int32Value.phpt]
V8\IntegerValue [tests/V8IntegerValue.phpt]
V8\Isolate [tests/V8Isolate.phpt]
V8\Isolate::IsInUse() [tests/V8Isolate_IsInUse.phpt]
V8\Isolate::ThrowException() [tests/V8Isolate_ThrowException.phpt]
V8\Isolate - cyclic references should not cause memleak [tests/V8Isolate_gc_cyclic_ref_memleak.phpt]
V8\Isolate - memory limit [tests/V8Isolate_limit_memory.phpt]
V8\Isolate - nested memory limit exceptions [tests/V8Isolate_limit_memory_nested.phpt]
V8\Isolate - time memory not hit [tests/V8Isolate_limit_memory_not_hit.phpt]
V8\Isolate - time limit [tests/V8Isolate_limit_time.phpt]
V8\Isolate - nested time limit exceptions [tests/V8Isolate_limit_time_nested.phpt]
V8\Isolate - time limit not hit [tests/V8Isolate_limit_time_not_hit.phpt]
V8\Isolate - time limit set during execution [tests/V8Isolate_limit_time_set_during_execution.phpt]
V8\Isolate - nested termination exceptions [tests/V8Isolate_nested_termination_exceptions.phpt]
V8\Isolate - snapshot support [tests/V8Isolate_snapshot_support.phpt]
V8\Message [tests/V8Message.phpt]
V8\NameValue [tests/V8NameValue.phpt]
V8\NullValue [tests/V8NullValue.phpt]
V8\NumberObject [tests/V8NumberObject.phpt]
V8\NumberValue [tests/V8NumberValue.phpt]
V8\ObjectTemplate [tests/V8ObjectTemplate.phpt]
V8\ObjectTemplate::Set() - FunctionTemplate [tests/V8ObjectTemplate_Set.phpt]
V8\ObjectTemplate::SetCallAsFunctionHandler [tests/V8ObjectTemplate_SetCallAsFunctionHandler.phpt]
V8\ObjectTemplate::SetHandlerForIndexedProperty() [tests/V8ObjectTemplate_SetHandlerForIndexedProperty.phpt]
V8\ObjectTemplate::SetHandlerForNamedProperty() [tests/V8ObjectTemplate_SetHandlerForNamedProperty.phpt]
V8\ObjectTemplate::SetHandlerFor{Named,Indexed}Property() [tests/V8ObjectTemplate_SetHandler_both.phpt]
V8\ObjectValue [tests/V8ObjectValue.phpt]
V8\ObjectValue::Get [tests/V8ObjectValue_Get.phpt]
V8\ObjectValue::IsArgumentsObject() [tests/V8ObjectValue_IsArgumentsObject.phpt]
V8\ObjectValue::IsNativeError() [tests/V8ObjectValue_IsNativeError.phpt]
V8\ObjectValue::SetAccessor [tests/V8ObjectValue_SetAccessor.phpt]
V8\ObjectValue::SetIntegrityLevel() [tests/V8ObjectValue_SetIntegrityLevel.phpt]
V8\PrimitiveValue [tests/V8PrimitiveValue.phpt]
V8\RegExpObject [tests/V8RegExpObject.phpt]
V8\ReturnValue [tests/V8ReturnValue.phpt]
V8\ReturnValue - using in and outside context [tests/V8ReturnValue_context.phpt]
V8\Script [tests/V8Script.phpt]
V8\Script::Run [tests/V8Script_Run.phpt]
V8\Script::Run - exit during script execution [tests/V8Script_exit_during_script_execution.phpt]
V8\Script::Run - terminate script execution [tests/V8Script_terminate_script_execution.phpt]
V8\StackTrace [tests/V8StackTrace.phpt]
V8\StackTrace::CurrentStackTrace() [tests/V8StackTrace_CurrentStackTrace.phpt]
V8\StartupData::CreateFromSource [tests/V8StartupData_CreateFromSource.phpt]
V8\StringObject [tests/V8StringObject.phpt]
V8\StringValue [tests/V8StringValue.phpt]
V8\String - RangeError: Invalid string length [tests/V8String_range_error_length.phpt]
V8\SymbolObject [tests/V8SymbolObject.phpt]
V8\SymbolValue [tests/V8SymbolValue.phpt]
V8\TryCatch [tests/V8TryCatch.phpt]
V8\TryCatch - getting from script [tests/V8TryCatch_from_script.phpt]
V8\Uint32Value [tests/V8Uint32Value.phpt]
V8\Value [tests/V8Value.phpt]
V8\Value (destruct) [tests/V8Value_destruct.phpt]
V8\Value - test emptiness checker [tests/V8Value_empty.phpt]
=====================================================================
You may have found a problem in PHP.
This report can be automatically sent to the PHP QA team at
http://qa.php.net/reports and http://news.php.net/php.qa.reports
This gives us a better understanding of PHP's behavior.
If you don't want to send the report immediately you can choose
option "s" to save it. You can then email it to qa-reports@lists.php.net later.
Do you want to send this report now? [Yns]:
Please enter your email address.
(Your address will be mangled so that it will not go out on any
mailinglist in plain text):
Posting to http://qa.php.net/buildtest-process.php
Installing shared extensions: /usr/lib/php/extensions/no-debug-non-zts-20151012/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment