php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #42847 gcov support to allow lcov 1.6
Submitted: 2007-10-03 23:22 UTC Modified: 2007-10-05 14:52 UTC
From: philip at roshambo dot org Assigned: nlopess (profile)
Status: Closed Package: Unknown/Other Function
PHP Version: 5.2.4 OS: Mac
Private report: No CVE-ID: None
 [2007-10-03 23:22 UTC] philip at roshambo dot org
Description:
------------
Compiling PHP with gcov support requires lcov from the LTP (Linux Test Project) installed. Version 1.6 was released 2007-08-22 and PHP says it won't work (requires 1.5 not 1.6) so this report requests PHP to allow 1.6.

http://sourceforge.net/project/showfiles.php?group_id=3382&package_id=80148


Reproduce code:
---------------
./configure --enable-gcov

Expected result:
----------------
Success

Actual result:
--------------
...
checking whether to include gcov symbols... yes
checking for lcov... lcov
checking for genhtml... genhtml
checking for ltp version... invalid
configure: error: You must have one of the following versions of LTP: 1.5 (found: 1.6).

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-10-05 14:52 UTC] nlopess@php.net
it works now in php 5.2, 5.3 & 6.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 20:01:30 2024 UTC