PHP 7 PGO小テスト

31769 ワード

最初のコンパイル後、テスト
[root@localhost php-7.0.0]# sapi/cgi/php-cgi -T 100/opt/www/html/public/my_view_page.php >/dev/null
Elapsed time: 3.175966 sec
[root@localhost php-7.0.0]# sapi/cgi/php-cgi -T 500/opt/www/html/public/my_view_page.php >/dev/null
Elapsed time: 16.424123 sec
再コンパイル、再テスト
[root@localhost php-7.0.0]# sapi/cgi/php-cgi -T 100/opt/www/html/public/my_view_page.php >/dev/null
Elapsed time: 2.327075 sec
[root@localhost php-7.0.0]# sapi/cgi/php-cgi -T 500/opt/www/html/public/my_view_page.php >/dev/null
Elapsed time: 10.215892 sec
パフォーマンスが向上しているように見えますが、ブラウザでWebページを閲覧するのは明らかではありません.テストはmantisbt-1.3.0-rc 1を使用し、ページ統計を開いて表示します.
ページ実行時間:0.0373秒
合計クエリ実行済み:18
合計クエリ実行時間:0.0094秒
前後の比較が明らかではなく、逆にデータが低い場合があります.
2回目のコンパイルでは、次の警告が表示されます.
最初のコンパイル:
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-generate  -c /php-7.0.0/sapi/phpdbg/phpdbg.c -o sapi/phpdbg/phpdbg.lo 
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-generate  -c /php-7.0.0/sapi/phpdbg/phpdbg_parser.c -o sapi/phpdbg/phpdbg_parser.lo 
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-generate  -c /php-7.0.0/sapi/phpdbg/phpdbg_lexer.c -o sapi/phpdbg/phpdbg_lexer.lo 
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-generate  -c /php-7.0.0/sapi/phpdbg/phpdbg_prompt.c -o sapi/phpdbg/phpdbg_prompt.lo 
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-generate  -c /php-7.0.0/sapi/phpdbg/phpdbg_help.c -o sapi/phpdbg/phpdbg_help.lo 
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-generate  -c /php-7.0.0/sapi/phpdbg/phpdbg_break.c -o sapi/phpdbg/phpdbg_break.lo 
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-generate  -c /php-7.0.0/sapi/phpdbg/phpdbg_print.c -o sapi/phpdbg/phpdbg_print.lo 
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-generate  -c /php-7.0.0/sapi/phpdbg/phpdbg_bp.c -o sapi/phpdbg/phpdbg_bp.lo 
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-generate  -c /php-7.0.0/sapi/phpdbg/phpdbg_opcode.c -o sapi/phpdbg/phpdbg_opcode.lo 
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-generate  -c /php-7.0.0/sapi/phpdbg/phpdbg_list.c -o sapi/phpdbg/phpdbg_list.lo 
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-generate  -c /php-7.0.0/sapi/phpdbg/phpdbg_utils.c -o sapi/phpdbg/phpdbg_utils.lo 
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-generate  -c /php-7.0.0/sapi/phpdbg/phpdbg_info.c -o sapi/phpdbg/phpdbg_info.lo 
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-generate  -c /php-7.0.0/sapi/phpdbg/phpdbg_cmd.c -o sapi/phpdbg/phpdbg_cmd.lo 
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-generate  -c /php-7.0.0/sapi/phpdbg/phpdbg_set.c -o sapi/phpdbg/phpdbg_set.lo 
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-generate  -c /php-7.0.0/sapi/phpdbg/phpdbg_frame.c -o sapi/phpdbg/phpdbg_frame.lo 
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-generate  -c /php-7.0.0/sapi/phpdbg/phpdbg_watch.c -o sapi/phpdbg/phpdbg_watch.lo 
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-generate  -c /php-7.0.0/sapi/phpdbg/phpdbg_btree.c -o sapi/phpdbg/phpdbg_btree.lo 
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-generate  -c /php-7.0.0/sapi/phpdbg/phpdbg_sigsafe.c -o sapi/phpdbg/phpdbg_sigsafe.lo 
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-generate  -c /php-7.0.0/sapi/phpdbg/phpdbg_wait.c -o sapi/phpdbg/phpdbg_wait.lo 
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-generate  -c /php-7.0.0/sapi/phpdbg/phpdbg_io.c -o sapi/phpdbg/phpdbg_io.lo 
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-generate  -c /php-7.0.0/sapi/phpdbg/phpdbg_eol.c -o sapi/phpdbg/phpdbg_eol.lo 
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-generate  -c /php-7.0.0/sapi/phpdbg/phpdbg_out.c -o sapi/phpdbg/phpdbg_out.lo

2回目のコンパイル:
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-use  -c /php-7.0.0/sapi/phpdbg/phpdbg.c -o sapi/phpdbg/phpdbg.lo 
/php-7.0.0/sapi/phpdbg/phpdbg.c: In function ‘main’:
/php-7.0.0/sapi/phpdbg/phpdbg.c:2040:1: note: file /php-7.0.0/sapi/phpdbg/.libs/phpdbg.gcda not found, execution counts estimated
 } /* }}} */
 ^
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-use  -c /php-7.0.0/sapi/phpdbg/phpdbg_parser.c -o sapi/phpdbg/phpdbg_parser.lo 
/Users/Bob/php-src-X/sapi/phpdbg/phpdbg_parser.y: In function ‘phpdbg_do_parse’:
/Users/Bob/php-src-X/sapi/phpdbg/phpdbg_parser.y:200:1: note: file /php-7.0.0/sapi/phpdbg/.libs/phpdbg_parser.gcda not found, execution counts estimated
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-use  -c /php-7.0.0/sapi/phpdbg/phpdbg_lexer.c -o sapi/phpdbg/phpdbg_lexer.lo 
sapi/phpdbg/phpdbg_lexer.l: In function ‘phpdbg_lex’:
sapi/phpdbg/phpdbg_lexer.l:214:1: note: file /php-7.0.0/sapi/phpdbg/.libs/phpdbg_lexer.gcda not found, execution counts estimated
 }
 ^
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-use  -c /php-7.0.0/sapi/phpdbg/phpdbg_prompt.c -o sapi/phpdbg/phpdbg_prompt.lo 
/php-7.0.0/sapi/phpdbg/phpdbg_prompt.c: In function ‘phpdbg_call_register.isra.3’:
/php-7.0.0/sapi/phpdbg/phpdbg_prompt.c:1694:1: note: file /php-7.0.0/sapi/phpdbg/.libs/phpdbg_prompt.gcda not found, execution counts estimated
 } /* }}} */
 ^
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-use  -c /php-7.0.0/sapi/phpdbg/phpdbg_help.c -o sapi/phpdbg/phpdbg_help.lo 
/php-7.0.0/sapi/phpdbg/phpdbg_help.c: In function ‘phpdbg_do_help_aliases’:
/php-7.0.0/sapi/phpdbg/phpdbg_help.c:972:1: note: file /php-7.0.0/sapi/phpdbg/.libs/phpdbg_help.gcda not found, execution counts estimated
 };  /* }}} */
 ^
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-use  -c /php-7.0.0/sapi/phpdbg/phpdbg_break.c -o sapi/phpdbg/phpdbg_break.lo 
/php-7.0.0/sapi/phpdbg/phpdbg_break.c: In function ‘phpdbg_do_break_del’:
/php-7.0.0/sapi/phpdbg/phpdbg_break.c:55:1: note: file /php-7.0.0/sapi/phpdbg/.libs/phpdbg_break.gcda not found, execution counts estimated
 } /* }}} */
 ^
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-use  -c /php-7.0.0/sapi/phpdbg/phpdbg_print.c -o sapi/phpdbg/phpdbg_print.lo 
/php-7.0.0/sapi/phpdbg/phpdbg_print.c: In function ‘phpdbg_print_opcodes’:
/php-7.0.0/sapi/phpdbg/phpdbg_print.c:419:1: note: file /php-7.0.0/sapi/phpdbg/.libs/phpdbg_print.gcda not found, execution counts estimated
 }
 ^
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-use  -c /php-7.0.0/sapi/phpdbg/phpdbg_bp.c -o sapi/phpdbg/phpdbg_bp.lo 
/php-7.0.0/sapi/phpdbg/phpdbg_bp.c: In function ‘phpdbg_find_breakpoint_method.isra.6’:
/php-7.0.0/sapi/phpdbg/phpdbg_bp.c:1626:1: note: file /php-7.0.0/sapi/phpdbg/.libs/phpdbg_bp.gcda not found, execution counts estimated
 } /* }}} */
 ^
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-use  -c /php-7.0.0/sapi/phpdbg/phpdbg_opcode.c -o sapi/phpdbg/phpdbg_opcode.lo 
/php-7.0.0/sapi/phpdbg/phpdbg_opcode.c: In function ‘phpdbg_print_opline’:
/php-7.0.0/sapi/phpdbg/phpdbg_opcode.c:220:1: note: file /php-7.0.0/sapi/phpdbg/.libs/phpdbg_opcode.gcda not found, execution counts estimated
 } /* }}} */
 ^
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-use  -c /php-7.0.0/sapi/phpdbg/phpdbg_list.c -o sapi/phpdbg/phpdbg_list.lo 
/php-7.0.0/sapi/phpdbg/phpdbg_list.c: In function ‘phpdbg_list_update’:
/php-7.0.0/sapi/phpdbg/phpdbg_list.c:392:1: note: file /php-7.0.0/sapi/phpdbg/.libs/phpdbg_list.gcda not found, execution counts estimated
 }
 ^
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-use  -c /php-7.0.0/sapi/phpdbg/phpdbg_utils.c -o sapi/phpdbg/phpdbg_utils.lo 
/php-7.0.0/sapi/phpdbg/phpdbg_utils.c: In function ‘phpdbg_short_zval_print’:
/php-7.0.0/sapi/phpdbg/phpdbg_utils.c:828:1: note: file /php-7.0.0/sapi/phpdbg/.libs/phpdbg_utils.gcda not found, execution counts estimated
 } /* }}} */
 ^
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-use  -c /php-7.0.0/sapi/phpdbg/phpdbg_info.c -o sapi/phpdbg/phpdbg_info.lo 
/php-7.0.0/sapi/phpdbg/phpdbg_info.c: In function ‘phpdbg_do_info_funcs’:
/php-7.0.0/sapi/phpdbg/phpdbg_info.c:455:1: note: file /php-7.0.0/sapi/phpdbg/.libs/phpdbg_info.gcda not found, execution counts estimated
 } /* }}} */
 ^
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-use  -c /php-7.0.0/sapi/phpdbg/phpdbg_cmd.c -o sapi/phpdbg/phpdbg_cmd.lo 
/php-7.0.0/sapi/phpdbg/phpdbg_cmd.c: In function ‘phpdbg_internal_stack_execute.isra.0’:
/php-7.0.0/sapi/phpdbg/phpdbg_cmd.c:838:1: note: file /php-7.0.0/sapi/phpdbg/.libs/phpdbg_cmd.gcda not found, execution counts estimated
 }
 ^
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-use  -c /php-7.0.0/sapi/phpdbg/phpdbg_set.c -o sapi/phpdbg/phpdbg_set.lo 
/php-7.0.0/sapi/phpdbg/phpdbg_set.c: In function ‘phpdbg_do_set_refcount’:
/php-7.0.0/sapi/phpdbg/phpdbg_set.c:250:1: note: file /php-7.0.0/sapi/phpdbg/.libs/phpdbg_set.gcda not found, execution counts estimated
 } /* }}} */
 ^
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-use  -c /php-7.0.0/sapi/phpdbg/phpdbg_frame.c -o sapi/phpdbg/phpdbg_frame.lo 
/php-7.0.0/sapi/phpdbg/phpdbg_frame.c: In function ‘phpdbg_dump_prototype.isra.3’:
/php-7.0.0/sapi/phpdbg/phpdbg_frame.c:244:1: note: file /php-7.0.0/sapi/phpdbg/.libs/phpdbg_frame.gcda not found, execution counts estimated
 } /* }}} */
 ^
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-use  -c /php-7.0.0/sapi/phpdbg/phpdbg_watch.c -o sapi/phpdbg/phpdbg_watch.lo 
/php-7.0.0/sapi/phpdbg/phpdbg_watch.c: In function ‘phpdbg_delete_implicit_parents.isra.6’:
/php-7.0.0/sapi/phpdbg/phpdbg_watch.c:1166:1: note: file /php-7.0.0/sapi/phpdbg/.libs/phpdbg_watch.gcda not found, execution counts estimated
 }
 ^
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-use  -c /php-7.0.0/sapi/phpdbg/phpdbg_btree.c -o sapi/phpdbg/phpdbg_btree.lo 
/php-7.0.0/sapi/phpdbg/phpdbg_btree.c: In function ‘phpdbg_btree_dump’:
/php-7.0.0/sapi/phpdbg/phpdbg_btree.c:239:1: note: file /php-7.0.0/sapi/phpdbg/.libs/phpdbg_btree.gcda not found, execution counts estimated
 }
 ^
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-use  -c /php-7.0.0/sapi/phpdbg/phpdbg_sigsafe.c -o sapi/phpdbg/phpdbg_sigsafe.lo 
/php-7.0.0/sapi/phpdbg/phpdbg_sigsafe.c: In function ‘phpdbg_active_sigsafe_mem’:
/php-7.0.0/sapi/phpdbg/phpdbg_sigsafe.c:58:1: note: file /php-7.0.0/sapi/phpdbg/.libs/phpdbg_sigsafe.gcda not found, execution counts estimated
 }
 ^
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-use  -c /php-7.0.0/sapi/phpdbg/phpdbg_wait.c -o sapi/phpdbg/phpdbg_wait.lo 
/php-7.0.0/sapi/phpdbg/phpdbg_wait.c: In function ‘phpdbg_do_wait’:
/php-7.0.0/sapi/phpdbg/phpdbg_wait.c:398:1: note: file /php-7.0.0/sapi/phpdbg/.libs/phpdbg_wait.gcda not found, execution counts estimated
 } /* }}} */
 ^
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-use  -c /php-7.0.0/sapi/phpdbg/phpdbg_io.c -o sapi/phpdbg/phpdbg_io.lo 
/php-7.0.0/sapi/phpdbg/phpdbg_io.c: In function ‘phpdbg_close_socket’:
/php-7.0.0/sapi/phpdbg/phpdbg_io.c:325:1: note: file /php-7.0.0/sapi/phpdbg/.libs/phpdbg_io.gcda not found, execution counts estimated
 }
 ^
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-use  -c /php-7.0.0/sapi/phpdbg/phpdbg_eol.c -o sapi/phpdbg/phpdbg_eol.lo 
/php-7.0.0/sapi/phpdbg/phpdbg_eol.c: In function ‘phpdbg_eol_convert’:
/php-7.0.0/sapi/phpdbg/phpdbg_eol.c:172:1: note: file /php-7.0.0/sapi/phpdbg/.libs/phpdbg_eol.gcda not found, execution counts estimated
 }
 ^
/bin/sh /php-7.0.0/libtool --silent --preserve-dup-deps --mode=compile cc -D_GNU_SOURCE -Isapi/phpdbg/ -I/php-7.0.0/sapi/phpdbg/ -DPHP_ATOM_INC -I/php-7.0.0/include -I/php-7.0.0/main -I/php-7.0.0 -I/php-7.0.0/ext/date/lib -I/usr/include/libxml2 -I/usr/include/freetype2 -I/php-7.0.0/ext/mbstring/oniguruma -I/php-7.0.0/ext/mbstring/libmbfl -I/php-7.0.0/ext/mbstring/libmbfl/mbfl -I/php-7.0.0/ext/zip/lib -I/php-7.0.0/TSRM -I/php-7.0.0/Zend    -I/usr/include -g -O2 -fvisibility=hidden -DZEND_SIGNALS -fprofile-use  -c /php-7.0.0/sapi/phpdbg/phpdbg_out.c -o sapi/phpdbg/phpdbg_out.lo 
/php-7.0.0/sapi/phpdbg/phpdbg_out.c: In function ‘phpdbg_rlog_internal’:
/php-7.0.0/sapi/phpdbg/phpdbg_out.c:1321:1: note: file /php-7.0.0/sapi/phpdbg/.libs/phpdbg_out.gcda not found, execution counts estimated
 } /* }}} */
 ^