Ticket #336 (new enhancement)
[PATCH] configtest.php and PEAR packages
| Reported by: | alex@… | Owned by: | rjl |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1.0 |
| Component: | PHP scripts | Version: | 1.0.1 |
| Severity: | normal | Keywords: | configtest.php pear registry |
| Cc: |
Description
A lot of reports point out that configtest.php didnt detect PEAR installed packages.
This is caused by the way how most linux distros manage PEAR modules installation. Packages didnt update central pear informations about installed modules (dependencies and versions are managed by the package system, not by PEAR).
This cause major trouble to the configtest.php script that relies on PEAR_Config and PEAR_Registry objects.
You can find here my proposed patch that let the script find modules, but at this time, cannot extract version.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

