php-ext.com / igbinary (from dev using PHP 8.0.5-buster)
Dockerfile
FROM php:8.0.5-buster
WORKDIR /tmp
RUN apt update && \
apt install -y --no-install-recommends git subversion autoconf build-essential && \
rm -rf /var/lib/apt/lists/*
RUN git clone --recursive --depth=1 https://github.com/igbinary/igbinary /tmp/ext-src && \
cd /tmp/ext-src && \
phpize && \
./configure --enable-igbinary && \
make && \
make test
Build output PASS
26ss
Step 1/4 : FROM php:8.0.5-buster
---> 9d3d64fb1730
Step 2/4 : WORKDIR /tmp
---> Running in a877f0a48cf0
Removing intermediate container a877f0a48cf0
---> 930b860c49ac
Step 3/4 : RUN apt update && apt install -y --no-install-recommends git subversion autoconf build-essential && rm -rf /var/lib/apt/lists/*
---> Running in 751ba814bc74
WARNING:
apt
does not have a stable CLI interface.
Use with caution in scripts.
Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [285 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
Fetched 8441 kB in 2s (5241 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
2 packages can be upgraded. Run 'apt list --upgradable' to see them.
WARNING:
apt
does not have a stable CLI interface.
Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
autoconf is already the newest version (2.69-11).
The following package was automatically installed and is no longer required:
lsb-base
Use 'apt autoremove' to remove it.
The following additional packages will be installed:
git-man libapr1 libaprutil1 libcurl3-gnutls liberror-perl libexpat1
libpcre2-8-0 libserf-1-1 libsvn1 libutf8proc2
Suggested packages:
gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email
git-gui gitk gitweb git-cvs git-mediawiki git-svn db5.3-util
libapache2-mod-svn subversion-tools
Recommended packages:
less ssh-client
The following NEW packages will be installed:
build-essential git git-man libapr1 libaprutil1 libcurl3-gnutls
liberror-perl libexpat1 libpcre2-8-0 libserf-1-1 libsvn1 libutf8proc2
subversion
0 upgraded, 13 newly installed, 0 to remove and 2 not upgraded.
Need to get 10.7 MB of archives.
After this operation, 50.2 MB of additional disk space will be used.
Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libcurl3-gnutls amd64 7.64.0-4+deb10u2 [330 kB]
Get:2 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
Get:3 http://deb.debian.org/debian buster/main amd64 libexpat1 amd64 2.2.6-2+deb10u1 [106 kB]
Get:4 http://deb.debian.org/debian buster/main amd64 libpcre2-8-0 amd64 10.32-5 [213 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 liberror-perl all 0.17027-2 [30.9 kB]
Get:6 http://deb.debian.org/debian buster/main amd64 git-man all 1:2.20.1-2+deb10u3 [1620 kB]
Get:7 http://deb.debian.org/debian buster/main amd64 git amd64 1:2.20.1-2+deb10u3 [5633 kB]
Get:8 http://deb.debian.org/debian buster/main amd64 libapr1 amd64 1.6.5-1+b1 [102 kB]
Get:9 http://deb.debian.org/debian buster/main amd64 libaprutil1 amd64 1.6.1-4 [91.8 kB]
Get:10 http://deb.debian.org/debian buster/main amd64 libserf-1-1 amd64 1.3.9-7+b10 [53.6 kB]
Get:11 http://deb.debian.org/debian buster/main amd64 libutf8proc2 amd64 2.3.0-1 [53.0 kB]
Get:12 http://deb.debian.org/debian buster/main amd64 libsvn1 amd64 1.10.4-1+deb10u2 [1403 kB]
Get:13 http://deb.debian.org/debian buster/main amd64 subversion amd64 1.10.4-1+deb10u2 [1008 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 10.7 MB in 0s (85.9 MB/s)
Selecting previously unselected package build-essential.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ...
12690 files and directories currently installed.)
Preparing to unpack .../00-build-essential_12.6_amd64.deb ...
Unpacking build-essential (12.6) ...
Selecting previously unselected package libcurl3-gnutls:amd64.
Preparing to unpack .../01-libcurl3-gnutls_7.64.0-4+deb10u2_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.64.0-4+deb10u2) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../02-libexpat1_2.2.6-2+deb10u1_amd64.deb ...
Unpacking libexpat1:amd64 (2.2.6-2+deb10u1) ...
Selecting previously unselected package libpcre2-8-0:amd64.
Preparing to unpack .../03-libpcre2-8-0_10.32-5_amd64.deb ...
Unpacking libpcre2-8-0:amd64 (10.32-5) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../04-liberror-perl_0.17027-2_all.deb ...
Unpacking liberror-perl (0.17027-2) ...
Selecting previously unselected package git-man.
Preparing to unpack .../05-git-man_1%3a2.20.1-2+deb10u3_all.deb ...
Unpacking git-man (1:2.20.1-2+deb10u3) ...
Selecting previously unselected package git.
Preparing to unpack .../06-git_1%3a2.20.1-2+deb10u3_amd64.deb ...
Unpacking git (1:2.20.1-2+deb10u3) ...
Selecting previously unselected package libapr1:amd64.
Preparing to unpack .../07-libapr1_1.6.5-1+b1_amd64.deb ...
Unpacking libapr1:amd64 (1.6.5-1+b1) ...
Selecting previously unselected package libaprutil1:amd64.
Preparing to unpack .../08-libaprutil1_1.6.1-4_amd64.deb ...
Unpacking libaprutil1:amd64 (1.6.1-4) ...
Selecting previously unselected package libserf-1-1:amd64.
Preparing to unpack .../09-libserf-1-1_1.3.9-7+b10_amd64.deb ...
Unpacking libserf-1-1:amd64 (1.3.9-7+b10) ...
Selecting previously unselected package libutf8proc2:amd64.
Preparing to unpack .../10-libutf8proc2_2.3.0-1_amd64.deb ...
Unpacking libutf8proc2:amd64 (2.3.0-1) ...
Selecting previously unselected package libsvn1:amd64.
Preparing to unpack .../11-libsvn1_1.10.4-1+deb10u2_amd64.deb ...
Unpacking libsvn1:amd64 (1.10.4-1+deb10u2) ...
Selecting previously unselected package subversion.
Preparing to unpack .../12-subversion_1.10.4-1+deb10u2_amd64.deb ...
Unpacking subversion (1.10.4-1+deb10u2) ...
Setting up libexpat1:amd64 (2.2.6-2+deb10u1) ...
Setting up libutf8proc2:amd64 (2.3.0-1) ...
Setting up libapr1:amd64 (1.6.5-1+b1) ...
Setting up libcurl3-gnutls:amd64 (7.64.0-4+deb10u2) ...
Setting up liberror-perl (0.17027-2) ...
Setting up libpcre2-8-0:amd64 (10.32-5) ...
Setting up build-essential (12.6) ...
Setting up git-man (1:2.20.1-2+deb10u3) ...
Setting up libaprutil1:amd64 (1.6.1-4) ...
Setting up libserf-1-1:amd64 (1.3.9-7+b10) ...
Setting up git (1:2.20.1-2+deb10u3) ...
Setting up libsvn1:amd64 (1.10.4-1+deb10u2) ...
Setting up subversion (1.10.4-1+deb10u2) ...
Processing triggers for libc-bin (2.28-10) ...
Removing intermediate container 751ba814bc74
---> 9e78749df73b
Step 4/4 : RUN git clone --recursive --depth=1 https://github.com/igbinary/igbinary /tmp/ext-src && cd /tmp/ext-src && phpize && ./configure --enable-igbinary && make && make test
---> Running in 00e002c0d3bf
Cloning into '/tmp/ext-src'...
Configuring for:
PHP Api Version: 20200930
Zend Module Api No: 20200930
Zend Extension Api No: 420200930
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
checking for pkg-config...
/usr/bin/pkg-config
checking pkg-config is at least version 0.9.0...
yes
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 for system library directory...
lib
checking if compiler supports -R...
no
checking if compiler supports -Wl,-rpath,...
yes
checking build system type...
x86_64-pc-linux-gnu
checking host system type...
x86_64-pc-linux-gnu
checking target system type...
x86_64-pc-linux-gnu
checking for PHP prefix...
/usr/local
checking for PHP includes...
-I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
checking for PHP extension directory...
/usr/local/lib/php/extensions/no-debug-non-zts-20200930
checking for PHP installed headers prefix...
/usr/local/include/php
checking if debug is enabled...
no
checking if zts is enabled...
no
checking for gawk...
no
checking for nawk...
nawk
checking if nawk is broken...
no
checking whether to enable igbinary support...
yes, shared
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 stdbool.h usability...
yes
checking stdbool.h presence...
yes
checking for stdbool.h...
yes
checking stddef.h usability...
yes
checking stddef.h presence...
yes
checking for stddef.h...
yes
checking for stdint.h...
(cached)
yes
checking PHP version...
PHP 7
checking for APCu includes...
not found
checking size of long...
8
checking compiler type...
gcc
checking for a sed that does not truncate output...
/bin/sed
checking for ld used by cc...
/usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld...
yes
checking for /usr/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 dlfcn.h usability...
yes
checking dlfcn.h presence...
yes
checking for dlfcn.h...
yes
checking the maximum length of command line arguments...
1572864
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...
yes
checking if cc supports -c -o file.o...
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
creating libtool
appending configuration tag "CXX" to libtool
configure: patching config.h.in
configure: creating ./config.status
config.status: creating config.h
/bin/bash /tmp/ext-src/libtool --mode=compile cc -I. -I/tmp/ext-src -I/tmp/ext-src/include -I/tmp/ext-src/main -I/tmp/ext-src -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -g -O2 -O2 -Wall -Wpointer-arith -Wcast-align -Wwrite-strings -Wswitch -finline-limit=10000 --param large-function-growth=10000 --param inline-unit-growth=10000 -c /tmp/ext-src/src/php7/igbinary.c -o src/php7/igbinary.lo
mkdir src/php7/.libs
cc -I. -I/tmp/ext-src -I/tmp/ext-src/include -I/tmp/ext-src/main -I/tmp/ext-src -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -g -O2 -O2 -Wall -Wpointer-arith -Wcast-align -Wwrite-strings -Wswitch -finline-limit=10000 --param large-function-growth=10000 --param inline-unit-growth=10000 -c /tmp/ext-src/src/php7/igbinary.c -fPIC -DPIC -o src/php7/.libs/igbinary.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -I. -I/tmp/ext-src -I/tmp/ext-src/include -I/tmp/ext-src/main -I/tmp/ext-src -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -g -O2 -O2 -Wall -Wpointer-arith -Wcast-align -Wwrite-strings -Wswitch -finline-limit=10000 --param large-function-growth=10000 --param inline-unit-growth=10000 -c /tmp/ext-src/src/php7/hash_si.c -o src/php7/hash_si.lo
cc -I. -I/tmp/ext-src -I/tmp/ext-src/include -I/tmp/ext-src/main -I/tmp/ext-src -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -g -O2 -O2 -Wall -Wpointer-arith -Wcast-align -Wwrite-strings -Wswitch -finline-limit=10000 --param large-function-growth=10000 --param inline-unit-growth=10000 -c /tmp/ext-src/src/php7/hash_si.c -fPIC -DPIC -o src/php7/.libs/hash_si.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc -I. -I/tmp/ext-src -I/tmp/ext-src/include -I/tmp/ext-src/main -I/tmp/ext-src -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -g -O2 -O2 -Wall -Wpointer-arith -Wcast-align -Wwrite-strings -Wswitch -finline-limit=10000 --param large-function-growth=10000 --param inline-unit-growth=10000 -c /tmp/ext-src/src/php7/hash_si_ptr.c -o src/php7/hash_si_ptr.lo
cc -I. -I/tmp/ext-src -I/tmp/ext-src/include -I/tmp/ext-src/main -I/tmp/ext-src -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -g -O2 -O2 -Wall -Wpointer-arith -Wcast-align -Wwrite-strings -Wswitch -finline-limit=10000 --param large-function-growth=10000 --param inline-unit-growth=10000 -c /tmp/ext-src/src/php7/hash_si_ptr.c -fPIC -DPIC -o src/php7/.libs/hash_si_ptr.o
/bin/bash /tmp/ext-src/libtool --mode=link cc -shared -I/tmp/ext-src/include -I/tmp/ext-src/main -I/tmp/ext-src -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -o igbinary.la -export-dynamic -avoid-version -prefer-pic -module -rpath /tmp/ext-src/modules src/php7/igbinary.lo src/php7/hash_si.lo src/php7/hash_si_ptr.lo
mkdir .libs
cc -shared src/php7/.libs/igbinary.o src/php7/.libs/hash_si.o src/php7/.libs/hash_si_ptr.o -Wl,-soname -Wl,igbinary.so -o .libs/igbinary.so
creating igbinary.la
(cd .libs && rm -f igbinary.la && ln -s ../igbinary.la igbinary.la)
/bin/bash /tmp/ext-src/libtool --mode=install cp ./igbinary.la /tmp/ext-src/modules
cp ./.libs/igbinary.so /tmp/ext-src/modules/igbinary.so
cp ./.libs/igbinary.lai /tmp/ext-src/modules/igbinary.la
PATH="$PATH:/sbin" ldconfig -n /tmp/ext-src/modules
----------------------------------------------------------------------
Libraries have been installed in:
/tmp/ext-src/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'.
Build complete.
Don't forget to run 'make test'.
=====================================================================
PHP : /usr/local/bin/php
PHP_SAPI : cli
PHP_VERSION : 8.0.5
ZEND_VERSION: 4.0.5
PHP_OS : Linux - Linux 00e002c0d3bf 5.8.0-50-generic #56-Ubuntu SMP Mon Apr 12 17:18:36 UTC 2021 x86_64
INI actual : /tmp/ext-src/tmp-php.ini
More .INIs :
---------------------------------------------------------------------
PHP : /usr/local/bin/phpdbg
PHP_SAPI : phpdbg
PHP_VERSION : 8.0.5
ZEND_VERSION: 4.0.5
PHP_OS : Linux - Linux 00e002c0d3bf 5.8.0-50-generic #56-Ubuntu SMP Mon Apr 12 17:18:36 UTC 2021 x86_64
INI actual : /tmp/ext-src/tmp-php.ini
More .INIs :
---------------------------------------------------------------------
CWD : /tmp/ext-src
Extra dirs :
VALGRIND : Not used
=====================================================================
TIME START 2021-04-30 01:22:01
=====================================================================
TEST 1/132 [tests/__serialize_001.phpt]
PASS __serialize() mechanism (001): Basics [tests/__serialize_001.phpt]
TEST 2/132 [tests/__serialize_002.phpt]
PASS __serialize() mechanism (002): TypeError on invalid return type [tests/__serialize_002.phpt]
TEST 3/132 [tests/__serialize_003.phpt]
PASS __serialize() mechanism (003): Interoperability of different serialization mechanisms [tests/__serialize_003.phpt]
TEST 4/132 [tests/__serialize_004.phpt]
PASS __serialize() mechanism (004): Delayed __unserialize() calls [tests/__serialize_004.phpt]
TEST 5/132 [tests/__serialize_005.phpt]
PASS __serialize() mechanism (005): parent::__unserialize() is safe [tests/__serialize_005.phpt]
TEST 6/132 [tests/__serialize_006.phpt]
PASS __serialize() mechanism (006): DateTime [tests/__serialize_006.phpt]
TEST 7/132 [tests/__serialize_007.phpt]
PASS __serialize() mechanism (007): handle __unserialize throwing [tests/__serialize_007.phpt]
TEST 8/132 [tests/__serialize_008.phpt]
PASS __serialize() mechanism (007): handle __destruct of returned data [tests/__serialize_008.phpt]
TEST 9/132 [tests/__serialize_009.phpt]
PASS __serialize() mechanism (009): Object/reference ids should be the same whether or not __serialize is used. [tests/__serialize_009.phpt]
TEST 10/132 [tests/__serialize_010.phpt]
PASS __serialize() mechanism (010): handle references in array returned by __serialize [tests/__serialize_010.phpt]
TEST 11/132 [tests/__serialize_011.phpt]
PASS __unserializing deeply nested structures [tests/__serialize_011.phpt]
TEST 12/132 [tests/__serialize_012.phpt]
PASS Test unserialization of classes derived from ArrayIterator [tests/__serialize_012.phpt]
TEST 13/132 [tests/__serialize_013.phpt]
SKIP __serialize() mechanism (013): Properties are still typed after unserialization [tests/__serialize_013.phpt] reason: different error message format
TEST 14/132 [tests/__serialize_013_php8.phpt]
PASS __serialize() mechanism (013): Properties are still typed after unserialization (php8) [tests/__serialize_013_php8.phpt]
TEST 15/132 [tests/__serialize_014.phpt]
SKIP __serialize() mechanism (014): Uninitialized properties can be serialized and unserialized [tests/__serialize_014.phpt] reason: different error message format
TEST 16/132 [tests/__serialize_014_php8.phpt]
PASS __serialize() mechanism (014): Uninitialized properties can be serialized and unserialized [tests/__serialize_014_php8.phpt]
TEST 17/132 [tests/__serialize_015.phpt]
PASS __serialize() mechanism (015): Uninitialized properties from __sleep should throw when serializing [tests/__serialize_015.phpt]
TEST 18/132 [tests/__serialize_016.phpt]
SKIP __serialize() mechanism (016): Properties are still typed after unserialization (references) [tests/__serialize_016.phpt] reason: different error message format
TEST 19/132 [tests/__serialize_016_php8.phpt]
PASS __serialize() mechanism (016): Properties are still typed after unserialization (references) [tests/__serialize_016_php8.phpt]
TEST 20/132 [tests/__serialize_017.phpt]
PASS __serialize() mechanism (001): Basics [tests/__serialize_017.phpt]
TEST 21/132 [tests/__serialize_018.phpt]
PASS __serialize() freed on unserialize exception without calling destructor. [tests/__serialize_018.phpt]
TEST 22/132 [tests/__serialize_019.phpt]
PASS __serialize() freed on unserialize exception without calling destructor. [tests/__serialize_019.phpt]
TEST 23/132 [tests/__serialize_020.phpt]
PASS issue when serializing/deserializing nested objects with __serialize [tests/__serialize_020.phpt]
TEST 24/132 [tests/__serialize_021.phpt]
PASS __serialize() mechanism (021): Temporary references in serialized arrays should be properly deduplicated [tests/__serialize_021.phpt]
TEST 25/132 [tests/__serialize_022.phpt]
PASS __serialize() mechanism (021): Test __serialize without __unserialize [tests/__serialize_022.phpt]
TEST 26/132 [tests/igbinary_001.phpt]
PASS Check for igbinary presence [tests/igbinary_001.phpt]
TEST 27/132 [tests/igbinary_002.phpt]
PASS Check for null serialisation [tests/igbinary_002.phpt]
TEST 28/132 [tests/igbinary_003.phpt]
PASS Check for bool serialisation [tests/igbinary_003.phpt]
TEST 29/132 [tests/igbinary_004.phpt]
PASS Check for integer serialisation [tests/igbinary_004.phpt]
TEST 30/132 [tests/igbinary_005.phpt]
PASS Check for double serialisation [tests/igbinary_005.phpt]
TEST 31/132 [tests/igbinary_006.phpt]
PASS Check for simple string serialization [tests/igbinary_006.phpt]
TEST 32/132 [tests/igbinary_007.phpt]
PASS Check for simple array serialization [tests/igbinary_007.phpt]
TEST 33/132 [tests/igbinary_008.phpt]
PASS Check for array+string serialization [tests/igbinary_008.phpt]
TEST 34/132 [tests/igbinary_009.phpt]
PASS Check for reference serialisation [tests/igbinary_009.phpt]
TEST 35/132 [tests/igbinary_009b.phpt]
SKIP Check for reference serialization (Original example, not using var_dump) [tests/igbinary_009b.phpt] reason: requires php 7.x
TEST 36/132 [tests/igbinary_009b_php8.phpt]
PASS Check for reference serialization in php 8 (Original example, not using var_dump) [tests/igbinary_009b_php8.phpt]
TEST 37/132 [tests/igbinary_010.phpt]
PASS Array test [tests/igbinary_010.phpt]
TEST 38/132 [tests/igbinary_012.phpt]
PASS Object test [tests/igbinary_012.phpt]
TEST 39/132 [tests/igbinary_013.phpt]
PASS Object-Array test [tests/igbinary_013.phpt]
TEST 40/132 [tests/igbinary_014.phpt]
PASS Object-Reference test [tests/igbinary_014.phpt]
TEST 41/132 [tests/igbinary_015.phpt]
PASS Check for serialization handler [tests/igbinary_015.phpt]
TEST 42/132 [tests/igbinary_015b.phpt]
PASS Check for serialization handler, ini-directive [tests/igbinary_015b.phpt]
TEST 43/132 [tests/igbinary_015c.phpt]
PASS Check for serialization handler [tests/igbinary_015c.phpt]
TEST 44/132 [tests/igbinary_016.phpt]
PASS Object test, __sleep [tests/igbinary_016.phpt]
TEST 45/132 [tests/igbinary_017.phpt]
PASS Object test, __wakeup [tests/igbinary_017.phpt]
TEST 46/132 [tests/igbinary_018.phpt]
PASS Object test, __sleep error cases [tests/igbinary_018.phpt]
TEST 47/132 [tests/igbinary_019.phpt]
PASS Object test, __autoload [tests/igbinary_019.phpt]
TEST 48/132 [tests/igbinary_020.phpt]
PASS Object test, incomplete class [tests/igbinary_020.phpt]
TEST 49/132 [tests/igbinary_021.phpt]
PASS Object Serializable interface [tests/igbinary_021.phpt]
TEST 50/132 [tests/igbinary_022.phpt]
PASS Object test, unserialize_callback_func [tests/igbinary_022.phpt]
TEST 51/132 [tests/igbinary_023.phpt]
PASS Resource [tests/igbinary_023.phpt]
TEST 52/132 [tests/igbinary_024.phpt]
PASS Recursive objects [tests/igbinary_024.phpt]
TEST 53/132 [tests/igbinary_025.phpt]
PASS Object test, array of objects with __sleep [tests/igbinary_025.phpt]
TEST 54/132 [tests/igbinary_025b.phpt]
PASS Object test, array of small objects with __sleep [tests/igbinary_025b.phpt]
TEST 55/132 [tests/igbinary_026.phpt]
SKIP Cyclic array test [tests/igbinary_026.phpt] reason: requires php 7.x
TEST 56/132 [tests/igbinary_026_php8.phpt]
PASS Cyclic array test [tests/igbinary_026_php8.phpt]
TEST 57/132 [tests/igbinary_026b.phpt]
SKIP Cyclic array test 2 [tests/igbinary_026b.phpt] reason: requires php 7.x
TEST 58/132 [tests/igbinary_026b_php8.phpt]
PASS Cyclic array test 2 [tests/igbinary_026b_php8.phpt]
TEST 59/132 [tests/igbinary_027.phpt]
PASS Check for serialization handler [tests/igbinary_027.phpt]
TEST 60/132 [tests/igbinary_028.phpt]
PASS Serialize object into session, full set [tests/igbinary_028.phpt]
TEST 61/132 [tests/igbinary_029.phpt]
PASS Igbinary module info [tests/igbinary_029.phpt]
TEST 62/132 [tests/igbinary_030_php7.phpt]
SKIP Unserialize invalid data [tests/igbinary_030_php7.phpt] reason: php 7.1 or 7.0 required
TEST 63/132 [tests/igbinary_030_php72.phpt]
PASS Unserialize invalid data (php 7.2+) [tests/igbinary_030_php72.phpt]
TEST 64/132 [tests/igbinary_031.phpt]
PASS Object Serializable interface throws exceptions [tests/igbinary_031.phpt]
TEST 65/132 [tests/igbinary_032.phpt]
PASS Object test, __sleep and __wakeup exceptions [tests/igbinary_032.phpt]
TEST 66/132 [tests/igbinary_033.phpt]
PASS Object test, cyclic references [tests/igbinary_033.phpt]
TEST 67/132 [tests/igbinary_034.phpt]
PASS Unserialize invalid random data [tests/igbinary_034.phpt]
TEST 68/132 [tests/igbinary_040.phpt]
PASS b0rked random data test [tests/igbinary_040.phpt]
TEST 69/132 [tests/igbinary_041.phpt]
PASS Check for double NaN, Inf, -Inf, 0, and -0. IEEE 754 doubles [tests/igbinary_041.phpt]
TEST 70/132 [tests/igbinary_043.phpt]
PASS Object serialization with compact strings [tests/igbinary_043.phpt]
TEST 71/132 [tests/igbinary_044.phpt]
PASS Check for double extremes [tests/igbinary_044.phpt]
TEST 72/132 [tests/igbinary_045b.phpt]
SKIP APCu serializer registration [tests/igbinary_045b.phpt] reason: APCu not loaded
TEST 73/132 [tests/igbinary_045c.phpt]
SKIP APCu serializer registration - more data types [tests/igbinary_045c.phpt] reason: APCu not loaded
TEST 74/132 [tests/igbinary_046.phpt]
PASS Correctly unserialize scalar refs. [tests/igbinary_046.phpt]
TEST 75/132 [tests/igbinary_046b.phpt]
PASS Correctly unserialize multiple object refs. [tests/igbinary_046b.phpt]
TEST 76/132 [tests/igbinary_046c.phpt]
PASS Correctly unserialize multiple array refs. [tests/igbinary_046c.phpt]
TEST 77/132 [tests/igbinary_046d.phpt]
PASS Correctly unserialize multiple object refs and non-refs. [tests/igbinary_046d.phpt]
TEST 78/132 [tests/igbinary_047.phpt]
PASS Check for serialization handler, SessionHandlerInterface [tests/igbinary_047.phpt]
TEST 79/132 [tests/igbinary_048.phpt]
PASS Object test, __set not called for private attr in extended class [tests/igbinary_048.phpt]
TEST 80/132 [tests/igbinary_048b.phpt]
PASS Object test, __set not called for private attr in extended class [tests/igbinary_048b.phpt]
TEST 81/132 [tests/igbinary_049.phpt]
PASS Correctly unserialize multiple references in arrays [tests/igbinary_049.phpt]
TEST 82/132 [tests/igbinary_049b.phpt]
PASS Correctly unserialize multiple references in objects [tests/igbinary_049b.phpt]
TEST 83/132 [tests/igbinary_050.phpt]
PASS Correctly unserialize cyclic object references [tests/igbinary_050.phpt]
TEST 84/132 [tests/igbinary_051.phpt]
PASS Object test, __wakeup (With multiple references) [tests/igbinary_051.phpt]
TEST 85/132 [tests/igbinary_052.phpt]
PASS Object Serializable interface can be serialized in references [tests/igbinary_052.phpt]
TEST 86/132 [tests/igbinary_053.phpt]
PASS __wakeup can modify properties without affecting other objects [tests/igbinary_053.phpt]
TEST 87/132 [tests/igbinary_054.phpt]
PASS __wakeup can add dynamic properties without affecting other objects [tests/igbinary_054.phpt]
TEST 88/132 [tests/igbinary_055.phpt]
PASS __wakeup can replace a copy of the object referring to the root node. [tests/igbinary_055.phpt]
TEST 89/132 [tests/igbinary_057.phpt]
PASS Test serializing more strings than the capacity of the initial strings table. [tests/igbinary_057.phpt]
TEST 90/132 [tests/igbinary_058.phpt]
PASS Should not call __destruct if __wakeup throws an exception [tests/igbinary_058.phpt]
TEST 91/132 [tests/igbinary_058b.phpt]
PASS Should not call __destruct if __wakeup throws an exception (in arrays) [tests/igbinary_058b.phpt]
TEST 92/132 [tests/igbinary_059.phpt]
PASS igbinary_unserialize should never convert from packed array to hash when references exist (Bug #48) [tests/igbinary_059.phpt]
TEST 93/132 [tests/igbinary_060.phpt]
PASS Igbinary_unserialize_header warning [tests/igbinary_060.phpt]
TEST 94/132 [tests/igbinary_061.phpt]
PASS igbinary session decoder should call __wakeup [tests/igbinary_061.phpt]
TEST 95/132 [tests/igbinary_062.phpt]
PASS igbinary should not call __wakeup() if Serializable::unserialize was used to unserialize the object data (like `unserialize`) [tests/igbinary_062.phpt]
TEST 96/132 [tests/igbinary_063_php7.phpt]
SKIP Accessing unserialized numbers. [tests/igbinary_063_php7.phpt] reason: php 7.1 or 7.0 required
TEST 97/132 [tests/igbinary_063_php72.phpt]
PASS Accessing unserialized numbers. [tests/igbinary_063_php72.phpt]
TEST 98/132 [tests/igbinary_064.phpt]
PASS Works when there are hash collisions in strings when serializing. [tests/igbinary_064.phpt]
TEST 99/132 [tests/igbinary_065.phpt]
PASS Don't emit zval has unknown type 0 (IS_UNDEF) [tests/igbinary_065.phpt]
TEST 100/132 [tests/igbinary_066.phpt]
PASS Test serializing different empty arrays [tests/igbinary_066.phpt]
TEST 101/132 [tests/igbinary_067.phpt]
PASS Test serializing multiple reference groups to the same empty array [tests/igbinary_067.phpt]
TEST 102/132 [tests/igbinary_068.phpt]
PASS Test serializing and unserializing PHP_INT_MIN [tests/igbinary_068.phpt]
TEST 103/132 [tests/igbinary_069.phpt]
PASS Test serializing and unserializing many duplicate strings [tests/igbinary_069.phpt]
TEST 104/132 [tests/igbinary_070.phpt]
PASS __serialize() mechanism in igbinary [tests/igbinary_070.phpt]
TEST 105/132 [tests/igbinary_071.phpt]
SKIP igbinary_unserialize with references to typed properties shall skip the references or fail [tests/igbinary_071.phpt] reason: different error message format
TEST 106/132 [tests/igbinary_071_php8.phpt]
PASS igbinary_unserialize with references to typed properties shall skip the references or fail [tests/igbinary_071_php8.phpt]
TEST 107/132 [tests/igbinary_072.phpt]
PASS igbinary and __PHP_INCOMPLETE_CLASS [tests/igbinary_072.phpt]
TEST 108/132 [tests/igbinary_073.phpt]
PASS igbinary and large Serializable [tests/igbinary_073.phpt]
TEST 109/132 [tests/igbinary_074.phpt]
PASS igbinary and not enough data for array [tests/igbinary_074.phpt]
TEST 110/132 [tests/igbinary_075.phpt]
PASS igbinary and not enough data for array [tests/igbinary_075.phpt]
TEST 111/132 [tests/igbinary_076.phpt]
PASS igbinary and edge cases unserializing array keys [tests/igbinary_076.phpt]
TEST 112/132 [tests/igbinary_077.phpt]
PASS igbinary and large arrays [tests/igbinary_077.phpt]
TEST 113/132 [tests/igbinary_078.phpt]
PASS igbinary and large arrays [tests/igbinary_078.phpt]
TEST 114/132 [tests/igbinary_079.phpt]
PASS igbinary and many arrays [tests/igbinary_079.phpt]
TEST 115/132 [tests/igbinary_080.phpt]
PASS igbinary with hash collision serializing strings [tests/igbinary_080.phpt]
TEST 116/132 [tests/igbinary_081.phpt]
PASS igbinary with reference group of size 1 created by array_walk_recursive [tests/igbinary_081.phpt]
TEST 117/132 [tests/igbinary_082.phpt]
PASS igbinary object with reference to ArrayObject [tests/igbinary_082.phpt]
TEST 118/132 [tests/igbinary_082_php74.phpt]
PASS igbinary object with typed properties with reference to ArrayObject [tests/igbinary_082_php74.phpt]
TEST 119/132 [tests/igbinary_083.phpt]
PASS igbinary object with reference to ArrayObject [tests/igbinary_083.phpt]
TEST 120/132 [tests/igbinary_084.phpt]
PASS Properly free duplicate properties when unserializing invalid data [tests/igbinary_084.phpt]
TEST 121/132 [tests/igbinary_084b.phpt]
PASS Properly free duplicate undeclared properties when unserializing invalid data [tests/igbinary_084b.phpt]
TEST 122/132 [tests/igbinary_085.phpt]
PASS Properly free unexpected duplicate fields when unserializing arrays [tests/igbinary_085.phpt]
TEST 123/132 [tests/igbinary_086.phpt]
PASS Test serializing many different classes [tests/igbinary_086.phpt]
TEST 124/132 [tests/igbinary_087.phpt]
PASS Test serializing many values in __sleep [tests/igbinary_087.phpt]
TEST 125/132 [tests/igbinary_088.phpt]
PASS Test serializing wrong values in __sleep [tests/igbinary_088.phpt]
TEST 126/132 [tests/igbinary_089.phpt]
SKIP Test serializing string > 4G [tests/igbinary_089.phpt] reason: requires IGBINARY_HIGH_MEMORY_TESTS=1
TEST 127/132 [tests/igbinary_090.phpt]
PASS Check for handling of IS_INDIRECT in arrays [tests/igbinary_090.phpt]
TEST 128/132 [tests/igbinary_bug54662.phpt]
PASS Nested objects cause segfault, php bug #54662 [tests/igbinary_bug54662.phpt]
TEST 129/132 [tests/igbinary_bug72134.phpt]
PASS igbinary_unserialize causes segfault on 3rd call for objects with dynamic property [tests/igbinary_bug72134.phpt]
TEST 130/132 [tests/igbinary_enums_1.phpt]
SKIP Test unserializing valid enums [tests/igbinary_enums_1.phpt] reason: enums requires php 8.1
TEST 131/132 [tests/igbinary_enums_2.phpt]
SKIP Test unserializing valid and invalid enums [tests/igbinary_enums_2.phpt] reason: enums requires php 8.1
TEST 132/132 [tests/igbinary_unserialize_v1_compatible.phpt]
PASS Unserialize backwards compatible with v1. [tests/igbinary_unserialize_v1_compatible.phpt]
=====================================================================
TIME END 2021-04-30 01:22:04
=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped : 0
Exts tested : 33
---------------------------------------------------------------------
Number of tests : 132 118
Tests skipped : 14 ( 10.6%) --------
Tests warned : 0 ( 0.0%) ( 0.0%)
Tests failed : 0 ( 0.0%) ( 0.0%)
Tests passed : 118 ( 89.4%) (100.0%)
---------------------------------------------------------------------
Time taken : 3 seconds
=====================================================================
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 [email protected] 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
Removing intermediate container 00e002c0d3bf
---> 1f93e9f7056f
Successfully built 1f93e9f7056f