Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save KEINOS/17760584bc722b3677c7ac4bae66c7e4 to your computer and use it in GitHub Desktop.
Save KEINOS/17760584bc722b3677c7ac4bae66c7e4 to your computer and use it in GitHub Desktop.
[Log] Installding XDebug of PHP on macOS HighSierra
$ php -v
PHP 7.2.12 (cli) (built: Nov 29 2018 01:59:12) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.2.12, Copyright (c) 1999-2018, by Zend Technologies
$
$ which php
/usr/local/Cellar/php/7.2.12_2/bin/php
$
$ brew list | grep php
php
$
$ pecl install xdebug
WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update
Cannot install, php_dir for channel "pecl.php.net" is not writeable by the current user
$
$ pecl channel-update pecl.php.net
Updating channel "pecl.php.net"
Registry directory is not writeable by the current user
$
$ sudo pecl channel-update pecl.php.net
Password:
Updating channel "pecl.php.net"
Update of Channel "pecl.php.net" succeeded
$
$ pecl install xdebug
Cannot install, php_dir for channel "pecl.php.net" is not writeable by the current user
$
$ sudo pecl install xdebug
downloading xdebug-2.6.1.tgz ...
Starting to download xdebug-2.6.1.tgz (283,961 bytes)
.............................................done: 283,961 bytes
79 source files, building
running: phpize
Configuring for:
PHP Api Version: 20170718
Zend Module Api No: 20170718
Zend Extension Api No: 320170718
building in /private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1
running: /private/tmp/pear/install/xdebug/configure --with-php-config=/usr/local/Cellar/php/7.2.12_2/bin/php-config
/private/tmp/pear/install/xdebug/configure: line 624: test: /Volumes/Macintosh: binary operator expected
/private/tmp/pear/install/xdebug/configure: line 624: test: /Volumes/Macintosh: binary operator expected
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-apple-darwin17.7.0
checking host system type... x86_64-apple-darwin17.7.0
checking target system type... x86_64-apple-darwin17.7.0
checking for PHP prefix... /usr/local/Cellar/php/7.2.12_2
checking for PHP includes... -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib
checking for PHP extension directory... /usr/local/Cellar/php/7.2.12_2/pecl/20170718
checking for PHP installed headers prefix... /usr/local/Cellar/php/7.2.12_2/include/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking if awk 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.2.12)
checking for gettimeofday... 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 ld used by cc... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
checking for /Library/Developer/CommandLineTools/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... 196608
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 for dsymutil... dsymutil
checking for nmedit... nmedit
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking if cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fno-common
checking if cc PIC flag -fno-common works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin17.7.0 dyld
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
running: make
/bin/sh /private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/libtool --mode=compile cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug.c -o xdebug.lo
mkdir .libs
cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug.c -fno-common -DPIC -o .libs/xdebug.o
/bin/sh /private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/libtool --mode=compile cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_branch_info.c -o xdebug_branch_info.lo
cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_branch_info.c -fno-common -DPIC -o .libs/xdebug_branch_info.o
/bin/sh /private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/libtool --mode=compile cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_code_coverage.c -o xdebug_code_coverage.lo
cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_code_coverage.c -fno-common -DPIC -o .libs/xdebug_code_coverage.o
/bin/sh /private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/libtool --mode=compile cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_com.c -o xdebug_com.lo
cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_com.c -fno-common -DPIC -o .libs/xdebug_com.o
/bin/sh /private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/libtool --mode=compile cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_compat.c -o xdebug_compat.lo
cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_compat.c -fno-common -DPIC -o .libs/xdebug_compat.o
/bin/sh /private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/libtool --mode=compile cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_gc_stats.c -o xdebug_gc_stats.lo
cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_gc_stats.c -fno-common -DPIC -o .libs/xdebug_gc_stats.o
/private/tmp/pear/install/xdebug/xdebug_gc_stats.c:147:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
run->collected,
^~~~~~~~~~~~~~
/private/tmp/pear/install/xdebug/xdebug_gc_stats.c:150:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
run->memory_before,
^~~~~~~~~~~~~~~~~~
/private/tmp/pear/install/xdebug/xdebug_gc_stats.c:151:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
run->memory_after,
^~~~~~~~~~~~~~~~~
/private/tmp/pear/install/xdebug/xdebug_gc_stats.c:157:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
run->collected,
^~~~~~~~~~~~~~
/private/tmp/pear/install/xdebug/xdebug_gc_stats.c:160:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
run->memory_before,
^~~~~~~~~~~~~~~~~~
/private/tmp/pear/install/xdebug/xdebug_gc_stats.c:161:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
run->memory_after,
^~~~~~~~~~~~~~~~~
/private/tmp/pear/install/xdebug/xdebug_gc_stats.c:168:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
run->collected,
^~~~~~~~~~~~~~
/private/tmp/pear/install/xdebug/xdebug_gc_stats.c:171:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
run->memory_before,
^~~~~~~~~~~~~~~~~~
/private/tmp/pear/install/xdebug/xdebug_gc_stats.c:172:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
run->memory_after,
^~~~~~~~~~~~~~~~~
9 warnings generated.
/bin/sh /private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/libtool --mode=compile cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_filter.c -o xdebug_filter.lo
cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_filter.c -fno-common -DPIC -o .libs/xdebug_filter.o
/bin/sh /private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/libtool --mode=compile cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_handler_dbgp.c -o xdebug_handler_dbgp.lo
cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_handler_dbgp.c -fno-common -DPIC -o .libs/xdebug_handler_dbgp.o
/private/tmp/pear/install/xdebug/xdebug_handler_dbgp.c:913:21: warning: incompatible pointer types initializing 'jmp_buf *' (aka 'int (*)[37]') with an expression of type 'sigjmp_buf *' (aka 'int (*)[38]') [-Wincompatible-pointer-types]
jmp_buf *original_bailout = EG(bailout);
^ ~~~~~~~~~~~
/private/tmp/pear/install/xdebug/xdebug_handler_dbgp.c:944:14: warning: incompatible pointer types assigning to 'sigjmp_buf *' (aka 'int (*)[38]') from 'jmp_buf *' (aka 'int (*)[37]') [-Wincompatible-pointer-types]
EG(bailout) = original_bailout;
^ ~~~~~~~~~~~~~~~~
2 warnings generated.
/bin/sh /private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/libtool --mode=compile cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_handlers.c -o xdebug_handlers.lo
cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_handlers.c -fno-common -DPIC -o .libs/xdebug_handlers.o
/bin/sh /private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/libtool --mode=compile cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_llist.c -o xdebug_llist.lo
cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_llist.c -fno-common -DPIC -o .libs/xdebug_llist.o
/bin/sh /private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/libtool --mode=compile cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_monitor.c -o xdebug_monitor.lo
cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_monitor.c -fno-common -DPIC -o .libs/xdebug_monitor.o
/bin/sh /private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/libtool --mode=compile cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_hash.c -o xdebug_hash.lo
cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_hash.c -fno-common -DPIC -o .libs/xdebug_hash.o
/bin/sh /private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/libtool --mode=compile cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_private.c -o xdebug_private.lo
cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_private.c -fno-common -DPIC -o .libs/xdebug_private.o
/bin/sh /private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/libtool --mode=compile cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_profiler.c -o xdebug_profiler.lo
cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_profiler.c -fno-common -DPIC -o .libs/xdebug_profiler.o
/bin/sh /private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/libtool --mode=compile cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_set.c -o xdebug_set.lo
cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_set.c -fno-common -DPIC -o .libs/xdebug_set.o
/bin/sh /private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/libtool --mode=compile cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_stack.c -o xdebug_stack.lo
cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_stack.c -fno-common -DPIC -o .libs/xdebug_stack.o
/bin/sh /private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/libtool --mode=compile cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_str.c -o xdebug_str.lo
cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_str.c -fno-common -DPIC -o .libs/xdebug_str.o
/bin/sh /private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/libtool --mode=compile cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_superglobals.c -o xdebug_superglobals.lo
cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_superglobals.c -fno-common -DPIC -o .libs/xdebug_superglobals.o
/bin/sh /private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/libtool --mode=compile cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_tracing.c -o xdebug_tracing.lo
cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_tracing.c -fno-common -DPIC -o .libs/xdebug_tracing.o
/bin/sh /private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/libtool --mode=compile cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_trace_textual.c -o xdebug_trace_textual.lo
cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_trace_textual.c -fno-common -DPIC -o .libs/xdebug_trace_textual.o
/bin/sh /private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/libtool --mode=compile cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_trace_computerized.c -o xdebug_trace_computerized.lo
cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_trace_computerized.c -fno-common -DPIC -o .libs/xdebug_trace_computerized.o
/bin/sh /private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/libtool --mode=compile cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_trace_html.c -o xdebug_trace_html.lo
cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_trace_html.c -fno-common -DPIC -o .libs/xdebug_trace_html.o
/bin/sh /private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/libtool --mode=compile cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_var.c -o xdebug_var.lo
cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_var.c -fno-common -DPIC -o .libs/xdebug_var.o
/bin/sh /private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/libtool --mode=compile cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_xml.c -o xdebug_xml.lo
cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/xdebug_xml.c -fno-common -DPIC -o .libs/xdebug_xml.o
/bin/sh /private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/libtool --mode=compile cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/usefulstuff.c -o usefulstuff.lo
cc -I. -I/private/tmp/pear/install/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/install/xdebug/usefulstuff.c -fno-common -DPIC -o .libs/usefulstuff.o
/bin/sh /private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/libtool --mode=link cc -DPHP_ATOM_INC -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/include -I/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/main -I/private/tmp/pear/install/xdebug -I/usr/local/Cellar/php/7.2.12_2/include/php -I/usr/local/Cellar/php/7.2.12_2/include/php/main -I/usr/local/Cellar/php/7.2.12_2/include/php/TSRM -I/usr/local/Cellar/php/7.2.12_2/include/php/Zend -I/usr/local/Cellar/php/7.2.12_2/include/php/ext -I/usr/local/Cellar/php/7.2.12_2/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -o xdebug.la -export-dynamic -avoid-version -prefer-pic -module -rpath /private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/modules xdebug.lo xdebug_branch_info.lo xdebug_code_coverage.lo xdebug_com.lo xdebug_compat.lo xdebug_gc_stats.lo xdebug_filter.lo xdebug_handler_dbgp.lo xdebug_handlers.lo xdebug_llist.lo xdebug_monitor.lo xdebug_hash.lo xdebug_private.lo xdebug_profiler.lo xdebug_set.lo xdebug_
stack.lo xdebug_str.lo xdebug_superglobals.lo xdebug_tracing.lo xdebug_trace_textual.lo xdebug_trace_computerized.lo xdebug_trace_html.lo xdebug_var.lo xdebug_xml.lo usefulstuff.lo -lm
cc ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/xdebug.so -bundle .libs/xdebug.o .libs/xdebug_branch_info.o .libs/xdebug_code_coverage.o .libs/xdebug_com.o .libs/xdebug_compat.o .libs/xdebug_gc_stats.o .libs/xdebug_filter.o .libs/xdebug_handler_dbgp.o .libs/xdebug_handlers.o .libs/xdebug_llist.o .libs/xdebug_monitor.o .libs/xdebug_hash.o .libs/xdebug_private.o .libs/xdebug_profiler.o .libs/xdebug_set.o .libs/xdebug_stack.o .libs/xdebug_str.o .libs/xdebug_superglobals.o .libs/xdebug_tracing.o .libs/xdebug_trace_textual.o .libs/xdebug_trace_computerized.o .libs/xdebug_trace_html.o .libs/xdebug_var.o .libs/xdebug_xml.o .libs/usefulstuff.o -lm
dsymutil .libs/xdebug.so || :
creating xdebug.la
(cd .libs && rm -f xdebug.la && ln -s ../xdebug.la xdebug.la)
/bin/sh /private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/libtool --mode=install cp ./xdebug.la /private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/modules
cp ./.libs/xdebug.so /private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/modules/xdebug.so
cp ./.libs/xdebug.lai /private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/modules/xdebug.la
----------------------------------------------------------------------
Libraries have been installed in:
/private/tmp/pear/install/pear-build-rootsFhfuP/xdebug-2.6.1/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 `DYLD_LIBRARY_PATH' environment variable
during execution
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="/private/tmp/pear/install/pear-build-rootsFhfuP/install-xdebug-2.6.1" install
Installing shared extensions: /private/tmp/pear/install/pear-build-rootsFhfuP/install-xdebug-2.6.1/usr/local/Cellar/php/7.2.12_2/pecl/20170718/
+----------------------------------------------------------------------+
| |
| INSTALLATION INSTRUCTIONS |
| ========================= |
| |
| See http://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: http://xdebug.org/docs-settings.php |
| - A list of all functions: http://xdebug.org/docs-functions.php |
| - Profiling instructions: http://xdebug.org/docs-profiling2.php |
| - Remote debugging: http://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 "/private/tmp/pear/install/pear-build-rootsFhfuP/install-xdebug-2.6.1" | xargs ls -dils
8596272519 0 drwxr-xr-x 3 root wheel 96 12 8 09:49 /private/tmp/pear/install/pear-build-rootsFhfuP/install-xdebug-2.6.1
8596273054 0 drwxr-xr-x 3 root wheel 96 12 8 09:49 /private/tmp/pear/install/pear-build-rootsFhfuP/install-xdebug-2.6.1/usr
8596273055 0 drwxr-xr-x 3 root wheel 96 12 8 09:49 /private/tmp/pear/install/pear-build-rootsFhfuP/install-xdebug-2.6.1/usr/local
8596273056 0 drwxr-xr-x 3 root wheel 96 12 8 09:49 /private/tmp/pear/install/pear-build-rootsFhfuP/install-xdebug-2.6.1/usr/local/Cellar
8596273057 0 drwxr-xr-x 3 root wheel 96 12 8 09:49 /private/tmp/pear/install/pear-build-rootsFhfuP/install-xdebug-2.6.1/usr/local/Cellar/php
8596273058 0 drwxr-xr-x 3 root wheel 96 12 8 09:49 /private/tmp/pear/install/pear-build-rootsFhfuP/install-xdebug-2.6.1/usr/local/Cellar/php/7.2.12_2
8596273059 0 drwxr-xr-x 3 root wheel 96 12 8 09:49 /private/tmp/pear/install/pear-build-rootsFhfuP/install-xdebug-2.6.1/usr/local/Cellar/php/7.2.12_2/pecl
8596273060 0 drwxr-xr-x 3 root wheel 96 12 8 09:49 /private/tmp/pear/install/pear-build-rootsFhfuP/install-xdebug-2.6.1/usr/local/Cellar/php/7.2.12_2/pecl/20170718
8596273061 568 -rwxr-xr-x 1 root wheel 287036 12 8 09:49 /private/tmp/pear/install/pear-build-rootsFhfuP/install-xdebug-2.6.1/usr/local/Cellar/php/7.2.12_2/pecl/20170718/xdebug.so
Build process completed successfully
Installing '/usr/local/Cellar/php/7.2.12_2/pecl/20170718/xdebug.so'
install ok: channel://pecl.php.net/xdebug-2.6.1
Extension xdebug enabled in php.ini
$
$ pecl list
Installed packages, channel pecl.php.net:
=========================================
Package Version State
xdebug 2.6.1 stable
$
$ brew services restart php
==> Tapping homebrew/services
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-services'...
remote: Enumerating objects: 14, done.
remote: Counting objects: 100% (14/14), done.
remote: Compressing objects: 100% (10/10), done.
remote: Total 14 (delta 0), reused 10 (delta 0), pack-reused 0
Unpacking objects: 100% (14/14), done.
Tapped 1 command (44 files, 58.6KB).
~/Library/LaunchAgents/homebrew.mxcl.php.plist: Path had bad ownership/permissions
Error: Failure while executing; `/bin/launchctl bootstrap gui/501 ~/Library/LaunchAgents/homebrew.mxcl.php.plist` exited with 133.
$
$ brew services restart --all
~/Library/LaunchAgents/homebrew.mxcl.php.plist: Path had bad ownership/permissions
Error: Failure while executing; `/bin/launchctl bootstrap gui/501 ~/Library/LaunchAgents/homebrew.mxcl.php.plist` exited with 133.
$
$ sudo brew services restart --all
Password:
==> Successfully started `php` (label: homebrew.mxcl.php)
$
$ php -v
PHP 7.2.12 (cli) (built: Nov 29 2018 01:59:12) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
with Xdebug v2.6.1, Copyright (c) 2002-2018, by Derick Rethans
with Zend OPcache v7.2.12, Copyright (c) 1999-2018, by Zend Technologies
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment