TextAtAnyCost icon indicating copy to clipboard operation
TextAtAnyCost copied to clipboard

Падает с лимитом памяти

Open Slavenin opened this issue 10 years ago • 1 comments

На документе https://yadi.sk/d/FURIt9h5pBzKb падает c превышением памяти здесь

$cp = array(); $i = 0;
        while (($cp[] = $this->getLong($i, $pieceTable)) != $lastCP)
            $i += 4;

Slavenin avatar Feb 20 '16 15:02 Slavenin

I have same issue. Can anyone help me?

ZhandosKz avatar Mar 29 '21 12:03 ZhandosKz