[pmwiki-users] AllRecentChanges

Patrick R. Michaud pmichaud at pobox.com
Tue Aug 7 11:03:35 CDT 2007


On Tue, Aug 07, 2007 at 05:59:41PM +0200, Laurent Meister wrote:
> Hello,
> 
> our AllRecentChanges aren't displayed anymore:
> 
> http://www.apfelwiki.de/Site/AllRecentChanges
> ...
> Is there a limit of Lines in a file, that the Wiki-engine can  
> display? We are using pmwiki-2.2.0-beta 62

What version of PHP are you running?  If you're running 5.2.0 or
later, you might need a statement like:

    ini_set('pcre.backtrack_limit', 1000000);

PHP 5.2 added a "backtracking limit" that sometimes causes PCRE
functions to abort on very long input strings.

Pm




More information about the pmwiki-users mailing list