Actions
Bug #6341
closedPHP parseXmlFromFile terminate called after throwing an instance of 'SaxonApiException'
Start date:
2024-02-09
Due date:
% Done:
100%
Estimated time:
Applies to branch:
Fix Committed on Branch:
12
Fixed in Maintenance Release:
Found in version:
12.4.2
Fixed in version:
12.5
SaxonC Languages:
SaxonC Platforms:
SaxonC Architecture:
Description
Exceptions thrown in the C++ parse XML methods are not being properly handled in PHP. Therefore users cannot use try catch blocks to recover from failures.
If the following fails to find the file books.xml
$input = self::$saxonProc->parseXmlFromFile("data/books.xml");
PHP script crashes as follows:
terminate called after throwing an instance of 'SaxonApiException'
what(): std::exception
Aborted (core dumped)
Updated by O'Neil Delpratt 11 months ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Bug fixed and committed to repository. Affected methods:
parseXmlFromFile
parseXmlFromString
Tests added to PHPunit tests.
Updated by O'Neil Delpratt 6 months ago
- Status changed from Resolved to Closed
- Fixed in version set to 12.5
Bug fix applied in the Saxon 12.5 Maintenance release.
Please register to edit this issue
Actions