PHP7 PGO小测试

第一次编译后,测试

[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


看上去性能提升很大,但用浏览器浏览网页却并不明显。测试使用的是mantisbt-1.3.0-rc1,开启页面统计后显示

页面执行时间:0.0373秒

已执行查询总计:18

已执行查询总共耗时:0.0094秒

前后对比不明显,有时候数据反而更低。


第二次编译会有一些警告:

第一次编译:

/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

第二次编译:

/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
 } /* }}} */
 ^


转载于:https://my.oschina.net/u/1261643/blog/541949

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值