raise backtrack (pcre) limit

This commit is contained in:
Friendika 2011-11-02 01:50:15 -07:00
parent e38aa67263
commit 8582701b70
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ function startup() {
set_time_limit(0); set_time_limit(0);
// This has to be quite large to deal with embedded private photos // 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()) { if (get_magic_quotes_gpc()) {