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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
49 + 16 = ?
Subscribe to this entry?

 
 [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: Wed Apr 24 20:01:32 2024 UTC