On Tue, Apr 07, 2009 at 11:23:40AM +0200, Merijn Hofland wrote: > Hi, > > I got a text of 6877 lines > added 2 lines [@ at begin and @] at end > pmwiki refuses to display it and cleans my whole code > What can it be? > is there a maximum of lines?
What version of PHP are you running? PHP 5 adds limits to the size of text that can be processed by regular expressions, and requires a couple of initialization settings to raise those limits (I don't have them handy at the moment). Pm _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
