File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ phpt.*
254254tmp-php.ini
255255
256256# ------------------------------------------------------------------------------
257- # Generated by GCC's gcov and LCOV via build/Makefile.gcov and gcov.php.net
257+ # Generated by GCC's gcov and LCOV via build/Makefile.gcov
258258# ------------------------------------------------------------------------------
259259* .gcda
260260* .gcno
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ LCOV_EXCLUDES = \
1212 '$(top_srcdir)/ext/gd/libgd/*' \
1313 '$(top_srcdir)/ext/hash/sha3/*' \
1414 '$(top_srcdir)/ext/mbstring/libmbfl/*' \
15- '$(top_srcdir)/ext/opcache/jit/libudis86/*' \
1615 '$(top_srcdir)/ext/pcre/pcre2lib/*' \
1716 '$(top_srcdir)/parse_date.re' \
1817 '$(top_srcdir)/parse_iso_intervals.re'
@@ -24,7 +23,6 @@ GCOVR_EXCLUDES = \
2423 'ext/gd/libgd/.*' \
2524 'ext/hash/sha3/.*' \
2625 'ext/mbstring/libmbfl/.*' \
27- 'ext/opcache/jit/libudis86/.*' \
2826 'ext/pcre/pcre2lib/.*'
2927
3028lcov: lcov-html
Original file line number Diff line number Diff line change @@ -1686,7 +1686,7 @@ else
16861686 pharcmd_install=
16871687fi;
16881688
1689- all_targets="$lcov_target \$(OVERALL_TARGET) \$(PHP_MODULES) \$(PHP_ZEND_EX) \$(PHP_BINARIES) $pharcmd"
1689+ all_targets="\$(OVERALL_TARGET) \$(PHP_MODULES) \$(PHP_ZEND_EX) \$(PHP_BINARIES) $pharcmd"
16901690install_targets="$install_sapi $install_modules $install_binaries install-build install-headers install-programs $install_pear $pharcmd_install"
16911691
16921692PHP_SUBST(all_targets)
You can’t perform that action at this time.
0 commit comments