Actions
Evolution #1163
closedchange MAX_FILE_SIZE value in simplehtmldom file
Start date:
09/07/2021
Due date:
% Done:
100%
Estimated time:
0.50 h
Resolution:
Description
change MAX_FILE_SIZE value in simplehtmldom file to prevent methos to return false !
Updated by Simon about 3 years ago
if to low, throw error when parsing big string (for example when instancing gennevilliers with more than 500 actions)
because of following test :
if (empty($contents) || strlen($contents) > MAX_FILE_SIZE)
{
return false;
}
Updated by Simon about 3 years ago
- Status changed from Nouveau to Fermé
- % Done changed from 0 to 100
Applied in changeset linea21|r3831.
Actions