mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-01 20:04:51 +02:00
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
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user