diff options
author | Friendika <info@friendika.com> | 2011-11-02 01:50:15 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-11-02 01:50:15 -0700 |
commit | 8582701b70d2ae668086efe3a35a0c9cccf085d8 (patch) | |
tree | e534c9e4f13e9725cf966b785efaef61f1ff3d2c | |
parent | e38aa672635245cf3730fc88bbe8d36a6ecaef22 (diff) | |
download | volse-hubzilla-8582701b70d2ae668086efe3a35a0c9cccf085d8.tar.gz volse-hubzilla-8582701b70d2ae668086efe3a35a0c9cccf085d8.tar.bz2 volse-hubzilla-8582701b70d2ae668086efe3a35a0c9cccf085d8.zip |
raise backtrack (pcre) limit
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()) { |