Bug 90818
| Summary: | PHP doesn't require proper libxml2 to be installed | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Leszek Matok <lam> |
| Component: | php | Assignee: | Joe Orton <jorton> |
| Status: | CLOSED WONTFIX | QA Contact: | David Lawrence <dkl> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 9 | CC: | veillard |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2003-06-13 12:42:02 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Leszek Matok
2003-05-14 09:34:14 UTC
Daniel, in what version was __xmlDoValidityCheckingDefaultValue added to libxml2? Hum, it's a 2.5.7 thing, I switched on thread support by default in 2.5.7 I think a "Requires libxml2 >= 2.5.7" should be sufficient, sorry for this incompatibility, I had to make the jump at some point and 2.5.7 release was the best time for this ... Daniel It's difficult to find and eliminate this type of dependency; the only real solution is to upgrade wholesale rather than try and mix and match packages from different versions of Red Hat Linux. WHAT ???? Requires libxml2 >= 2.5.7 looks like a perfectly adequate way to flag the dependancy in the spec file for this bug. Why won't this be fixed ? Daniel This type of dependency can't be picked up automatically, unfortunately. Any of the 30-odd PHP extensions might pick up a dependency on a newer version of the particular library interface they wrap. We don't have the resources to carefully audit thirty PHP modules and 30 library packages for such compatibility issues, so can't pretend that upgrading to the PHP package from RHL9 on a RHL7.2 system has any chance of working. |