From: Ilia Alshanetsky Date: Wed, 6 May 2009 14:05:54 +0000 (+0000) Subject: MFB: Fixed bug #48156 (Added support for lcov v1.7) X-Git-Tag: php-5.2.10RC1~121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f3ba73b3d485cf7434b01c65d7af7b7eeae1739;p=php MFB: Fixed bug #48156 (Added support for lcov v1.7) --- diff --git a/NEWS b/NEWS index 6680535523..49180b97fb 100644 --- a/NEWS +++ b/NEWS @@ -11,8 +11,8 @@ PHP NEWS - Fixed segfault on invalid session.save_path. (Hannes) - Fixed leaks in imap when a mail_criteria is used. (Pierre) -- Fixed bug #45092 (header HTTP context option not being used when compiled - using --with-curlwrappers). (Jani) +- Fixed bug #48156 (Added support for lcov v1.7). (Ilia) + - Fixed bug #48131 (Don't try to bind ipv4 addresses to ipv6 ips via bindto). (Ilia) - Fixed bug #48132 (configure check for curl ssl support fails with @@ -75,6 +75,8 @@ PHP NEWS Takeshi Abe) - Fixed bug #45191 (error_log ignores date.timezone php.ini val when setting logging timestamps). (Derick) +- Fixed bug #45092 (header HTTP context option not being used when compiled + using --with-curlwrappers). (Jani) - Fixed bug #43073 (TrueType bounding box is wrong for angle<>0). (Martin McNickle) - Fixed bug #38805 (PDO truncates text from SQL Server text data type diff --git a/configure.in b/configure.in index ee1f0fa9b6..ac6135bfc2 100644 --- a/configure.in +++ b/configure.in @@ -685,7 +685,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.5 1.6" + ltp_version_list="1.5 1.6 1.7" AC_CHECK_PROG(LTP, lcov, lcov) AC_CHECK_PROG(LTP_GENHTML, genhtml, genhtml)