Hi

Dne Fri, 02 Apr 2010 15:19:55 +0200
Olaf van der Spek <o...@xwis.net> napsal(a):

> On 2-4-2010 14:39, Michal Čihař wrote:
> > Hi
> >
> > Dne Tue, 30 Mar 2010 13:03:40 +0200
> > Olaf van der Spek<o...@xwis.net>  napsal(a):
> >
> >>> Server running with Suhosin. Please refer to documentation for possible 
> >>> issues.
> >>
> >> Do we really have to look at this error message for the next two years?
> >
> > No, you just need to read the documentation and disable the warning if
> > you've understand what it can cause.
> 
> I'd rather not have to do that.

The is no way around - Suhosin imposes limits on lengths of request,
it's content and lengths of variables. Depending on your tables you can
be easily hit by those limits. 

For example if you edit more rows at once, you can easily hit limit of
200 variables per request - each column uses 4 variables (name,
function, null, value) what gives you at most 50 fields you can edit at
once (it is actually less because there are also some administrative
fields required to know which table you're updating and so on).

-- 
        Michal Čihař | http://cihar.com | http://blog.cihar.com

Attachment: signature.asc
Description: PGP signature

Reply via email to