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 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Fri May 09 07:01:28 2025 UTC