Summary | Re-add set_time_limit but with silenced warning |
Queue | Horde Framework Packages |
Type | Enhancement |
State | Rejected |
Priority | 1. Low |
Owners | |
Requester | erich (at) debian (dot) org |
Created | 10/04/2004 (7555 days ago) |
Due | |
Updated | 10/04/2004 (7555 days ago) |
Assigned | |
Resolved | 10/04/2004 (7555 days ago) |
Milestone | |
Patch | No |
if i remember all i have installed. I though reporting it once and for
horde is better than reporting it six times...
After all, all these belong to horde, and it clearly looks like common
code: same filename, same structure, same comments...
information.
last month.
in lib/base.php, line 55:
http://cvs.horde.org/co.php/imp/lib/base.php?r=1.24.2.5#55
I bet it is the same with the other packages - i don't think the
debian maintainer will re-add the set_time_limit statement.
Sorry, i'm a bit annoyed to re-change this thing every time a new
version is uploaded to debian to get imp&co working again... actually
mostly because i forget each time to do so again.
State ⇒ Rejected
idea to silence warnings has them silenced already. set_time_limit()
is called in Registry.php where it should. Try submitting a better and
more accurate report the next time you open a ticket, and lose the
superior attitude.
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Re-add set_time_limit but with silenced warning
Queue ⇒ Horde Framework Packages
@set_time_limit(...);
works fine, so instead of removing these statements you could just
have added the "at" char - which will silence the warning. At least it
does so on my test system.
Learn your php api. ;-)