From 8582701b70d2ae668086efe3a35a0c9cccf085d8 Mon Sep 17 00:00:00 2001 From: Friendika Date: Wed, 2 Nov 2011 01:50:15 -0700 Subject: [PATCH] raise backtrack (pcre) limit --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) {