]> granicus.if.org Git - php/commitdiff
MFB: Fixed bug #48156 (Added support for lcov v1.7)
authorIlia Alshanetsky <iliaa@php.net>
Wed, 6 May 2009 14:05:54 +0000 (14:05 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 6 May 2009 14:05:54 +0000 (14:05 +0000)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 668053552361d3f11bc5f44463c8e73203ac9985..49180b97fbd3c2c83e2923221290a7d9c755359f 100644 (file)
--- 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
index ee1f0fa9b68bb3fc1a4a6454f609eea552579dca..ac6135bfc20087679f315158eb3c254d533c8d74 100644 (file)
@@ -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)