]> git.mxchange.org Git - friendica.git/commitdiff
raise backtrack (pcre) limit
authorFriendika <info@friendika.com>
Wed, 2 Nov 2011 08:50:15 +0000 (01:50 -0700)
committerFriendika <info@friendika.com>
Wed, 2 Nov 2011 08:50:15 +0000 (01:50 -0700)
boot.php

index 5258a9d63ff123a0b24364363fa0ef1f2df4f1ed..c8d667f589c33f88e171cad4936c06684deafb44 100644 (file)
--- 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()) {