From 5fdf14a078014372f75b33ac81a016b2a66b9633 Mon Sep 17 00:00:00 2001 From: "laurent.duretz" Date: Tue, 6 Sep 2011 14:44:15 +0000 Subject: Issue 2433 : resizing of php.ini parameter pcre.backtrack_limit for remote site synchronisation git-svn-id: http://piwigo.org/svn/branches/2.2@12066 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions_xml.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v1.2.3