Actions
Bug #6288
closedSaxonC PHP extension fails to build - error: 'argument' was not declared in this scope; did you mean 'arguments'?
Start date:
2023-12-15
Due date:
% Done:
100%
Estimated time:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Found in version:
12.4.1
Fixed in version:
12.4.2
SaxonC Languages:
SaxonC Platforms:
SaxonC Architecture:
Description
A user in the bug issue comment https://saxonica.plan.io/issues/6197#note-12 reported that the PHP extension in the SaxonC 12.4.1 fails with compile errors.
See failures here:
/builddir/build/BUILD/php-saxon-12.4.1/php8_XsltExecutable.cpp:341:16: error: 'argument' was not declared in this scope; did you mean 'arguments'?
341 | delete argument[i];
| ^~~~~~~~
| arguments
/builddir/build/BUILD/php-saxon-12.4.1/php8_XsltExecutable.cpp:343:17: error: type 'int' argument given to 'delete', expected pointer
343 | delete [] argument_length;
| ^~~~~~~~~~~~~~~
/builddir/build/BUILD/php-saxon-12.4.1/php8_XsltExecutable.cpp:363:16: error: 'argument' was not declared in this scope; did you mean 'arguments'?
363 | delete argument[i];
| ^~~~~~~~
| arguments
/builddir/build/BUILD/php-saxon-12.4.1/php8_XsltExecutable.cpp:365:17: error: type 'int' argument given to 'delete', expected pointer
365 | delete [] argument_length;
Updated by O'Neil Delpratt about 1 year ago
- Status changed from New to Resolved
Patched committed to the repository
Updated by O'Neil Delpratt 11 months ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
- Fixed in version set to 12.4.2
Fix applied in SaxonC 12.4.2 maintenance release
Please register to edit this issue
Actions