php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56077 Incorrect list of packages that depends on XML_Tree
Submitted: 2004-05-26 11:02 UTC Modified: 2004-07-26 12:41 UTC
From: davey@php.net Assigned: danielc (profile)
Status: Closed Package: PECL website (PECL)
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
 [2004-05-26 11:02 UTC] davey@php.net
Description:
------------
On this page:

http://pear.php.net/package/XML_Tree

The list of packages that depends on XML_Tree are:

    * LiveUser
    * Image_GIS
    * XML_RSS
    * Services_ExchangeRates
    * XML_DTD
    * XML_FOAF
    * XML_FastCreate
    * PHPUnit

Image_GIS and PHPUnit do not depend on XML_Tree and are incorrectly in this list.

- Daveu

Reproduce code:
---------------
1) Visit http://pear.php.net/package/XML_Tree
2) Scroll down to the bottom
3) Read the section "Packages that depend on XML_Tree

Actual result:
--------------
    * LiveUser
    * XML_RSS
    * Services_ExchangeRates
    * XML_DTD
    * XML_FOAF
    * XML_FastCreate

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-05-26 11:02 UTC] davey@php.net
Erg, Actual Result should've been in "Expected Result"
 [2004-06-09 13:05 UTC] danielc at analysisandsolutions dot com
Image_GIS is in the list due to version 1.0.0 saying it's dependent: http://pear.php.net/package/Image_GIS/download/1.0.0

PHPUnit is similarly listed because some older versions require it.  For instance 1.0.0alpha3:
http://pear.php.net/package/PHPUnit/download/1.0.0alpha3

None the less, the package info page should have some sort of indication that the dependencies are only needed for outdated versions.
 [2004-07-26 12:41 UTC] danielc at analysisandsolutions dot com
When dependencies are from old versions of a package, a note of such is now provided.  Fixed in CVS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 01 22:01:31 2024 UTC