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 _______________________________________________ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users