php-ext.com / yaf (from dev using PHP 7.3.28-zts-buster)

Dockerfile
FROM php:7.3.28-zts-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/laruence/yaf /tmp/ext-src && \
    cd /tmp/ext-src && \
    phpize && \
    ./configure --enable-yaf && \
    make && \
    make test
Build output PASS 25ss
Step 1/4 : FROM php:7.3.28-zts-buster
---> b7f4c7bf7df3
Step 2/4 : WORKDIR /tmp
---> Running in 16c091a4eae5
Removing intermediate container 16c091a4eae5
---> faeb2a402e7d
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 69246ef44785

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 (4975 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 (73.6 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 ...
12684 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 69246ef44785
---> 04bc8a1e1056
Step 4/4 : RUN git clone --recursive --depth=1 https://github.com/laruence/yaf /tmp/ext-src && cd /tmp/ext-src && phpize && ./configure --enable-yaf && make && make test
---> Running in 93bad219d328
Cloning into '/tmp/ext-src'...

Configuring for:
PHP Api Version:         20180731
Zend Module Api No:      20180731
Zend Extension Api No:   320180731
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 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-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-zts-20180731
checking for PHP installed headers prefix...
/usr/local/include/php
checking if debug is enabled...
no
checking if zts is enabled...
yes
checking for re2c...
re2c
checking for re2c version...
1.1.1 (ok)
checking for gawk...
no
checking for nawk...
nawk
checking if nawk is broken...
no
checking whether to enable yaf support...
yes, shared
checking PHP version...
7.3.28, ok
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 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 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: creating ./config.status
config.status: creating config.h
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I. -I/tmp/ext-src -DPHP_ATOM_INC -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   -c /tmp/ext-src/yaf.c -o yaf.lo
mkdir .libs
cc -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -c /tmp/ext-src/yaf.c  -fPIC -DPIC -o .libs/yaf.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I. -I/tmp/ext-src -DPHP_ATOM_INC -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   -c /tmp/ext-src/yaf_application.c -o yaf_application.lo
cc -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -c /tmp/ext-src/yaf_application.c  -fPIC -DPIC -o .libs/yaf_application.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I. -I/tmp/ext-src -DPHP_ATOM_INC -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   -c /tmp/ext-src/yaf_bootstrap.c -o yaf_bootstrap.lo
cc -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -c /tmp/ext-src/yaf_bootstrap.c  -fPIC -DPIC -o .libs/yaf_bootstrap.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I. -I/tmp/ext-src -DPHP_ATOM_INC -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   -c /tmp/ext-src/yaf_dispatcher.c -o yaf_dispatcher.lo
cc -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -c /tmp/ext-src/yaf_dispatcher.c  -fPIC -DPIC -o .libs/yaf_dispatcher.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I. -I/tmp/ext-src -DPHP_ATOM_INC -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   -c /tmp/ext-src/yaf_exception.c -o yaf_exception.lo
cc -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -c /tmp/ext-src/yaf_exception.c  -fPIC -DPIC -o .libs/yaf_exception.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I. -I/tmp/ext-src -DPHP_ATOM_INC -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   -c /tmp/ext-src/yaf_config.c -o yaf_config.lo
cc -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -c /tmp/ext-src/yaf_config.c  -fPIC -DPIC -o .libs/yaf_config.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I. -I/tmp/ext-src -DPHP_ATOM_INC -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   -c /tmp/ext-src/configs/yaf_config_ini.c -o configs/yaf_config_ini.lo
mkdir configs/.libs
cc -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -c /tmp/ext-src/configs/yaf_config_ini.c  -fPIC -DPIC -o configs/.libs/yaf_config_ini.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I. -I/tmp/ext-src -DPHP_ATOM_INC -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   -c /tmp/ext-src/configs/yaf_config_simple.c -o configs/yaf_config_simple.lo
cc -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -c /tmp/ext-src/configs/yaf_config_simple.c  -fPIC -DPIC -o configs/.libs/yaf_config_simple.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I. -I/tmp/ext-src -DPHP_ATOM_INC -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   -c /tmp/ext-src/yaf_request.c -o yaf_request.lo
cc -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -c /tmp/ext-src/yaf_request.c  -fPIC -DPIC -o .libs/yaf_request.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I. -I/tmp/ext-src -DPHP_ATOM_INC -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   -c /tmp/ext-src/requests/yaf_request_http.c -o requests/yaf_request_http.lo
mkdir requests/.libs
cc -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -c /tmp/ext-src/requests/yaf_request_http.c  -fPIC -DPIC -o requests/.libs/yaf_request_http.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I. -I/tmp/ext-src -DPHP_ATOM_INC -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   -c /tmp/ext-src/requests/yaf_request_simple.c -o requests/yaf_request_simple.lo
cc -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -c /tmp/ext-src/requests/yaf_request_simple.c  -fPIC -DPIC -o requests/.libs/yaf_request_simple.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I. -I/tmp/ext-src -DPHP_ATOM_INC -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   -c /tmp/ext-src/yaf_response.c -o yaf_response.lo
cc -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -c /tmp/ext-src/yaf_response.c  -fPIC -DPIC -o .libs/yaf_response.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I. -I/tmp/ext-src -DPHP_ATOM_INC -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   -c /tmp/ext-src/responses/yaf_response_http.c -o responses/yaf_response_http.lo
mkdir responses/.libs
cc -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -c /tmp/ext-src/responses/yaf_response_http.c  -fPIC -DPIC -o responses/.libs/yaf_response_http.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I. -I/tmp/ext-src -DPHP_ATOM_INC -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   -c /tmp/ext-src/responses/yaf_response_cli.c -o responses/yaf_response_cli.lo
cc -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -c /tmp/ext-src/responses/yaf_response_cli.c  -fPIC -DPIC -o responses/.libs/yaf_response_cli.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I. -I/tmp/ext-src -DPHP_ATOM_INC -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   -c /tmp/ext-src/yaf_view.c -o yaf_view.lo
cc -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -c /tmp/ext-src/yaf_view.c  -fPIC -DPIC -o .libs/yaf_view.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I. -I/tmp/ext-src -DPHP_ATOM_INC -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   -c /tmp/ext-src/views/yaf_view_interface.c -o views/yaf_view_interface.lo
mkdir views/.libs
cc -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -c /tmp/ext-src/views/yaf_view_interface.c  -fPIC -DPIC -o views/.libs/yaf_view_interface.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I. -I/tmp/ext-src -DPHP_ATOM_INC -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   -c /tmp/ext-src/views/yaf_view_simple.c -o views/yaf_view_simple.lo
cc -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -c /tmp/ext-src/views/yaf_view_simple.c  -fPIC -DPIC -o views/.libs/yaf_view_simple.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I. -I/tmp/ext-src -DPHP_ATOM_INC -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   -c /tmp/ext-src/yaf_controller.c -o yaf_controller.lo
cc -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -c /tmp/ext-src/yaf_controller.c  -fPIC -DPIC -o .libs/yaf_controller.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I. -I/tmp/ext-src -DPHP_ATOM_INC -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   -c /tmp/ext-src/yaf_action.c -o yaf_action.lo
cc -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -c /tmp/ext-src/yaf_action.c  -fPIC -DPIC -o .libs/yaf_action.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I. -I/tmp/ext-src -DPHP_ATOM_INC -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   -c /tmp/ext-src/yaf_router.c -o yaf_router.lo
cc -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -c /tmp/ext-src/yaf_router.c  -fPIC -DPIC -o .libs/yaf_router.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I. -I/tmp/ext-src -DPHP_ATOM_INC -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   -c /tmp/ext-src/routes/yaf_route_interface.c -o routes/yaf_route_interface.lo
mkdir routes/.libs
cc -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -c /tmp/ext-src/routes/yaf_route_interface.c  -fPIC -DPIC -o routes/.libs/yaf_route_interface.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I. -I/tmp/ext-src -DPHP_ATOM_INC -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   -c /tmp/ext-src/routes/yaf_route_static.c -o routes/yaf_route_static.lo
cc -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -c /tmp/ext-src/routes/yaf_route_static.c  -fPIC -DPIC -o routes/.libs/yaf_route_static.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I. -I/tmp/ext-src -DPHP_ATOM_INC -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   -c /tmp/ext-src/routes/yaf_route_simple.c -o routes/yaf_route_simple.lo
cc -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -c /tmp/ext-src/routes/yaf_route_simple.c  -fPIC -DPIC -o routes/.libs/yaf_route_simple.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I. -I/tmp/ext-src -DPHP_ATOM_INC -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   -c /tmp/ext-src/routes/yaf_route_supervar.c -o routes/yaf_route_supervar.lo
cc -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -c /tmp/ext-src/routes/yaf_route_supervar.c  -fPIC -DPIC -o routes/.libs/yaf_route_supervar.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I. -I/tmp/ext-src -DPHP_ATOM_INC -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   -c /tmp/ext-src/routes/yaf_route_regex.c -o routes/yaf_route_regex.lo
cc -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -c /tmp/ext-src/routes/yaf_route_regex.c  -fPIC -DPIC -o routes/.libs/yaf_route_regex.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I. -I/tmp/ext-src -DPHP_ATOM_INC -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   -c /tmp/ext-src/routes/yaf_route_rewrite.c -o routes/yaf_route_rewrite.lo
cc -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -c /tmp/ext-src/routes/yaf_route_rewrite.c  -fPIC -DPIC -o routes/.libs/yaf_route_rewrite.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I. -I/tmp/ext-src -DPHP_ATOM_INC -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   -c /tmp/ext-src/routes/yaf_route_map.c -o routes/yaf_route_map.lo
cc -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -c /tmp/ext-src/routes/yaf_route_map.c  -fPIC -DPIC -o routes/.libs/yaf_route_map.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I. -I/tmp/ext-src -DPHP_ATOM_INC -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   -c /tmp/ext-src/yaf_loader.c -o yaf_loader.lo
cc -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -c /tmp/ext-src/yaf_loader.c  -fPIC -DPIC -o .libs/yaf_loader.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I. -I/tmp/ext-src -DPHP_ATOM_INC -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   -c /tmp/ext-src/yaf_registry.c -o yaf_registry.lo
cc -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -c /tmp/ext-src/yaf_registry.c  -fPIC -DPIC -o .libs/yaf_registry.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I. -I/tmp/ext-src -DPHP_ATOM_INC -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   -c /tmp/ext-src/yaf_plugin.c -o yaf_plugin.lo
cc -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -c /tmp/ext-src/yaf_plugin.c  -fPIC -DPIC -o .libs/yaf_plugin.o
/bin/bash /tmp/ext-src/libtool --mode=compile cc  -I. -I/tmp/ext-src -DPHP_ATOM_INC -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   -c /tmp/ext-src/yaf_session.c -o yaf_session.lo
cc -I. -I/tmp/ext-src -DPHP_ATOM_INC -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 -c /tmp/ext-src/yaf_session.c  -fPIC -DPIC -o .libs/yaf_session.o
/bin/bash /tmp/ext-src/libtool --mode=link cc -DPHP_ATOM_INC -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 yaf.la -export-dynamic -avoid-version -prefer-pic -module -rpath /tmp/ext-src/modules  yaf.lo yaf_application.lo yaf_bootstrap.lo yaf_dispatcher.lo yaf_exception.lo yaf_config.lo configs/yaf_config_ini.lo configs/yaf_config_simple.lo yaf_request.lo requests/yaf_request_http.lo requests/yaf_request_simple.lo yaf_response.lo responses/yaf_response_http.lo responses/yaf_response_cli.lo yaf_view.lo views/yaf_view_interface.lo views/yaf_view_simple.lo yaf_controller.lo yaf_action.lo yaf_router.lo routes/yaf_route_interface.lo routes/yaf_route_static.lo routes/yaf_route_simple.lo routes/yaf_route_supervar.lo routes/yaf_route_regex.lo routes/yaf_route_rewrite.lo routes/yaf_route_map.lo yaf_loader.lo yaf_registry.lo yaf_plugin.lo yaf_session.lo
cc -shared  .libs/yaf.o .libs/yaf_application.o .libs/yaf_bootstrap.o .libs/yaf_dispatcher.o .libs/yaf_exception.o .libs/yaf_config.o configs/.libs/yaf_config_ini.o configs/.libs/yaf_config_simple.o .libs/yaf_request.o requests/.libs/yaf_request_http.o requests/.libs/yaf_request_simple.o .libs/yaf_response.o responses/.libs/yaf_response_http.o responses/.libs/yaf_response_cli.o .libs/yaf_view.o views/.libs/yaf_view_interface.o views/.libs/yaf_view_simple.o .libs/yaf_controller.o .libs/yaf_action.o .libs/yaf_router.o routes/.libs/yaf_route_interface.o routes/.libs/yaf_route_static.o routes/.libs/yaf_route_simple.o routes/.libs/yaf_route_supervar.o routes/.libs/yaf_route_regex.o routes/.libs/yaf_route_rewrite.o routes/.libs/yaf_route_map.o .libs/yaf_loader.o .libs/yaf_registry.o .libs/yaf_plugin.o .libs/yaf_session.o   -Wl,-soname -Wl,yaf.so -o .libs/yaf.so
creating yaf.la
(cd .libs && rm -f yaf.la && ln -s ../yaf.la yaf.la)
/bin/bash /tmp/ext-src/libtool --mode=install cp ./yaf.la /tmp/ext-src/modules
cp ./.libs/yaf.so /tmp/ext-src/modules/yaf.so
cp ./.libs/yaf.lai /tmp/ext-src/modules/yaf.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 : 7.3.28
ZEND_VERSION: 3.3.28
PHP_OS      : Linux - Linux 93bad219d328 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 : 7.3.28
ZEND_VERSION: 3.3.28
PHP_OS      : Linux - Linux 93bad219d328 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 04:55:12
=====================================================================
TEST 1/132 [tests/001.phpt]
PASS Check for yaf presence [tests/001.phpt]
TEST 2/132 [tests/002.phpt]
PASS Check for Yaf_Request_Simple [tests/002.phpt]
TEST 3/132 [tests/003.phpt]
PASS Check for Yaf_Loader local names [tests/003.phpt]
TEST 4/132 [tests/004.phpt]
PASS Check for Yaf_Registry APIs [tests/004.phpt]
TEST 5/132 [tests/005.phpt]
PASS Check for Yaf_Response_Cli APIs [tests/005.phpt]
TEST 6/132 [tests/006.phpt]
PASS Check for Yaf_Route_Static routing [tests/006.phpt]
TEST 7/132 [tests/007.phpt]
PASS Check for Yaf_Config_Simple APIs [tests/007.phpt]
TEST 8/132 [tests/008.phpt]
PASS Check for Yaf_Router basic usages [tests/008.phpt]
TEST 9/132 [tests/009.phpt]
PASS Check for Yaf_View_Simple basic usages [tests/009.phpt]
TEST 10/132 [tests/010.phpt]
PASS Check for Yaf_Config_Ini basic usages [tests/010.phpt]
TEST 11/132 [tests/011.phpt]
PASS Check for Yaf_Route_Rewrite routing [tests/011.phpt]
TEST 12/132 [tests/012.phpt]
PASS Check for Yaf_Route_Regex [tests/012.phpt]
TEST 13/132 [tests/013.phpt]
PASS Check for Yaf_Router and Config Routes [tests/013.phpt]
TEST 14/132 [tests/014.phpt]
PASS Check for Yaf_Application [tests/014.phpt]
TEST 15/132 [tests/015.phpt]
PASS Check for Yaf_Exception [tests/015.phpt]
TEST 16/132 [tests/016.phpt]
PASS Check for Yaf_Session [tests/016.phpt]
TEST 17/132 [tests/017.phpt]
PASS Bug (mem leak and crash in Yaf_Config_Ini) [tests/017.phpt]
TEST 18/132 [tests/018.phpt]
PASS Bug Yaf_Config_Ini crash due to inaccurate refcount [tests/018.phpt]
TEST 19/132 [tests/019.phpt]
PASS Yaf_Router::getCurrent with number key [tests/019.phpt]
TEST 20/132 [tests/020.phpt]
PASS Check for Yaf_Application errors variables [tests/020.phpt]
TEST 21/132 [tests/021.phpt]
PASS Check for Yaf_Application error handler [tests/021.phpt]
TEST 22/132 [tests/022.phpt]
PASS Check for Yaf_Application::get/setAppDirectory [tests/022.phpt]
TEST 23/132 [tests/023.phpt]
PASS Check for Yaf_Loader::set/get(library_path) [tests/023.phpt]
TEST 24/132 [tests/024.phpt]
PASS Check for Yaf_Loader::getInstace() paramters [tests/024.phpt]
TEST 25/132 [tests/025.phpt]
PASS Check for Yaf_Loader with namespace configuration [tests/025.phpt]
TEST 26/132 [tests/026.phpt]
PASS Check for Yaf_Response::setBody/prependBody/appendBody [tests/026.phpt]
TEST 27/132 [tests/027.phpt]
PASS Check for Yaf autoload controller [tests/027.phpt]
TEST 28/132 [tests/028.phpt]
PASS Bug segfault while call exit in a view template [tests/028.phpt]
TEST 29/132 [tests/029.phpt]
PASS Check for Yaf_View_Simple::get and clear [tests/029.phpt]
TEST 30/132 [tests/030.phpt]
PASS Check for Yaf_Config_Ini::__construct with section [tests/030.phpt]
TEST 31/132 [tests/031.phpt]
PASS Check for application.dispatcher.defaultRoute [tests/031.phpt]
TEST 32/132 [tests/032.phpt]
PASS Check for Yaf_Config_Ini with env [tests/032.phpt]
TEST 33/132 [tests/033.phpt]
PASS Check for Yaf_View_Simple with predefined template dir [tests/033.phpt]
TEST 34/132 [tests/034.phpt]
PASS Check for Yaf_View_Simple::eval [tests/034.phpt]
TEST 35/132 [tests/035.phpt]
SKIP Check for Yaf_View_Simple with short_tag_open [tests/035.phpt] reason: PHP 5.4 remove short_open_tag
TEST 36/132 [tests/036.phpt]
PASS Check for Yaf_Route_Static with arbitrary urls [tests/036.phpt]
TEST 37/132 [tests/037.phpt]
PASS Check for Yaf_Loader and open_basedir [tests/037.phpt]
TEST 38/132 [tests/038.phpt]
PASS Check for Yaf_View_Simple error message outputing [tests/038.phpt]
TEST 39/132 [tests/039.phpt]
PASS Check for Yaf_View_Simple recursive render error message outputing [tests/039.phpt]
TEST 40/132 [tests/040.phpt]
PASS Fixed bug that segv in Yaf_View_Simple::render if the tpl is not a string [tests/040.phpt]
TEST 41/132 [tests/041.phpt]
PASS Check for controller return false preventing auto-renderring [tests/041.phpt]
TEST 42/132 [tests/042.phpt]
PASS Check for throw exception in Yaf_Controller::init [tests/042.phpt]
TEST 43/132 [tests/043.phpt]
PASS Check for yaf.system settings [tests/043.phpt]
TEST 44/132 [tests/044.phpt]
PASS Memleaks in Yaf_Dispatcher::getInstance() [tests/044.phpt]
TEST 45/132 [tests/045.phpt]
PASS Check for segfault while use closure as error handler [tests/045.phpt]
TEST 46/132 [tests/046.phpt]
PASS Check for Yaf_Loader with single class [tests/046.phpt]
TEST 47/132 [tests/047.phpt]
PASS Check for Yaf_Loader with spl_autoload [tests/047.phpt]
TEST 48/132 [tests/048.phpt]
PASS Check for Sample application [tests/048.phpt]
TEST 49/132 [tests/049.phpt]
PASS Check for Sample application with exception [tests/049.phpt]
TEST 50/132 [tests/050.phpt]
PASS Check for Sample application with return response [tests/050.phpt]
TEST 51/132 [tests/051.phpt]
PASS Fixed bug that segfault while a abnormal object set to Yaf_Route*::route [tests/051.phpt]
TEST 52/132 [tests/052.phpt]
PASS Check for Yaf_Request APis [tests/052.phpt]
TEST 53/132 [tests/053.phpt]
PASS Check for Custom view engine [tests/053.phpt]
TEST 54/132 [tests/054.phpt]
PASS check for Various segfault [tests/054.phpt]
TEST 55/132 [tests/055.phpt]
PASS check for Yaf_Dispatcher::autoRender [tests/055.phpt]
TEST 56/132 [tests/056.phpt]
PASS check for Yaf_Dispatcher::throwException [tests/056.phpt]
TEST 57/132 [tests/057.phpt]
PASS check for Yaf_Dispatcher::catchException [tests/057.phpt]
TEST 58/132 [tests/058.phpt]
PASS check for Yaf_Dispatcher::flushInstantly [tests/058.phpt]
TEST 59/132 [tests/059.phpt]
PASS Check nesting view render [tests/059.phpt]
TEST 60/132 [tests/060.phpt]
PASS Check for working with other autoloaders [tests/060.phpt]
TEST 61/132 [tests/061.phpt]
PASS Bug empty template file interrupts forward chain [tests/061.phpt]
TEST 62/132 [tests/062.phpt]
PASS Check for Yaf_View_Simple and application's template directory [tests/062.phpt]
TEST 63/132 [tests/063.phpt]
PASS Check for Yaf_Route_Rewrite with dynamic mvc [tests/063.phpt]
TEST 64/132 [tests/064.phpt]
PASS Check for Yaf_Route_Regex with dynamic mvc [tests/064.phpt]
TEST 65/132 [tests/065.phpt]
PASS Yaf_Route_Regex map is optional [tests/065.phpt]
TEST 66/132 [tests/066.phpt]
PASS Check for Yaf_Route_Regex with abnormal map [tests/066.phpt]
TEST 67/132 [tests/067.phpt]
PASS Check actions map with defined action class [tests/067.phpt]
TEST 68/132 [tests/068.phpt]
PASS Check for multi inheritance of section [tests/068.phpt]
TEST 69/132 [tests/069.phpt]
PASS Fixed bug that alter_response is not binary safe [tests/069.phpt]
TEST 70/132 [tests/070.phpt]
PASS Fixed misleading error message when providing a string in Yaf_Application construction [tests/070.phpt]
TEST 71/132 [tests/071.phpt]
PASS return type in Yaf_Simple_Config::valid() should be boolean [tests/071.phpt]
TEST 72/132 [tests/072.phpt]
PASS check for Yaf_Response_Http headers function; [tests/072.phpt]
TEST 73/132 [tests/073.phpt]
PASS Check for Yaf_Route_Rewrite::assemble [tests/073.phpt]
TEST 74/132 [tests/074.phpt]
PASS Check for Yaf_Route_Simple::assemble [tests/074.phpt]
TEST 75/132 [tests/075.phpt]
PASS Check for Yaf_Route_Regex::assemble [tests/075.phpt]
TEST 76/132 [tests/076.phpt]
PASS Check for Yaf_Route_Supervar::assemble [tests/076.phpt]
TEST 77/132 [tests/077.phpt]
PASS Check for Yaf_Route_Static::assemble [tests/077.phpt]
TEST 78/132 [tests/078.phpt]
PASS Check for Yaf_Route_Map::assemble [tests/078.phpt]
TEST 79/132 [tests/079.phpt]
PASS Autoloading the classes under library [tests/079.phpt]
TEST 80/132 [tests/080.phpt]
PASS PHP7 didn't display Error. [tests/080.phpt]
TEST 81/132 [tests/081.phpt]
PASS PHP7 Yaf_Response leak memory [tests/081.phpt]
TEST 82/132 [tests/082.phpt]
PASS Check for variables out of scope [tests/082.phpt]
TEST 83/132 [tests/083.phpt]
PASS Check for ReturnResponse in cli [tests/083.phpt]
TEST 84/132 [tests/084.phpt]
PASS Check request methods [tests/084.phpt]
SKIP Check Yaf_Request_Http::getRaw [tests/085.phpt] reason: CGI not available
TEST 86/132 [tests/086.phpt]
PASS Check for Yaf_Response_HTTP::setRedirect in CLI [tests/086.phpt]
TEST 87/132 [tests/087.phpt]
PASS Check for Yaf_Route_Map with arbitrary urls [tests/087.phpt]
TEST 88/132 [tests/088.phpt]
PASS Check for Yaf_Route_Rwrite with arbitrary urls [tests/088.phpt]
TEST 89/132 [tests/089.phpt]
PASS Check for Yaf_Config_Ini gets [tests/089.phpt]
TEST 90/132 [tests/090.phpt]
PASS Check for view path generating [tests/090.phpt]
SKIP Check for Yaf_Request_getXXX [tests/091.phpt] reason: CGI not available
TEST 92/132 [tests/092.phpt]
PASS Check for base uri detecting [tests/092.phpt]
TEST 93/132 [tests/093.phpt]
PASS Check for numeric keys in view assign [tests/093.phpt]
TEST 94/132 [tests/094.phpt]
PASS Check for Yaf_Request read/write property [tests/094.phpt]
TEST 95/132 [tests/095.phpt]
PASS Check for Yaf_Request read/write property [tests/095.phpt]
TEST 96/132 [tests/096.phpt]
PASS Check for Custom route [tests/096.phpt]
TEST 97/132 [tests/097.phpt]
PASS Check for Yaf_Route_Supervar with arbitrary urls [tests/097.phpt]
TEST 98/132 [tests/098.phpt]
PASS Check for Yaf_Bootstrap protected method [tests/098.phpt]
TEST 99/132 [tests/099.phpt]
PASS Check for Multiple exception in plugins [tests/099.phpt]
TEST 100/132 [tests/100.phpt]
PASS Check for error conditions of Yaf_Application::constructor [tests/100.phpt]
TEST 101/132 [tests/101.phpt]
PASS Check for various  cycle references [tests/101.phpt]
TEST 102/132 [tests/102.phpt]
PASS Check for yaf.forward_limit [tests/102.phpt]
TEST 103/132 [tests/103.phpt]
PASS Check for Yaf_Request::set*Name 's second argument [tests/103.phpt]
TEST 104/132 [tests/104.phpt]
PASS Check for Yaf_Dispatcher::dispatch() of errors while loading executor [tests/104.phpt]
TEST 105/132 [tests/105.phpt]
PASS Check for Yaf_Application::bootstrap errors [tests/105.phpt]
TEST 106/132 [tests/106.phpt]
PASS Check for PSR-4 autoloading [tests/106.phpt]
TEST 107/132 [tests/107.phpt]
PASS Check for Yaf_Dispatcher::setRespone [tests/107.phpt]
TEST 108/132 [tests/108.phpt]
PASS Check for auto response with ErrorController [tests/108.phpt]
TEST 109/132 [tests/109.phpt]
PASS Check for SIMD build_camel_name [tests/109.phpt]
TEST 110/132 [tests/bug61493.phpt]
PASS Bug #61493 (Can't remove item when using unset() with a Yaf_Config_Simple instance) [tests/bug61493.phpt]
TEST 111/132 [tests/bug62702.phpt]
PASS FR #62702 (Make baseuri case-insensitive) [tests/bug62702.phpt]
TEST 112/132 [tests/bug63381.phpt]
PASS Bug #63381 ($_SERVER['SCRIPT_NAME'] changed by yaf) [tests/bug63381.phpt]
TEST 113/132 [tests/bug63438.phpt]
PASS Bug #63438 (Strange behavior with nested rendering) [tests/bug63438.phpt]
TEST 114/132 [tests/bug63900.phpt]
PASS Bug #63900 (Segfault if separated action executes failed) [tests/bug63900.phpt]
TEST 115/132 [tests/bug70913.phpt]
PASS Bug #70913 (Segfault while new Yaf_Controller) [tests/bug70913.phpt]
TEST 116/132 [tests/bug76213.phpt]
PASS Bug #76213 (Memory leaks with yaf_dispatcher_exception_handler) [tests/bug76213.phpt]
TEST 117/132 [tests/bug76217.phpt]
PASS Bug #76217 (Memory leaks with Yaf_Dispatcher::setDefault*) [tests/bug76217.phpt]
TEST 118/132 [tests/issue134.phpt]
PASS ISSUE #134 (Segfault while calling assemble) [tests/issue134.phpt]
TEST 119/132 [tests/issue163.phpt]
PASS Issue #163 (forward from init controller) [tests/issue163.phpt]
SKIP ISSUE #231 (php-fpm worker core dump BUG) [tests/issue231.phpt] reason: CGI not available
SKIP ISSUE #232 (Segfault with Yaf_Route_Simple) [tests/issue232.phpt] reason: CGI not available
TEST 122/132 [tests/issue297.phpt]
PASS ISSUE #297 (Yaf_Loader fail to load namespace class name) [tests/issue297.phpt]
TEST 123/132 [tests/issue303.phpt]
PASS ISSUE #303 (local variable is overrided by view renderring) [tests/issue303.phpt]
TEST 124/132 [tests/issue311.phpt]
PASS ISSUE #311 (Yaf_application::environ should respect $environ) [tests/issue311.phpt]
TEST 125/132 [tests/issue415.phpt]
PASS Issue #415 ($actions changed to be reference) [tests/issue415.phpt]
TEST 126/132 [tests/issue420.phpt]
PASS Issue #420 (bug in yaf_dispatcher_get_call_parameters) [tests/issue420.phpt]
TEST 127/132 [tests/issue468.phpt]
PASS ISSUE #468 Check for same name variables assignment [tests/issue468.phpt]
TEST 128/132 [tests/issue469.phpt]
PASS Issue #469 (treat autocontroller as Contorller mistakenly) [tests/issue469.phpt]
TEST 129/132 [tests/issue513.phpt]
PASS Check for Custom MVC name [tests/issue513.phpt]
SKIP Check for Yaf_Response_HTTP::setRedirect in CGI [tests/issue518.phpt] reason: CGI not available
TEST 131/132 [tests/issue530.phpt]
SKIP Segfault while exiting in action [tests/issue530.phpt] reason: only PHP8 affected
TEST 132/132 [tests/issue535.phpt]
PASS ISSUE #535 (Segsev while throw exception in action) [tests/issue535.phpt]
=====================================================================
TIME END 2021-04-30 04:55:17
=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :    0
Exts tested     :   33
---------------------------------------------------------------------

Number of tests :  132               125
Tests skipped   :    7 (  5.3%) --------
Tests warned    :    0 (  0.0%) (  0.0%)
Tests failed    :    0 (  0.0%) (  0.0%)
Expected fail   :    0 (  0.0%) (  0.0%)
Tests passed    :  125 ( 94.7%) (100.0%)
---------------------------------------------------------------------
Time taken      :    5 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 93bad219d328
---> 341f7cd831ed
Successfully built 341f7cd831ed