Ignore:
Timestamp:
Sep 6, 2011, 4:45:14 PM (13 years ago)
Author:
laurent.duretz
Message:

Issue 2433 : resizing of php.ini parameter pcre.backtrack_limit for remote site synchronisation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_xml.inc.php

    r8728 r12067  
    119119  {
    120120    // limit must be growed with php5 and "big" listing file
    121     ini_set("pcre.backtrack_limit", pow(2, 32));
     121    ini_set("pcre.backtrack_limit", pow(2, 31));
    122122  }
    123123
Note: See TracChangeset for help on using the changeset viewer.