View Issue Details

IDProjectCategoryView StatusLast Update
0036615mantisbtcode cleanuppublic2025-11-22 11:47
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Target Version2.28.0Fixed in Version2.28.0 
Summary0036615: PHP 8.5: non-canonical cast deprecations
Description

Mantis code throws a number of deprecation notices:

PHP Deprecated: Non-canonical cast (integer) is deprecated, use the (int) cast instead
PHP Deprecated: Non-canonical cast (double) is deprecated, use the (float) cast instead
PHP Deprecated: Non-canonical cast (boolean) is deprecated, use the (bool) cast instead

Reference (RFC): https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_non-standard_cast_names

TagsPHP 8.5

Relationships

child of 0036614 resolveddregad PHP 8.5 compatibility 

Activities

Related Changesets

MantisBT: master b91a0fbd

2025-10-24 12:00

dregad


Details Diff
PHP 8.5: non-canonical cast deprecations (double => float)

Fixes 0036615
Affected Issues
0036615
mod - billing_inc.php Diff File
mod - core/database_api.php Diff File

MantisBT: master 7e194e78

2025-10-24 12:00

dregad


Details Diff
PHP 8.5: non-canonical cast deprecations (boolean => bool)

Fixes 0036615
Affected Issues
0036615
mod - core/classes/BugFilterQuery.class.php Diff File
mod - core/commands/ProjectHierarchyAddCommand.php Diff File
mod - core/commands/ProjectHierarchyUpdateCommand.php Diff File
mod - core/string_api.php Diff File
mod - manage_proj_ver_edit_page.php Diff File

MantisBT: master febb203a

2025-10-24 12:02

dregad


Details Diff
PHP 8.5: non-canonical cast deprecations (integer => int)

Fixes 0036615
Affected Issues
0036615
mod - api/soap/mc_issue_api.php Diff File
mod - bug_view_inc.php Diff File
mod - core/classes/BugFilterQuery.class.php Diff File
mod - core/commands/IssueNoteDeleteCommand.php Diff File
mod - core/commands/ProjectDeleteCommand.php Diff File
mod - core/commands/ProjectHierarchyAddCommand.php Diff File
mod - core/commands/ProjectHierarchyDeleteCommand.php Diff File
mod - core/commands/ProjectHierarchyUpdateCommand.php Diff File
mod - core/commands/ProjectUpdateCommand.php Diff File
mod - core/commands/VersionAddCommand.php Diff File
mod - core/commands/VersionDeleteCommand.php Diff File
mod - core/commands/VersionGetCommand.php Diff File
mod - core/commands/VersionUpdateCommand.php Diff File
mod - core/config_api.php Diff File
mod - core/helper_api.php Diff File
mod - core/print_api.php Diff File
mod - core/rss_api.php Diff File
mod - core/sponsorship_api.php Diff File
mod - core/user_api.php Diff File
mod - file_download.php Diff File
mod - tests/soap/LoginTest.php Diff File