Skip to content

Instantly share code, notes, and snippets.

@armando-basile
Created September 15, 2015 16:02
Show Gist options
  • Save armando-basile/94afc76c91b384cd4297 to your computer and use it in GitHub Desktop.
Save armando-basile/94afc76c91b384cd4297 to your computer and use it in GitHub Desktop.
[armando@localhost msgpack-php-msgpack-0.5.7]$ phpize
Configuring for:
PHP Api Version: 20131106
Zend Module Api No: 20131226
Zend Extension Api No: 220131226
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: You should add the contents of the following files to `aclocal.m4':
libtoolize: `/usr/share/aclocal/libtool.m4'
libtoolize: `/usr/share/aclocal/ltoptions.m4'
libtoolize: `/usr/share/aclocal/ltversion.m4'
libtoolize: `/usr/share/aclocal/ltsugar.m4'
libtoolize: `/usr/share/aclocal/lt~obsolete.m4'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
[armando@localhost msgpack-php-msgpack-0.5.7]$ ./configure
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
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/lib64/php/extensions
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.13.6 (ok)
checking for gawk... gawk
checking PHP version... ok
checking for msgpack support... yes, shared
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... (cached) gawk
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
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 for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/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
configure: creating ./config.status
config.status: creating config.h
config.status: executing libtool commands
[armando@localhost msgpack-php-msgpack-0.5.7]$ make
/bin/sh /home/armando/Scaricati/msgpack-php-msgpack-0.5.7/libtool --mode=compile cc -I. -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7 -DPHP_ATOM_INC -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7/include -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7/main -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7 -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 -DHAVE_CONFIG_H -g -O2 -c /home/armando/Scaricati/msgpack-php-msgpack-0.5.7/msgpack.c -o msgpack.lo
libtool: compile: cc -I. -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7 -DPHP_ATOM_INC -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7/include -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7/main -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7 -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 -DHAVE_CONFIG_H -g -O2 -c /home/armando/Scaricati/msgpack-php-msgpack-0.5.7/msgpack.c -fPIC -DPIC -o .libs/msgpack.o
/bin/sh /home/armando/Scaricati/msgpack-php-msgpack-0.5.7/libtool --mode=compile cc -I. -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7 -DPHP_ATOM_INC -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7/include -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7/main -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7 -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 -DHAVE_CONFIG_H -g -O2 -c /home/armando/Scaricati/msgpack-php-msgpack-0.5.7/msgpack_pack.c -o msgpack_pack.lo
libtool: compile: cc -I. -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7 -DPHP_ATOM_INC -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7/include -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7/main -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7 -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 -DHAVE_CONFIG_H -g -O2 -c /home/armando/Scaricati/msgpack-php-msgpack-0.5.7/msgpack_pack.c -fPIC -DPIC -o .libs/msgpack_pack.o
/bin/sh /home/armando/Scaricati/msgpack-php-msgpack-0.5.7/libtool --mode=compile cc -I. -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7 -DPHP_ATOM_INC -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7/include -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7/main -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7 -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 -DHAVE_CONFIG_H -g -O2 -c /home/armando/Scaricati/msgpack-php-msgpack-0.5.7/msgpack_unpack.c -o msgpack_unpack.lo
libtool: compile: cc -I. -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7 -DPHP_ATOM_INC -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7/include -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7/main -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7 -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 -DHAVE_CONFIG_H -g -O2 -c /home/armando/Scaricati/msgpack-php-msgpack-0.5.7/msgpack_unpack.c -fPIC -DPIC -o .libs/msgpack_unpack.o
/bin/sh /home/armando/Scaricati/msgpack-php-msgpack-0.5.7/libtool --mode=compile cc -I. -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7 -DPHP_ATOM_INC -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7/include -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7/main -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7 -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 -DHAVE_CONFIG_H -g -O2 -c /home/armando/Scaricati/msgpack-php-msgpack-0.5.7/msgpack_class.c -o msgpack_class.lo
libtool: compile: cc -I. -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7 -DPHP_ATOM_INC -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7/include -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7/main -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7 -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 -DHAVE_CONFIG_H -g -O2 -c /home/armando/Scaricati/msgpack-php-msgpack-0.5.7/msgpack_class.c -fPIC -DPIC -o .libs/msgpack_class.o
/bin/sh /home/armando/Scaricati/msgpack-php-msgpack-0.5.7/libtool --mode=compile cc -I. -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7 -DPHP_ATOM_INC -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7/include -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7/main -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7 -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 -DHAVE_CONFIG_H -g -O2 -c /home/armando/Scaricati/msgpack-php-msgpack-0.5.7/msgpack_convert.c -o msgpack_convert.lo
libtool: compile: cc -I. -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7 -DPHP_ATOM_INC -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7/include -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7/main -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7 -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 -DHAVE_CONFIG_H -g -O2 -c /home/armando/Scaricati/msgpack-php-msgpack-0.5.7/msgpack_convert.c -fPIC -DPIC -o .libs/msgpack_convert.o
/bin/sh /home/armando/Scaricati/msgpack-php-msgpack-0.5.7/libtool --mode=link cc -DPHP_ATOM_INC -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7/include -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7/main -I/home/armando/Scaricati/msgpack-php-msgpack-0.5.7 -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 -DHAVE_CONFIG_H -g -O2 -o msgpack.la -export-dynamic -avoid-version -prefer-pic -module -rpath /home/armando/Scaricati/msgpack-php-msgpack-0.5.7/modules msgpack.lo msgpack_pack.lo msgpack_unpack.lo msgpack_class.lo msgpack_convert.lo
libtool: link: cc -shared -fPIC -DPIC .libs/msgpack.o .libs/msgpack_pack.o .libs/msgpack_unpack.o .libs/msgpack_class.o .libs/msgpack_convert.o -O2 -Wl,-soname -Wl,msgpack.so -o .libs/msgpack.so
libtool: link: ( cd ".libs" && rm -f "msgpack.la" && ln -s "../msgpack.la" "msgpack.la" )
/bin/sh /home/armando/Scaricati/msgpack-php-msgpack-0.5.7/libtool --mode=install cp ./msgpack.la /home/armando/Scaricati/msgpack-php-msgpack-0.5.7/modules
libtool: install: cp ./.libs/msgpack.so /home/armando/Scaricati/msgpack-php-msgpack-0.5.7/modules/msgpack.so
libtool: install: cp ./.libs/msgpack.lai /home/armando/Scaricati/msgpack-php-msgpack-0.5.7/modules/msgpack.la
libtool: finish: PATH="/usr/local/bin:/usr/bin:/usr/local/games:/usr/games:/usr/lib64/qt4/bin:/usr/lib64/qt5/bin:/home/armando/bin:/sbin" ldconfig -n /home/armando/Scaricati/msgpack-php-msgpack-0.5.7/modules
----------------------------------------------------------------------
Libraries have been installed in:
/home/armando/Scaricati/msgpack-php-msgpack-0.5.7/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
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
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'.
[armando@localhost msgpack-php-msgpack-0.5.7]$ make test
Build complete.
Don't forget to run 'make test'.
PHP Warning: PHP Startup: Unable to load dynamic library '/home/armando/Scaricati/msgpack-php-msgpack-0.5.7/modules/msgpack.so' - /home/armando/Scaricati/msgpack-php-msgpack-0.5.7/modules/msgpack.so: undefined symbol: ps_globals in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/home/armando/Scaricati/msgpack-php-msgpack-0.5.7/modules/msgpack.so' - /home/armando/Scaricati/msgpack-php-msgpack-0.5.7/modules/msgpack.so: undefined symbol: ps_globals in Unknown on line 0
=====================================================================
PHP : /usr/bin/php
Warning: PHP Startup: Unable to load dynamic library '/home/armando/Scaricati/msgpack-php-msgpack-0.5.7/modules/msgpack.so' - /home/armando/Scaricati/msgpack-php-msgpack-0.5.7/modules/msgpack.so: undefined symbol: ps_globals in Unknown on line 0
PHP_SAPI : cli
PHP_VERSION : 5.6.13
ZEND_VERSION: 2.6.0
PHP_OS : Linux - Linux localhost.localdomain 3.19.8-desktop-3.mga5 #1 SMP Sat Jun 13 17:05:48 UTC 2015 x86_64
INI actual : /home/armando/Scaricati/msgpack-php-msgpack-0.5.7/tmp-php.ini
More .INIs :
CWD : /home/armando/Scaricati/msgpack-php-msgpack-0.5.7
Extra dirs :
VALGRIND : Not used
=====================================================================
TIME START 2015-09-15 15:58:20
=====================================================================
SKIP Check for msgpack presence [tests/001.phpt]
FAIL Check for null serialisation [tests/002.phpt]
FAIL Check for bool serialisation [tests/003.phpt]
FAIL Check for integer serialisation [tests/004.phpt]
FAIL Check for double serialisation [tests/005.phpt]
FAIL Check for simple string serialization [tests/006.phpt]
FAIL Check for simple array serialization [tests/007.phpt]
FAIL Check for array+string serialization [tests/008.phpt]
FAIL Check for reference serialization [tests/009.phpt]
SKIP Check for reference serialization [tests/009b.phpt] reason: tests in PHP 5.2.13/5.3.2 or older
FAIL Array test [tests/010.phpt]
FAIL Object test [tests/012.phpt]
SKIP Object test [tests/012c.phpt] reason: tests in PHP 5.1 or older
FAIL Object-Array test [tests/013.phpt]
FAIL Object-Reference test [tests/014.phpt]
SKIP Check for serialization handler [tests/015.phpt] reason: needs session enabled
SKIP Check for serialization handler, ini-directive [tests/015b.phpt] reason: needs session enabled
SKIP Check for serialization handler [tests/015d.phpt] reason: tests in PHP 5.2 or older
SKIP Check for serialization handler, broken [tests/015e.phpt] reason: needs session enabled
SKIP Check for serialization handler, broken [tests/015f.phpt] reason: tests in PHP 5.2 or older
FAIL Object test, __sleep [tests/016.phpt]
SKIP Object test, __sleep [tests/016c.phpt] reason: tests in PHP 5.1 or older
FAIL Object test, __wakeup [tests/017.phpt]
FAIL Object test, __sleep error cases [tests/018.phpt]
FAIL Object test, __autoload [tests/019.phpt]
FAIL Object test, incomplete class [tests/020.phpt]
FAIL Object Serializable interface [tests/021.phpt]
FAIL Object test, unserialize_callback_func [tests/022.phpt]
FAIL Resource [tests/023.phpt]
FAIL Recursive objects [tests/024.phpt]
SKIP Recursive objects [tests/024b.phpt] reason: tests in PHP 5.2.13/5.3.2 or older
SKIP Recursive objects [tests/024c.phpt] reason: tests in PHP 5.1 or older
FAIL Object test, array of objects with __sleep [tests/025.phpt]
SKIP Object test, array of objects with __sleep [tests/025c.phpt] reason: tests in PHP 5.1 or older
FAIL Cyclic array test [tests/026.phpt]
SKIP Cyclic array test [tests/026b.phpt] reason: tests in PHP 5.2.13/5.3.2 or older
SKIP Cyclic array test [tests/026d.phpt] reason: tests in PHP 5.0 or older
SKIP Check for serialization handler [tests/027.phpt] reason: needs session enabled
SKIP Check for serialization handler [tests/027d.phpt] reason: tests in PHP 5.2 or older
SKIP Serialize object into session, full set [tests/028.phpt] reason: needs session enabled
SKIP Serialize object into session, full set [tests/028b.phpt] reason: tests in PHP 5.2.13/5.3.2 or older
SKIP Serialize object into session, full set [tests/028c.phpt] reason: tests in PHP 5.1
SKIP Serialize object into session, full set [tests/028d.phpt] reason: tests in PHP 5.0 or older
SKIP Msgpack module info [tests/029.phpt] reason: skip needs session enabled
FAIL Unserialize invalid data [tests/030.phpt]
FAIL Object Serializable interface throws exceptions [tests/031.phpt]
FAIL Object test, __sleep and __wakeup exceptions [tests/032.phpt]
FAIL Object test, cyclic references [tests/033.phpt]
FAIL Unserialize invalid random data [tests/034.phpt]
SKIP Profiling perf test. [tests/035.phpt]
FAIL broken random data test [tests/040.phpt]
FAIL broken random data test : MessagePack class [tests/040b.phpt]
FAIL broken random data test : MessagePackUnpacker::feed [tests/040c.phpt]
FAIL broken random data test : MessagePackUnpacker::execute [tests/040d.phpt]
FAIL Check for double NaN, Inf, -Inf, 0, and -0 [tests/041.phpt]
FAIL Closure [tests/042.phpt]
FAIL Check for array unserialization [tests/050.phpt]
FAIL Check for buffered streaming unserialization [tests/060.phpt]
SKIP Check for buffered streaming unserialization [tests/060b.phpt] reason: tests in PHP 5.2.13/5.3.2 or older
SKIP Check for buffered streaming unserialization [tests/060c.phpt] reason: tests in PHP 5.1 or older
FAIL Check for unbuffered streaming unserialization [tests/061.phpt]
SKIP Check for unbuffered streaming unserialization [tests/061b.phpt] reason: tests in PHP 5.2.13/5.3.2 or older
SKIP Check for unbuffered streaming unserialization [tests/061c.phpt] reason: tests in PHP 5.1 or older
FAIL Extra bytes buffered streaming unserialization [tests/062.phpt]
FAIL Extra bytes unbuffered streaming unserialization [tests/063.phpt]
FAIL Check for buffered streaming unserialization (single) [tests/064.phpt]
SKIP Check for buffered streaming unserialization (single) [tests/064b.phpt] reason: tests in PHP 5.2.13/5.3.2 or older
SKIP Check for buffered streaming unserialization (single) [tests/064c.phpt] reason: tests in PHP 5.1 or older
FAIL Check for unbuffered streaming unserialization (single) [tests/065.phpt]
SKIP Check for unbuffered streaming unserialization (single) [tests/065b.phpt] reason: tests in PHP 5.2.13/5.3.2 or older
SKIP Check for unbuffered streaming unserialization (single) [tests/065c.phpt] reason: tests in PHP 5.1 or older
FAIL Extra bytes buffered streaming unserialization (single) [tests/066.phpt]
FAIL Extra bytes unbuffered streaming unserialization (single) [tests/067.phpt]
FAIL Check for alias functions [tests/070.phpt]
SKIP Check for alias functions [tests/070b.phpt] reason: tests in PHP 5.2.13/5.3.2 or older
SKIP Check for alias functions [tests/070c.phpt] reason: tests in PHP 5.1 or older
FAIL Check for class methods [tests/071.phpt]
SKIP Check for class methods [tests/071b.phpt] reason: tests in PHP 5.2.13/5.3.2 or older
SKIP Check for class methods [tests/071c.phpt] reason: tests in PHP 5.1 or older
FAIL Check for class methods unpacker [tests/072.phpt]
SKIP Check for class methods unpacker [tests/072b.phpt] reason: tests in PHP 5.2.13/5.3.2 or older
SKIP Check for class methods unpacker [tests/072c.phpt] reason: tests in PHP 5.1 or older
FAIL Check for class unpacker [tests/073.phpt]
SKIP Check for class unpacker [tests/073b.phpt] reason: tests in PHP 5.2.13/5.3.2 or older
SKIP Check for class unpacker [tests/073c.phpt] reason: tests in PHP 5.1 or older
FAIL disabled php only (ini_set) [tests/080.phpt]
FAIL disabled php only for class methods (ini_set) [tests/081.phpt]
FAIL disabled php only for class methods unpacker (ini_set) [tests/082.phpt]
FAIL disabled php only for class unpacker (ini_set) [tests/083.phpt]
FAIL disabled php only for class methods (constract) [tests/084.phpt]
FAIL disabled php only for class methods unpacker (constract) [tests/085.phpt]
FAIL disabled php only for class unpacker (constract) [tests/086.phpt]
FAIL disabled php only for class methods (set option) [tests/087.phpt]
FAIL disabled php only for class methods unpacker (set option) [tests/088.phpt]
FAIL disabled php only for class unpacker (set option) [tests/089.phpt]
FAIL unpack of object converter (string) [tests/090.phpt]
SKIP unpack of object converter (string) [tests/090b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of object converter (object) [tests/091.phpt]
SKIP unpack of object converter (object) [tests/091b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of object converter (string: php_only=0) [tests/092.phpt]
SKIP unpack of object converter (string: php_only=0) [tests/092b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of object converter (object: php_only=0) [tests/093.phpt]
SKIP unpack of object converter (object: php_only=0) [tests/093b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of object converter : class unpack (string) [tests/094.phpt]
SKIP unpack of object converter : class unpack (string) [tests/094b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of object converter : class unpack (object) [tests/095.phpt]
SKIP unpack of object converter : class unpack (object) [tests/095b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of object converter : class unpack (string: php_only=0) [tests/096.phpt]
SKIP unpack of object converter : class unpack (string: php_only=0) [tests/096b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of object converter : class unpack (object: php_only=0) [tests/097.phpt]
SKIP unpack of object converter : class unpack (object: php_only=0) [tests/097b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of object converter: class unpack (string: OPT_PHPONLY=false) [tests/098.phpt]
SKIP unpack of object converter: class unpack (string: OPT_PHPONLY=false) [tests/098b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of object converter : class unpacker (string) [tests/099.phpt]
SKIP unpack of object converter : class unpacker (string) [tests/099b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of object converter : class unpacker (object) [tests/100.phpt]
SKIP unpack of object converter : class unpacker (object) [tests/100b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of object converter : class unpacker (string: php_only=0) [tests/101.phpt]
SKIP unpack of object converter : class unpack (string: php_only=0) [tests/101b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of object converter : class unpacker (object: php_only=0) [tests/102.phpt]
SKIP unpack of object converter : class unpacker (object: php_only=0) [tests/102b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of object converter: class unpacker (string: OPT_PHPONLY=false) [tests/103.phpt]
SKIP unpack of object converter: class unpacker (string: OPT_PHPONLY=false) [tests/103b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of template converter: class unpacker (array: string) [tests/104.phpt]
SKIP unpack of template converter: class unpacker (array: string) [tests/104b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of template converter: class unpacker (array: object) [tests/105.phpt]
SKIP unpack of template converter: class unpacker (array: object) [tests/105b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of template converter: class unpacker (string) [tests/106.phpt]
SKIP unpack of template converter: class unpacker (string) [tests/106b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of template converter: class unpacker (object) [tests/107.phpt]
SKIP unpack of template converter: class unpacker (object) [tests/107b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of template converter: multiple class: class unpacker (array: string) [tests/108.phpt]
SKIP unpack of template converter: multiple class: class unpacker (array: string) [tests/108b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of template converter: multiple class: class unpacker (array: object) [tests/109.phpt]
SKIP unpack of template converter: multiple class: class unpacker (array: object) [tests/109b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of template converter: multiple variable: class unpacker (array: string) [tests/110.phpt]
SKIP unpack of template converter: multiple variable: class unpacker (array: string) [tests/110b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of template converter: multiple variable: class unpacker (array: object) [tests/111.phpt]
SKIP unpack of template converter: multiple variable: class unpacker (array: object) [tests/111b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of template converter: multiple class/variable: class unpacker (array: string) [tests/112.phpt]
SKIP unpack of template converter: multiple class/variable: class unpacker (array: string) [tests/112b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of template converter: multiple class/variable: class unpacker (array: object) [tests/113.phpt]
SKIP unpack of template converter: multiple class/variable: class unpacker (array: object) [tests/113b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of template converter: multiple class/variable: class unpacker (array) [tests/114.phpt]
SKIP unpack of template converter: multiple class/variable: class unpacker (array) [tests/114b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of template converter: class unpacker (array: string: OPT_PHPONLY=false) [tests/115.phpt]
SKIP unpack of template converter: class unpacker (array: string: OPT_PHPONLY=false) [tests/115b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of template converter: class unpacker (array: object: OPT_PHPONLY=false) [tests/116.phpt]
SKIP unpack of template converter: class unpacker (array: object: OPT_PHPONLY=false) [tests/116b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of template converter: class unpacker (string: OPT_PHPONLY=false) [tests/117.phpt]
SKIP unpack of template converter: class unpacker (string: OPT_PHPONLY=false) [tests/117b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of template converter: class unpacker (object: OPT_PHPONLY=false) [tests/118.phpt]
SKIP unpack of template converter: class unpacker (object: OPT_PHPONLY=false) [tests/118b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of template converter: multiple class: class unpacker (array: string: OPT_PHPONLY=false) [tests/119.phpt]
SKIP unpack of template converter: multiple class: class unpacker (array: string: OPT_PHPONLY=false) [tests/119b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of template converter: multiple class: class unpacker (array: object: OPT_PHPONLY=false) [tests/120.phpt]
SKIP unpack of template converter: multiple class: class unpacker (array: object: OPT_PHPONLY=false) [tests/120b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of template converter: multiple variable: class unpacker (array: string: OPT_PHPONLY=false) [tests/121.phpt]
SKIP unpack of template converter: multiple variable: class unpacker (array: string: OPT_PHPONLY=false) [tests/121b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of template converter: multiple variable: class unpacker (array: object: OPT_PHPONLY=false) [tests/122.phpt]
SKIP unpack of template converter: multiple variable: class unpacker (array: object: OPT_PHPONLY=false) [tests/122b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of template converter: multiple class/variable: class unpacker (array: string: OPT_PHPONLY=false) [tests/123.phpt]
SKIP unpack of template converter: multiple class/variable: class unpacker (array: string: OPT_PHPONLY=false) [tests/123b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of template converter: multiple class/variable: class unpacker (array: object: OPT_PHPONLY=false) [tests/124.phpt]
SKIP unpack of template converter: multiple class/variable: class unpacker (array: object: OPT_PHPONLY=false) [tests/124b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of template converter: multiple class/variable: class unpacker (array: OPT_PHPONLY=false) [tests/125.phpt]
SKIP unpack of template converter: multiple class/variable: class unpacker (array: OPT_PHPONLY=false) [tests/125b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of template converter (array: string) [tests/126.phpt]
SKIP unpack of template converter (array: string) [tests/126b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of template converter (array: object) [tests/127.phpt]
SKIP unpack of template converter (array: object) [tests/127b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of template converter (string) [tests/128.phpt]
SKIP unpack of template converter (string) [tests/128b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of template converter (object) [tests/129.phpt]
SKIP unpack of template converter (object) [tests/129b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of template converter: multiple class: (array: string) [tests/130.phpt]
SKIP unpack of template converter: multiple class: (array: string) [tests/130b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of template converter: multiple class: (array: object) [tests/131.phpt]
SKIP unpack of template converter: multiple class: (array: object) [tests/131b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of template converter: multiple variable: (array: string) [tests/132.phpt]
SKIP unpack of template converter: multiple variable: (array: string) [tests/132b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of template converter: multiple variable: (array: object) [tests/133.phpt]
SKIP unpack of template converter: multiple variable: (array: object) [tests/133b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of template converter: multiple class/variable: (array: string) [tests/134.phpt]
SKIP unpack of template converter: multiple class/variable: (array: string) [tests/134b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of template converter: multiple class/variable: (array: object) [tests/135.phpt]
SKIP unpack of template converter: multiple class/variable: (array: object) [tests/135b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack of template converter: multiple class/variable: (array) [tests/136.phpt]
SKIP unpack of template converter: multiple class/variable: class unpacker (array) [tests/136b.phpt] reason: tests in PHP 5.1 or older
FAIL unpack/pack str8 [tests/137.phpt]
FAIL unpack bin format family [tests/138.phpt]
SKIP Bug #2 (Deserializing a large array of nested objects gives "zend_mm_heap corrupted") [tests/bug002.phpt]
SKIP Bug #6 (bug with incorrect packing of mixed arrays) [tests/bug006.phpt]
FAIL Bug #011 (Check for segfault with empty array structures) [tests/bug011.phpt]
SKIP Bug #12 (msgpack_seriallize interfere with php serialize) [tests/bug012.phpt]
SKIP Issue #23 (Empty objects get serialized with incorrect type) [tests/issue023.phpt]
=====================================================================
TIME END 2015-09-15 15:58:22
=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped : 0
Exts tested : 9
---------------------------------------------------------------------
Number of tests : 196 107
Tests skipped : 89 ( 45.4%) --------
Tests warned : 0 ( 0.0%) ( 0.0%)
Tests failed : 107 ( 54.6%) (100.0%)
Expected fail : 0 ( 0.0%) ( 0.0%)
Tests passed : 0 ( 0.0%) ( 0.0%)
---------------------------------------------------------------------
Time taken : 2 seconds
=====================================================================
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Check for null serialisation [tests/002.phpt]
Check for bool serialisation [tests/003.phpt]
Check for integer serialisation [tests/004.phpt]
Check for double serialisation [tests/005.phpt]
Check for simple string serialization [tests/006.phpt]
Check for simple array serialization [tests/007.phpt]
Check for array+string serialization [tests/008.phpt]
Check for reference serialization [tests/009.phpt]
Array test [tests/010.phpt]
Object test [tests/012.phpt]
Object-Array test [tests/013.phpt]
Object-Reference test [tests/014.phpt]
Object test, __sleep [tests/016.phpt]
Object test, __wakeup [tests/017.phpt]
Object test, __sleep error cases [tests/018.phpt]
Object test, __autoload [tests/019.phpt]
Object test, incomplete class [tests/020.phpt]
Object Serializable interface [tests/021.phpt]
Object test, unserialize_callback_func [tests/022.phpt]
Resource [tests/023.phpt]
Recursive objects [tests/024.phpt]
Object test, array of objects with __sleep [tests/025.phpt]
Cyclic array test [tests/026.phpt]
Unserialize invalid data [tests/030.phpt]
Object Serializable interface throws exceptions [tests/031.phpt]
Object test, __sleep and __wakeup exceptions [tests/032.phpt]
Object test, cyclic references [tests/033.phpt]
Unserialize invalid random data [tests/034.phpt]
broken random data test [tests/040.phpt]
broken random data test : MessagePack class [tests/040b.phpt]
broken random data test : MessagePackUnpacker::feed [tests/040c.phpt]
broken random data test : MessagePackUnpacker::execute [tests/040d.phpt]
Check for double NaN, Inf, -Inf, 0, and -0 [tests/041.phpt]
Closure [tests/042.phpt]
Check for array unserialization [tests/050.phpt]
Check for buffered streaming unserialization [tests/060.phpt]
Check for unbuffered streaming unserialization [tests/061.phpt]
Extra bytes buffered streaming unserialization [tests/062.phpt]
Extra bytes unbuffered streaming unserialization [tests/063.phpt]
Check for buffered streaming unserialization (single) [tests/064.phpt]
Check for unbuffered streaming unserialization (single) [tests/065.phpt]
Extra bytes buffered streaming unserialization (single) [tests/066.phpt]
Extra bytes unbuffered streaming unserialization (single) [tests/067.phpt]
Check for alias functions [tests/070.phpt]
Check for class methods [tests/071.phpt]
Check for class methods unpacker [tests/072.phpt]
Check for class unpacker [tests/073.phpt]
disabled php only (ini_set) [tests/080.phpt]
disabled php only for class methods (ini_set) [tests/081.phpt]
disabled php only for class methods unpacker (ini_set) [tests/082.phpt]
disabled php only for class unpacker (ini_set) [tests/083.phpt]
disabled php only for class methods (constract) [tests/084.phpt]
disabled php only for class methods unpacker (constract) [tests/085.phpt]
disabled php only for class unpacker (constract) [tests/086.phpt]
disabled php only for class methods (set option) [tests/087.phpt]
disabled php only for class methods unpacker (set option) [tests/088.phpt]
disabled php only for class unpacker (set option) [tests/089.phpt]
unpack of object converter (string) [tests/090.phpt]
unpack of object converter (object) [tests/091.phpt]
unpack of object converter (string: php_only=0) [tests/092.phpt]
unpack of object converter (object: php_only=0) [tests/093.phpt]
unpack of object converter : class unpack (string) [tests/094.phpt]
unpack of object converter : class unpack (object) [tests/095.phpt]
unpack of object converter : class unpack (string: php_only=0) [tests/096.phpt]
unpack of object converter : class unpack (object: php_only=0) [tests/097.phpt]
unpack of object converter: class unpack (string: OPT_PHPONLY=false) [tests/098.phpt]
unpack of object converter : class unpacker (string) [tests/099.phpt]
unpack of object converter : class unpacker (object) [tests/100.phpt]
unpack of object converter : class unpacker (string: php_only=0) [tests/101.phpt]
unpack of object converter : class unpacker (object: php_only=0) [tests/102.phpt]
unpack of object converter: class unpacker (string: OPT_PHPONLY=false) [tests/103.phpt]
unpack of template converter: class unpacker (array: string) [tests/104.phpt]
unpack of template converter: class unpacker (array: object) [tests/105.phpt]
unpack of template converter: class unpacker (string) [tests/106.phpt]
unpack of template converter: class unpacker (object) [tests/107.phpt]
unpack of template converter: multiple class: class unpacker (array: string) [tests/108.phpt]
unpack of template converter: multiple class: class unpacker (array: object) [tests/109.phpt]
unpack of template converter: multiple variable: class unpacker (array: string) [tests/110.phpt]
unpack of template converter: multiple variable: class unpacker (array: object) [tests/111.phpt]
unpack of template converter: multiple class/variable: class unpacker (array: string) [tests/112.phpt]
unpack of template converter: multiple class/variable: class unpacker (array: object) [tests/113.phpt]
unpack of template converter: multiple class/variable: class unpacker (array) [tests/114.phpt]
unpack of template converter: class unpacker (array: string: OPT_PHPONLY=false) [tests/115.phpt]
unpack of template converter: class unpacker (array: object: OPT_PHPONLY=false) [tests/116.phpt]
unpack of template converter: class unpacker (string: OPT_PHPONLY=false) [tests/117.phpt]
unpack of template converter: class unpacker (object: OPT_PHPONLY=false) [tests/118.phpt]
unpack of template converter: multiple class: class unpacker (array: string: OPT_PHPONLY=false) [tests/119.phpt]
unpack of template converter: multiple class: class unpacker (array: object: OPT_PHPONLY=false) [tests/120.phpt]
unpack of template converter: multiple variable: class unpacker (array: string: OPT_PHPONLY=false) [tests/121.phpt]
unpack of template converter: multiple variable: class unpacker (array: object: OPT_PHPONLY=false) [tests/122.phpt]
unpack of template converter: multiple class/variable: class unpacker (array: string: OPT_PHPONLY=false) [tests/123.phpt]
unpack of template converter: multiple class/variable: class unpacker (array: object: OPT_PHPONLY=false) [tests/124.phpt]
unpack of template converter: multiple class/variable: class unpacker (array: OPT_PHPONLY=false) [tests/125.phpt]
unpack of template converter (array: string) [tests/126.phpt]
unpack of template converter (array: object) [tests/127.phpt]
unpack of template converter (string) [tests/128.phpt]
unpack of template converter (object) [tests/129.phpt]
unpack of template converter: multiple class: (array: string) [tests/130.phpt]
unpack of template converter: multiple class: (array: object) [tests/131.phpt]
unpack of template converter: multiple variable: (array: string) [tests/132.phpt]
unpack of template converter: multiple variable: (array: object) [tests/133.phpt]
unpack of template converter: multiple class/variable: (array: string) [tests/134.phpt]
unpack of template converter: multiple class/variable: (array: object) [tests/135.phpt]
unpack of template converter: multiple class/variable: (array) [tests/136.phpt]
unpack/pack str8 [tests/137.phpt]
unpack bin format family [tests/138.phpt]
Bug #011 (Check for segfault with empty array structures) [tests/bug011.phpt]
=====================================================================
You may have found a problem in PHP.
@ooghry
Copy link

ooghry commented Jun 24, 2020

How did you solve this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment