[Tickets #11671] Re: The dynamic view crashes on some Inboxes
bugs at horde.org
bugs at horde.org
Mon Nov 26 13:48:50 UTC 2012
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/11671
------------------------------------------------------------------------------
Ticket | 11671
Updated By | software-horde at interfasys.ch
Summary | The dynamic view crashes on some Inboxes
Queue | IMP
Version | 6.0.1
Type | Bug
State | No Feedback
Priority | 2. Medium
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
software-horde at interfasys.ch (2012-11-26 13:48) wrote:
OK. The PHP dev team have shed some light on why this is happening.
The default pcre.recursion_limit in PHP is set to 100000.
This value is too high for my setup, for an unknown reason. It may be
too high for other installations as well. This means that PHP will
crash before reaching that limit due to other limitations.
Not sure if Horde should change its default settings, but for people
running into the same problem, add this to the root .htaccess file:
php_value pcre.recursion_limit 5000
More information about the bugs
mailing list