View Issue Details

IDProjectCategoryView StatusLast Update
0008830mantisbtinstallationpublic2008-08-05 10:33
Reportervboctor Assigned Todaryn  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.1.1 
Target Version1.1.3Fixed in Version1.1.2 
Summary0008830: set_time_limit() doesn't work in PHP safe mode
Description

Warning: set_time_limit() [function.set-time-limit]: Cannot set time
limit in safe mode in
/mnt/130/sda/2/e/m.baert/mantis/admin/install.php on line 27

There are calls to set_time_limt() without the '@' prefix in the following files:
admin/install.php
admin/upgrade_unattended.php

After the fix, the call should look as follows:
@set_time_limit(0);

TagsNo tags attached.

Activities

vboctor

vboctor

2008-01-30 03:04

manager   ~0016881

daryn, I assigned this to you to try your commit access and get setup with a work area for the 1.1.x branch and trunk, since the fix need to go in both.

daryn

daryn

2008-02-01 21:20

reporter   ~0016918

Fixed in r4945 (trunk) and r4946 (1.1.x)

vboctor

vboctor

2008-02-03 14:03

manager   ~0016928

Changed Fixed in Version to 1.1.2, since fixed in version has to point to a specific version.

Related Changesets

MantisBT: master 01d8c47e

2008-02-01 20:50

daryn


Details Diff
Squashed commit of the following:

commit <a class="text" href="/?p=mantisbt.git;a=object;h=bd4064b26b9e700f94e154f7a6e964d4b0129fb6">bd4064b26b9e700f94e154f7a6e964d4b0129fb6</a>
Author: Daryn Warriner <daryn@iivip.com>
Date: Fri Feb 1 19:11:03 2008 -0600

Completed bug 0008830: Add @ before set_time_limit.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4945 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0008830
mod - admin/install.php Diff File
mod - admin/upgrade_unattended.php Diff File

MantisBT: master-1.1.x 36393c84

2008-02-01 21:10

daryn


Details Diff
Squashed commit of the following:

commit <a class="text" href="/?p=mantisbt.git;a=object;h=1034058634f21b79886ee6c21941dfa43a8c9710">1034058634f21b79886ee6c21941dfa43a8c9710</a>
Author: Daryn Warriner <daryn@iivip.com>
Date: Fri Feb 1 18:56:38 2008 -0600

Completed bug 0008830: Add @ before set_time_limit.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/branches/BRANCH_1_1_0@4946 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0008830
mod - admin/install.php Diff File
mod - admin/upgrade_unattended.php Diff File