Hi,
thanks a lot!
On Mon, 21 Sep 2009 12:29:14 +0200, Nicolai Brogaard nmb@minserver.dk wrote:
On Mon, 21 Sep 2009 00:11:40 +0200, pete pete@teamlupus.hu wrote:
Hi Thomas,
thanks for the answer. I feel some misunderstanding there, because what
i
tried to tell that RC only checks for wether safe_mode is on before
using
the set_time_limit function, and this logic fails where the php engine
not
running in safe mode but has the set_time_limit function disabled. The errors are many lines in the log, which makes it's size way bigger than otherwise. AFAIK there is no functionality regression, or other problem.
Meanwhile in my installation i did a workaround by enabling safe_mode.
On Sat, 19 Sep 2009 14:25:03 +0200, Thomas Bruederli
wrote:
pete wrote:
hi,
on line 67, it only checks if it runs on safe_mode enabled. Not in safe_mode, but with set_time_limit disabled, it produces an error message, about 10-30 lines for a session of one user.
From the documentation of set_time_limit() on php.net:
This function has no effect when PHP is running in safe mode. There is
no
workaround other than turning off safe mode or changing the time limit
in
the php.ini.
~Thomas
http://trac.roundcube.net/ticket/1486149
created a ticket. attached a patch, hope you like it.
mvh. Nicolai Brogaard