#author("2021-03-10T14:39:53+09:00","","") #author("2021-03-10T14:44:50+09:00","","") #nofollow #norelated 総数:&counter(total); 今日:&counter(today); 昨日:&counter(yesterday); * もくじ [#v5a12d20] #contents &size(22){&color(blue){How to Install Xdebug with pecl};};&br; 参考url: [[Xdebug Document for Installation with pecl>https://xdebug.org/docs/install#pecl]]&br; *Installing Xdebug with pecl [#rbff8a37] You can install Xdebug through PECL on Linux. &br; Run: ~$ sudo pecl install xdebug WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update downloading xdebug-3.0.3.tgz ... Starting to download xdebug-3.0.3.tgz (215,952 bytes) .............................................done: 215,952 bytes 87 source files, building running: phpize Configuring for: PHP Api Version: 20190902 Zend Module Api No: 20190902 Zend Extension Api No: 320190902 building in /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3 running: /tmp/pear/temp/xdebug/configure --with-php-config=/usr/bin/php-config 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 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 checking for PHP includes... -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib checking for PHP extension directory... /usr/lib/php/20190902 checking for PHP installed headers prefix... /usr/include/php/20190902 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 Xdebug support... yes, shared checking whether to enable Xdebug developer build flags... no checking Check for supported PHP versions... supported (7.4.3) checking for gettimeofday... yes checking for clock_gettime... yes 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 netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking for cos in -lm... yes checking for a sed that does not truncate output... /usr/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 running: make Makefile:228: 警告: ターゲット 'test' のためのレシピを置き換えます Makefile:132: 警告: ターゲット 'test' のための古いレシピは無視されます /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug.c -o xdebug.lo mkdir .libs cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/xdebug.c -fPIC -DPIC -o .libs/xdebug.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/base/base.c -o src/base/base.lo mkdir src/base/.libs cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/base/base.c -fPIC -DPIC -o src/base/.libs/base.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/base/filter.c -o src/base/filter.lo cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/base/filter.c -fPIC -DPIC -o src/base/.libs/filter.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/usefulstuff.c -o src/lib/usefulstuff.lo mkdir src/lib/.libs cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/usefulstuff.c -fPIC -DPIC -o src/lib/.libs/usefulstuff.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/compat.c -o src/lib/compat.lo cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/compat.c -fPIC -DPIC -o src/lib/.libs/compat.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/crc32.c -o src/lib/crc32.lo cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/crc32.c -fPIC -DPIC -o src/lib/.libs/crc32.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/hash.c -o src/lib/hash.lo cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/hash.c -fPIC -DPIC -o src/lib/.libs/hash.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/headers.c -o src/lib/headers.lo cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/headers.c -fPIC -DPIC -o src/lib/.libs/headers.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/lib.c -o src/lib/lib.lo cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/lib.c -fPIC -DPIC -o src/lib/.libs/lib.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/llist.c -o src/lib/llist.lo cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/llist.c -fPIC -DPIC -o src/lib/.libs/llist.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/log.c -o src/lib/log.lo cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/log.c -fPIC -DPIC -o src/lib/.libs/log.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/set.c -o src/lib/set.lo cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/set.c -fPIC -DPIC -o src/lib/.libs/set.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/str.c -o src/lib/str.lo cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/str.c -fPIC -DPIC -o src/lib/.libs/str.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/timing.c -o src/lib/timing.lo cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/timing.c -fPIC -DPIC -o src/lib/.libs/timing.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/var.c -o src/lib/var.lo cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/var.c -fPIC -DPIC -o src/lib/.libs/var.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/var_export_html.c -o src/lib/var_export_html.lo cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/var_export_html.c -fPIC -DPIC -o src/lib/.libs/var_export_html.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/var_export_line.c -o src/lib/var_export_line.lo cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/var_export_line.c -fPIC -DPIC -o src/lib/.libs/var_export_line.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/var_export_text.c -o src/lib/var_export_text.lo cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/var_export_text.c -fPIC -DPIC -o src/lib/.libs/var_export_text.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/var_export_xml.c -o src/lib/var_export_xml.lo cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/var_export_xml.c -fPIC -DPIC -o src/lib/.libs/var_export_xml.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/xml.c -o src/lib/xml.lo cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/lib/xml.c -fPIC -DPIC -o src/lib/.libs/xml.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/coverage/branch_info.c -o src/coverage/branch_info.lo mkdir src/coverage/.libs cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/coverage/branch_info.c -fPIC -DPIC -o src/coverage/.libs/branch_info.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/coverage/code_coverage.c -o src/coverage/code_coverage.lo cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/coverage/code_coverage.c -fPIC -DPIC -o src/coverage/.libs/code_coverage.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/debugger/com.c -o src/debugger/com.lo mkdir src/debugger/.libs cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/debugger/com.c -fPIC -DPIC -o src/debugger/.libs/com.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/debugger/debugger.c -o src/debugger/debugger.lo cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/debugger/debugger.c -fPIC -DPIC -o src/debugger/.libs/debugger.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/debugger/handler_dbgp.c -o src/debugger/handler_dbgp.lo cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/debugger/handler_dbgp.c -fPIC -DPIC -o src/debugger/.libs/handler_dbgp.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/debugger/handlers.c -o src/debugger/handlers.lo cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/debugger/handlers.c -fPIC -DPIC -o src/debugger/.libs/handlers.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/develop/develop.c -o src/develop/develop.lo mkdir src/develop/.libs cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/develop/develop.c -fPIC -DPIC -o src/develop/.libs/develop.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/develop/monitor.c -o src/develop/monitor.lo cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/develop/monitor.c -fPIC -DPIC -o src/develop/.libs/monitor.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/develop/php_functions.c -o src/develop/php_functions.lo cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/develop/php_functions.c -fPIC -DPIC -o src/develop/.libs/php_functions.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/develop/stack.c -o src/develop/stack.lo cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/develop/stack.c -fPIC -DPIC -o src/develop/.libs/stack.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/develop/superglobals.c -o src/develop/superglobals.lo cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/develop/superglobals.c -fPIC -DPIC -o src/develop/.libs/superglobals.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/gcstats/gc_stats.c -o src/gcstats/gc_stats.lo mkdir src/gcstats/.libs cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/gcstats/gc_stats.c -fPIC -DPIC -o src/gcstats/.libs/gc_stats.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/profiler/profiler.c -o src/profiler/profiler.lo mkdir src/profiler/.libs cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/profiler/profiler.c -fPIC -DPIC -o src/profiler/.libs/profiler.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/tracing/trace_computerized.c -o src/tracing/trace_computerized.lo mkdir src/tracing/.libs cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/tracing/trace_computerized.c -fPIC -DPIC -o src/tracing/.libs/trace_computerized.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/tracing/trace_html.c -o src/tracing/trace_html.lo cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/tracing/trace_html.c -fPIC -DPIC -o src/tracing/.libs/trace_html.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/tracing/trace_textual.c -o src/tracing/trace_textual.lo cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/tracing/trace_textual.c -fPIC -DPIC -o src/tracing/.libs/trace_textual.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/tracing/tracing.c -o src/tracing/tracing.lo cc -I. -I/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/xdebug/src/tracing/tracing.c -fPIC -DPIC -o src/tracing/.libs/tracing.o /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=link cc -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/include -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/main -I/tmp/pear/temp/xdebug -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -I/tmp/pear/temp/xdebug/src -I/tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/src -DHAVE_CONFIG_H -g -O2 -o xdebug.la -export-dynamic -avoid-version -prefer-pic -module -rpath /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/modules xdebug.lo src/base/base.lo src/base/filter.lo src/lib/usefulstuff.lo src/lib/compat.lo src/lib/crc32.lo src/lib/hash.lo src/lib/headers.lo src/lib/lib.lo src/lib/llist.lo src/lib/log.lo src/lib/set.lo src/lib/str.lo src/lib/timing.lo src/lib/var.lo src/lib/var_export_html.lo src/lib/var_export_line.lo src/lib/var_export_text.lo src/lib/var_ export_xml.lo src/lib/xml.lo src/coverage/branch_info.lo src/coverage/code_coverage.lo src/debugger/com.lo src/debugger/debugger.lo src/debugger/handler_dbgp.lo src/debugger/handlers.lo src/develop/develop.lo src/develop/monitor.lo src/develop/php_functions.lo src/develop/stack.lo src/develop/superglobals.lo src/gcstats/gc_stats.lo src/profiler/profiler.lo src/tracing/trace_computerized.lo src/tracing/trace_html.lo src/tracing/trace_textual.lo src/tracing/tracing.lo -lm cc -shared .libs/xdebug.o src/base/.libs/base.o src/base/.libs/filter.o src/lib/.libs/usefulstuff.o src/lib/.libs/compat.o src/lib/.libs/crc32.o src/lib/.libs/hash.o src/lib/.libs/headers.o src/lib/.libs/lib.o src/lib/.libs/llist.o src/lib/.libs/log.o src/lib/.libs/set.o src/lib/.libs/str.o src/lib/.libs/timing.o src/lib/.libs/var.o src/lib/.libs/var_export_html.o src/lib/.libs/var_export_line.o src/lib/.libs/var_export_text.o src/lib/.libs/var_export_xml.o src/lib/.libs/xml.o src/coverage/.libs/branch_info.o src/coverage/.libs/code_coverage.o src/debugger/.libs/com.o src/debugger/.libs/debugger.o src/debugger/.libs/handler_dbgp.o src/debugger/.libs/handlers.o src/develop/.libs/develop.o src/develop/.libs/monitor.o src/develop/.libs/php_functions.o src/develop/.libs/stack.o src/develop/.libs/superglobals.o src/gcstats/.libs/gc_stats.o src/profiler/.libs/profiler.o src/tracing/.libs/trace_computerized.o src/tracing/.libs/trace_html.o src/tracing/.libs/trace_textual.o src/tracing/.libs/tracing.o -lm -Wl,-so name -Wl,xdebug.so -o .libs/xdebug.so creating xdebug.la (cd .libs && rm -f xdebug.la && ln -s ../xdebug.la xdebug.la) /bin/bash /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/libtool --mode=install cp ./xdebug.la /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/modules cp ./.libs/xdebug.so /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/modules/xdebug.so cp ./.libs/xdebug.lai /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/modules/xdebug.la PATH="$PATH:/sbin" ldconfig -n /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/modules ---------------------------------------------------------------------- Libraries have been installed in: /tmp/pear/temp/pear-build-roothyAdug/xdebug-3.0.3/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'. running: make INSTALL_ROOT="/tmp/pear/temp/pear-build-roothyAdug/install-xdebug-3.0.3" install Makefile:228: 警告: ターゲット 'test' のためのレシピを置き換えます Makefile:132: 警告: ターゲット 'test' のための古いレシピは無視されます Installing shared extensions: /tmp/pear/temp/pear-build-roothyAdug/install-xdebug-3.0.3/usr/lib/php/20190902/ +----------------------------------------------------------------------+ | | | INSTALLATION INSTRUCTIONS | | ========================= | | | | See https://xdebug.org/install.php#configure-php for instructions | | on how to enable Xdebug for PHP. | | | | Documentation is available online as well: | | - A list of all settings: https://xdebug.org/docs-settings.php | | - A list of all functions: https://xdebug.org/docs-functions.php | | - Profiling instructions: https://xdebug.org/docs-profiling2.php | | - Remote debugging: https://xdebug.org/docs-debugger.php | | | | | | NOTE: Please disregard the message | | You should add "extension=xdebug.so" to php.ini | | that is emitted by the PECL installer. This does not work for | | Xdebug. | | | +----------------------------------------------------------------------+ running: find "/tmp/pear/temp/pear-build-roothyAdug/install-xdebug-3.0.3" | xargs ls -dils 659324 4 drwxr-xr-x 3 root root 4096 3月 9 11:57 /tmp/pear/temp/pear-build-roothyAdug/install-xdebug-3.0.3 659434 4 drwxr-xr-x 3 root root 4096 3月 9 11:57 /tmp/pear/temp/pear-build-roothyAdug/install-xdebug-3.0.3/usr 659435 4 drwxr-xr-x 3 root root 4096 3月 9 11:57 /tmp/pear/temp/pear-build-roothyAdug/install-xdebug-3.0.3/usr/lib 659436 4 drwxr-xr-x 3 root root 4096 3月 9 11:57 /tmp/pear/temp/pear-build-roothyAdug/install-xdebug-3.0.3/usr/lib/php 659437 4 drwxr-xr-x 2 root root 4096 3月 9 11:57 /tmp/pear/temp/pear-build-roothyAdug/install-xdebug-3.0.3/usr/lib/php/20190902 659433 2396 -rwxr-xr-x 1 root root 2451512 3月 9 11:57 /tmp/pear/temp/pear-build-roothyAdug/install-xdebug-3.0.3/usr/lib/php/20190902/xdebug.so Build process completed successfully Installing '/usr/lib/php/20190902/xdebug.so' install ok: channel://pecl.php.net/xdebug-3.0.3 configuration option "php_ini" is not set to php.ini location You should add "zend_extension=/usr/lib/php/20190902/xdebug.so" to php.ini ←★あとで設定することになる。 &size(22){&color(blue){Warning: You should ignore any prompts to add "extension=xdebug.so" to php.ini — this will cause problems.};};&br; &br; In some cases pecl will change the php.ini file to add a configuration line to load Xdebug. &br; You can check whether it did by running php -v.&br; php -v &br; If Xdebug shows up with a version number, then you're all set and you can configure Xdebug's other functions, such as Step Debugging, or Profiling.&br; &br; If pecl did not add the right line, skip to the Configure PHP section.&br; ~$ php -v PHP 7.4.3 (cli) (built: Oct 6 2020 15:47:56) ( NTS ) Copyright (c) The PHP Group Zend Engine v3.4.0, Copyright (c) Zend Technologies with Zend OPcache v7.4.3, Copyright (c), by Zend Technologies Xdebug did not show up with a version number... *Configure PHP [#j0be7ff2] https://xdebug.org/docs/install#configure-php **01. Add the following line to php.ini: [#hd08c09e] zend_extension=/wherever/you/put/it/xdebug 前節の実行結果メッセージから、zend_extension に設定すべき値は、下記の通り。&br; zend_extension=/usr/lib/php/20190902/xdebug.so To find out which php.ini file to modify, run a script with the following:&br; <?php var_dump(php_ini_loaded_file(), php_ini_scanned_files()); result is: string(28) "/etc/php/7.4/apache2/php.ini ←★" string(1534) " /etc/php/7.4/apache2/conf.d/10-mysqlnd.ini, /etc/php/7.4/apache2/conf.d/10-opcache.ini, /etc/php/7.4/apache2/conf.d/10-pdo.ini, /etc/php/7.4/apache2/conf.d/15-xml.ini, /etc/php/7.4/apache2/conf.d/20-bcmath.ini, /etc/php/7.4/apache2/conf.d/20-bz2.ini, /etc/php/7.4/apache2/conf.d/20-calendar.ini, /etc/php/7.4/apache2/conf.d/20-ctype.ini, /etc/php/7.4/apache2/conf.d/20-curl.ini, /etc/php/7.4/apache2/conf.d/20-dom.ini, /etc/php/7.4/apache2/conf.d/20-exif.ini, /etc/php/7.4/apache2/conf.d/20-ffi.ini, /etc/php/7.4/apache2/conf.d/20-fileinfo.ini, /etc/php/7.4/apache2/conf.d/20-ftp.ini, /etc/php/7.4/apache2/conf.d/20-gd.ini, /etc/php/7.4/apache2/conf.d/20-gettext.ini, /etc/php/7.4/apache2/conf.d/20-iconv.ini, /etc/php/7.4/apache2/conf.d/20-json.ini, /etc/php/7.4/apache2/conf.d/20-mbstring.ini, /etc/php/7.4/apache2/conf.d/20-mysqli.ini, /etc/php/7.4/apache2/conf.d/20-pdo_mysql.ini, /etc/php/7.4/apache2/conf.d/20-phar.ini, /etc/php/7.4/apache2/conf.d/20-posix.ini, /etc/php/7.4/apache2/conf.d/20-readline.ini, /etc/php/7.4/apache2/conf.d/20-shmop.ini, /etc/php/7.4/apache2/conf.d/20-simplexml.ini, /etc/php/7.4/apache2/conf.d/20-sockets.ini, /etc/php/7.4/apache2/conf.d/20-sysvmsg.ini, /etc/php/7.4/apache2/conf.d/20-sysvsem.ini, /etc/php/7.4/apache2/conf.d/20-sysvshm.ini, /etc/php/7.4/apache2/conf.d/20-tokenizer.ini, /etc/php/7.4/apache2/conf.d/20-xmlreader.ini, /etc/php/7.4/apache2/conf.d/20-xmlwriter.ini, /etc/php/7.4/apache2/conf.d/20-xsl.ini, /etc/php/7.4/apache2/conf.d/20-zip.ini, /etc/php/7.4/apache2/conf.d/mcrypt.ini " Alternatively, you can run php --ini on the command line. php --ini Configuration File (php.ini) Path: /etc/php/7.4/cli Loaded Configuration File: /etc/php/7.4/cli/php.ini ←★ Scan for additional .ini files in: /etc/php/7.4/cli/conf.d Additional .ini files parsed: /etc/php/7.4/cli/conf.d/10-mysqlnd.ini, /etc/php/7.4/cli/conf.d/10-opcache.ini, /etc/php/7.4/cli/conf.d/10-pdo.ini, /etc/php/7.4/cli/conf.d/15-xml.ini, /etc/php/7.4/cli/conf.d/20-bcmath.ini, /etc/php/7.4/cli/conf.d/20-bz2.ini, /etc/php/7.4/cli/conf.d/20-calendar.ini, /etc/php/7.4/cli/conf.d/20-ctype.ini, /etc/php/7.4/cli/conf.d/20-curl.ini, /etc/php/7.4/cli/conf.d/20-dom.ini, /etc/php/7.4/cli/conf.d/20-exif.ini, /etc/php/7.4/cli/conf.d/20-ffi.ini, /etc/php/7.4/cli/conf.d/20-fileinfo.ini, /etc/php/7.4/cli/conf.d/20-ftp.ini, /etc/php/7.4/cli/conf.d/20-gd.ini, /etc/php/7.4/cli/conf.d/20-gettext.ini, /etc/php/7.4/cli/conf.d/20-iconv.ini, /etc/php/7.4/cli/conf.d/20-json.ini, /etc/php/7.4/cli/conf.d/20-mbstring.ini, /etc/php/7.4/cli/conf.d/20-mysqli.ini, /etc/php/7.4/cli/conf.d/20-pdo_mysql.ini, /etc/php/7.4/cli/conf.d/20-phar.ini, /etc/php/7.4/cli/conf.d/20-posix.ini, /etc/php/7.4/cli/conf.d/20-readline.ini, /etc/php/7.4/cli/conf.d/20-shmop.ini, /etc/php/7.4/cli/conf.d/20-simplexml.ini, /etc/php/7.4/cli/conf.d/20-sockets.ini, /etc/php/7.4/cli/conf.d/20-sysvmsg.ini, /etc/php/7.4/cli/conf.d/20-sysvsem.ini, /etc/php/7.4/cli/conf.d/20-sysvshm.ini, /etc/php/7.4/cli/conf.d/20-tokenizer.ini, /etc/php/7.4/cli/conf.d/20-xmlreader.ini, /etc/php/7.4/cli/conf.d/20-xmlwriter.ini, /etc/php/7.4/cli/conf.d/20-xsl.ini, /etc/php/7.4/cli/conf.d/20-zip.ini, /etc/php/7.4/cli/conf.d/mcrypt.ini なので、編集すべき php.ini は下記のファイル&br; ~$ sudo gvim -f /etc/php/7.4/apache2/php.ini ファイルの末尾に下記を追記して保存する。&br; zend_extension=/usr/lib/php/20190902/xdebug.so /etc/php/7.4/cli/php.ini も同様に追記する。(必要かどうかわからないが・・・) **02. Restart your webserver [#v4871abc] ~$ sudo service apache2 restart **03. Verify that Xdebug is now loaded. [#tfaf1fcd] ***Create a PHP page [#pd7a046c] Create a PHP page that calls xdebug_info(). &br; /var/www/html/xdebug_info.php <?php xdebug_info(); ?> If you request the page through the browser, &br; http://localhost/xdebug_info.php it should show you an overview of Xdebug's settings and log messages.&br; ***On the command line [#m612604f] you can also run php -v. Xdebug and its version number should be present as in: ~$ php -v PHP 7.4.3 (cli) (built: Oct 6 2020 15:47:56) ( NTS ) Copyright (c) The PHP Group Zend Engine v3.4.0, Copyright (c) Zend Technologies with Xdebug v3.0.3, Copyright (c) 2002-2021, by Derick Rethans ←★ with Zend OPcache v7.4.3, Copyright (c), by Zend Technologies With Xdebug loaded, you can now enable individual features, such as Step Debugging, or Profiling. * ''次は'' [#f2fd8719] -php のインストール[[setting up visual studio code for php ubuntu desktop 20.04.2]]へ