From: <var...@us...> - 2012-12-03 12:40:45
|
Revision: 8587 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8587&view=rev Author: vargenau Date: 2012-12-03 12:40:36 +0000 (Mon, 03 Dec 2012) Log Message: ----------- ini_set('pcre.backtrack_limit', 100000000); Modified Paths: -------------- trunk/g Modified: trunk/g =================================================================== --- trunk/g 2012-12-03 12:36:57 UTC (rev 8586) +++ trunk/g 2012-12-03 12:40:36 UTC (rev 8587) @@ -42,6 +42,7 @@ */ ini_set("memory_limit", "256M"); +ini_set('pcre.backtrack_limit', 100000000); // Disable compression, seems needed to get all the messages. $no_gz_buffer=true; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |