View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0037227 | mantisbt | code cleanup | public | 2026-06-01 20:03 | 2026-06-30 17:56 |
| Reporter | dregad | Assigned To | dregad | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | ||
| Product Version | 2.7.0 | ||||
| Target Version | 2.29.0 | Fixed in Version | 2.29.0 | ||
| Summary | 0037227: Remove code specific to PHP safe_mode | ||||
| Description | Safe mode has been removed from PHP in 5.4. Identified occurrences: | ||||
| Tags | No tags attached. | ||||
|
MantisBT: master 915de954 2026-06-01 18:28 Details Diff |
Remove safe_mode check from installer Safe mode has been removed from PHP in 5.4. Fixes 0037227 |
Affected Issues 0037227 |
|
| mod - admin/install.php | Diff File | ||
|
MantisBT: master b574dac4 2026-06-01 18:29 Details Diff |
Remove `@` operator for set_time_limit() It was added to fix issues with PHP safe_mode, which has been removed from PHP in 5.4. Occurrences: - helper_begin_long_process(), see issue 0004555 - admin/upgrade_unattended.php script, see issue 0008830 Fixes 0037227 |
Affected Issues 0004555, 0008830, 0037227 |
|
| mod - admin/install.php | Diff File | ||
| mod - admin/upgrade_unattended.php | Diff File | ||
| mod - core/helper_api.php | Diff File | ||