Project

General

Profile

Actions

Evolution #1163

closed

change MAX_FILE_SIZE value in simplehtmldom file

Added by Simon over 2 years ago. Updated over 2 years ago.

Status:
Fermé
Priority:
Normal
Assignee:
Category:
general
Target version:
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 !

Actions #1

Updated by Simon over 2 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;
    }
Actions #2

Updated by Simon over 2 years ago

  • Status changed from Nouveau to Fermé
  • % Done changed from 0 to 100

Applied in changeset linea21|r3831.

Actions

Also available in: Atom PDF