Actions
Bug #3894
closedPHP 5.4 CB xml installfiles not being found
Bug #3894:
PHP 5.4 CB xml installfiles not being found
Description
When using PHP 5.4 and a CB plugin has an installfile it isn't being found. I suspect is an issue with XML parsing of some sorts. Needs further investigation.
Updated by krileon over 12 years ago
- Assignee set to krileon
Updated by krileon over 12 years ago
- Target version set to CB 2.0.0
Updated by krileon over 12 years ago
- Status changed from New to Assigned
Updated by krileon over 12 years ago
The IF check is not strict enough. It should be checking that $installfile_elemet is !== false instead of just that it exists as IF checks don't work very well on xml objects.
Updated by krileon over 12 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed all getElementByPath IF check usages to properly check for === or !== false as they should.
Updated by beat about 11 years ago
- Status changed from Resolved to Closed
Actions