diff --git a/Makefile.gcov b/Makefile.gcov index d19c8e449ef..4276bd85f85 100644 --- a/Makefile.gcov +++ b/Makefile.gcov @@ -57,7 +57,7 @@ php_lcov.info: lcov-test done @echo @echo "Generating $@" - @$(LTP) --directory lcov_data/ --capture --output-file $@ --test-name PHP_LCOV + @$(LTP) --directory lcov_data/ --capture --base-directory=lcov_data --output-file $@ lcov-html: php_lcov.info @echo "Generating lcov HTML" diff --git a/configure.in b/configure.in index 36e066a3692..23b5886d99a 100644 --- a/configure.in +++ b/configure.in @@ -617,7 +617,7 @@ if test "$PHP_GCOV" = "yes"; then AC_MSG_ERROR([ccache must be disabled when --enable-gcov option is used. You can disable ccache by setting environment variable CCACHE_DISABLE=1.]) fi - ltp_version_list="1.4" + ltp_version_list="1.5" AC_CHECK_PROG(LTP, lcov, lcov) AC_CHECK_PROG(LTP_GENHTML, genhtml, genhtml)