File tree 3 files changed +2
-4
lines changed
3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ phpt.*
254
254
tmp-php.ini
255
255
256
256
# ------------------------------------------------------------------------------
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
258
258
# ------------------------------------------------------------------------------
259
259
* .gcda
260
260
* .gcno
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ LCOV_EXCLUDES = \
12
12
'$(top_srcdir)/ext/gd/libgd/*' \
13
13
'$(top_srcdir)/ext/hash/sha3/*' \
14
14
'$(top_srcdir)/ext/mbstring/libmbfl/*' \
15
- '$(top_srcdir)/ext/opcache/jit/libudis86/*' \
16
15
'$(top_srcdir)/ext/pcre/pcre2lib/*' \
17
16
'$(top_srcdir)/parse_date.re' \
18
17
'$(top_srcdir)/parse_iso_intervals.re'
@@ -24,7 +23,6 @@ GCOVR_EXCLUDES = \
24
23
'ext/gd/libgd/.*' \
25
24
'ext/hash/sha3/.*' \
26
25
'ext/mbstring/libmbfl/.*' \
27
- 'ext/opcache/jit/libudis86/.*' \
28
26
'ext/pcre/pcre2lib/.*'
29
27
30
28
lcov: lcov-html
Original file line number Diff line number Diff line change @@ -1686,7 +1686,7 @@ else
1686
1686
pharcmd_install=
1687
1687
fi;
1688
1688
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"
1690
1690
install_targets="$install_sapi $install_modules $install_binaries install-build install-headers install-programs $install_pear $pharcmd_install"
1691
1691
1692
1692
PHP_SUBST(all_targets)
You can’t perform that action at this time.
0 commit comments