View Issue Details

IDProjectCategoryView StatusLast Update
0035283mantisbtapi soappublic2025-04-01 15:58
Reporterdregad Assigned Todregad  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Target Version2.28.0Fixed in Version2.28.0 
Summary0035283: PHP 8.4: SOAP API throws SoapFault: Internal Service Error
Description

Calling any SOAP API function results in the following exception:

Fatal error: Uncaught SoapFault exception: [SOAP-ENV:Server] Internal Service Error

This is due to the deprecation of SOAP_FUNCTIONS_ALL constant (https://www.php.net/manual/en/migration84.deprecated.php).

TagsPHP 8.4

Relationships

child of 0035216 assigneddregad PHP 8.4 compatibility 

Activities

Related Changesets

MantisBT: master 94f9bf0b

2025-01-31 12:23

dregad


Details Diff
PHP 8.4: deprecated SOAP_FUNCTIONS_ALL constant

Ref: https://www.php.net/manual/en/migration84.deprecated.php

Pass a list of public SOAP API functions instead.

Fixes 0035283
Affected Issues
0035283
mod - api/soap/mantisconnect.php Diff File