php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25092 Info displayed about optional dependencies when installing package
Submitted: 2003-08-14 03:23 UTC Modified: 2003-08-15 13:33 UTC
From: arnaud@php.net Assigned: cellog (profile)
Status: Not a bug Package: PEAR related
PHP Version: Irrelevant OS: Windows NT4
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: arnaud@php.net
New email:
PHP Version: OS:

 

 [2003-08-14 03:23 UTC] arnaud@php.net
Description:
------------
When installing a package which has three optional dependencies defined in the package.xml file only the info about the first one is displayed.

Reproduce code:
---------------
pear install LiveUser (CVS snapshot)


Expected result:
----------------
Optional dependencies:
Package `XML_Tree' is recommended to utilize some features.
Package `DB' is recommended to utilize some features.
Package `MDB' is recommended to utilize some features.

Actual result:
--------------
Optional dependencies:
Package `XML_Tree' is recommended to utilize some features.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-08-15 13:33 UTC] cellog@php.net
turns out, the optional dependencies were installed, so that's why we had no error

Greg
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 05:01:28 2024 UTC