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)
Please register to edit this issue
Actions