aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorlaurent.duretz <laurent.duretz@piwigo.org>2011-09-06 14:45:14 +0000
committerlaurent.duretz <laurent.duretz@piwigo.org>2011-09-06 14:45:14 +0000
commitb470527e68739b69d3b5b60810145e67305a479d (patch)
tree815ad36254f677a3eaf6d6316484713f045f3330 /include
parent9053e5373bd48c88a461f807174a9a3de5e7f23e (diff)
Issue 2433 : resizing of php.ini parameter pcre.backtrack_limit for remote site synchronisation
git-svn-id: http://piwigo.org/svn/trunk@12067 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-rw-r--r--include/functions_xml.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions_xml.inc.php b/include/functions_xml.inc.php
index be16c5d23..49de7c779 100644
--- a/include/functions_xml.inc.php
+++ b/include/functions_xml.inc.php
@@ -118,7 +118,7 @@ function getXmlCode( $filename )
if (function_exists('ini_set'))
{
// limit must be growed with php5 and "big" listing file
- ini_set("pcre.backtrack_limit", pow(2, 32));
+ ini_set("pcre.backtrack_limit", pow(2, 31));
}
if (!fetchRemote($filename, $xml_content))