MantisBT: master b574dac4

Author Committer Branch Timestamp Parent
dregad dregad master 2026-06-01 18:29 master 915de954
Affected Issues  0004555: Warnings on set_time_limit() in safe mode
 0008830: set_time_limit() doesn't work in PHP safe mode
 0037227: Remove code specific to PHP safe_mode
Changeset

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

mod - admin/install.php Diff File
mod - admin/upgrade_unattended.php Diff File
mod - core/helper_api.php Diff File