From: Friendika Date: Wed, 2 Nov 2011 08:50:15 +0000 (-0700) Subject: raise backtrack (pcre) limit X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8582701b70d2ae668086efe3a35a0c9cccf085d8;p=friendica.git raise backtrack (pcre) limit --- diff --git a/boot.php b/boot.php index 5258a9d63f..c8d667f589 100644 --- a/boot.php +++ b/boot.php @@ -191,7 +191,7 @@ function startup() { set_time_limit(0); // This has to be quite large to deal with embedded private photos - ini_set('pcre.backtrack_limit', 350000); + ini_set('pcre.backtrack_limit', 500000); if (get_magic_quotes_gpc()) {