Project

Profile

Help

Bug #6341

closed

PHP parseXmlFromFile terminate called after throwing an instance of 'SaxonApiException'

Added by O'Neil Delpratt 11 months ago. Updated 6 months ago.

Status:
Closed
Priority:
Normal
Category:
PHP API
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

Also available in: Atom PDF