Ticket #5235 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

PatchApply: timeout setting need change

Reported by: prasad Assigned to: developer
Priority: minor Milestone: 5.1.0
Component: vtigercrm Version: 5.0.4
Keywords: migration Cc:

Description

In file: modules\Migration\PatchApply?.php, the set_time_limit is passed value -1, it should be 0 for infinite timeout.

set_time_limit(-1);

change it to

set_time_limit(0); 

Change History

06/25/08 06:26:56 changed by asha

  • status changed from new to closed.
  • resolution set to fixed.

This issue has been fixed and integrated. Please refer to the changeset #12066