[pmwiki-users] content refused

marc gmane at auxbuss.com
Mon Feb 25 15:10:26 CST 2008


jdd said...
> Christophe David a écrit :
> >>  and it *is* a size limit problem, because I can insert half of the
> >>  text, but not all
> >
> > Try
> >
> > ini_set('memory_limit',           '128M');
> > ini_set('pcre.backtrack_limit', '999999');
> > ini_set('pcre.recursion_limit', '999999');
> >
> > It worked for me ;-)

> on what file? can you elaborate a bit on these settings, I don't want
> to have problems with my server :-))

They are in php.ini

The memory limit shouldn't be a problem, but I think it defaults to 8Mb 
in PHP4 and 128Mb in PHP5.

In the PHP manual see:

  Regular Expression Functions (Perl-Compatible)

The two pcre settings are PHP5-only, I think.

-- 
Cheers,
Marc




More information about the pmwiki-users mailing list