6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
9/11/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#944] modification needed (set_time_limit)
*
Your Email Address
*
Spam protection
Enter the letters below:
.__.. .._. __ __ | |\ / | / `/ ` |__\ \/ _|_\__.\__.
Comment
> i'm using IMP on server, where safe mode is enabled. > > > > it's only check for safe mode, because in safe mode is set_time_limit > function disabled and generates warning > > > > --- imp/lib/base.php.orig 2004-12-06 11:17:27.000000000 +0100 > > +++ imp/lib/base.php 2004-12-06 11:18:30.000000000 +0100 > > @@ -52,7 +52,8 @@ > > error_reporting($conf['debug_level']); > > > > // set max execution time according to config settings > > -set_time_limit($conf['max_exec_time']); > > +if (!ini_get('safe_mode')) > > + set_time_limit($conf['max_exec_time']); > > > > // set the umask according to config settings > > if (isset($conf['umask'])) { > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers