Ticket #276 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

[PATCH] Configtest.php needs to support both package.xml and package2.xml

Reported by: rjl Owned by: rjl
Priority: normal Milestone: 1.0.1
Component: PHP scripts Version: 1.0.0
Severity: normal Keywords: configtest.php package.xml version
Cc:

Description

Newer PEAR modules are making use of Package v2, which stores information about packages in a new structure. Consequently configtest.php is unable to find version information about installed packages when these packages use the new format, and so it reports (incorrectly) that the packages are not installed.

Stephan Wentz has submitted a patch which supports both the new and old package formats.

Attachments

configtest.php-patch (11.5 kB) - added by rjl 6 years ago.
Stephan Wentz's patch for configtest.php

Change History

Changed 6 years ago by rjl

Stephan Wentz's patch for configtest.php

Changed 6 years ago by rjl

  • status changed from new to closed
  • resolution set to fixed

Fixed in Changeset 969. Thanks to Stephan Wentz for contributing this handy patch!

Note: See TracTickets for help on using tickets.