View Issue Details

IDProjectCategoryView StatusLast Update
0023640mantisbtcode cleanuppublic2018-09-24 02:14
Reporteratrol Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Target Version2.9.0Fixed in Version2.9.0 
Summary0023640: Usage of deprecated each() function
Description

each() has been deprecated as of PHP 7.2.0 [1]

[1] http://php.net/manual/en/function.each.php

TagsNo tags attached.

Relationships

related to 0024174 closeddregad E_DEPRECATED error on php7.2: each() function 

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master 053dd6be

2017-11-15 12:08

atrol


Details Diff
Remove usage of deprecated each() function

each() has been deprecated as of PHP 7.2.0 [1]

[1] http://php.net/manual/en/function.each.php

Fixes 0023640
Affected Issues
0023640
mod - admin/check/check_php_inc.php Diff File
mod - core/config_api.php Diff File
mod - core/html_api.php Diff File
mod - core/print_api.php Diff File
mod - my_view_page.php Diff File

MantisBT: master-1.3.x d4a28e53

2017-11-15 12:08

atrol

Committer: dregad


Details Diff
Remove usage of deprecated each() function

each() has been deprecated as of PHP 7.2.0 [1]

[1] http://php.net/manual/en/function.each.php

Fixes 0023640
Backported from 053dd6becdeb29599fdf5fa1b48f82a6664a95f1

Conflicts:
my_view_page.php
Affected Issues
0023640
mod - admin/check/check_php_inc.php Diff File
mod - core/config_api.php Diff File
mod - core/html_api.php Diff File
mod - core/print_api.php Diff File
mod - my_view_page.php Diff File