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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: philip at roshambo dot org
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Mon May 12 14:01:29 2025 UTC