TextAtAnyCost
TextAtAnyCost copied to clipboard
Падает с лимитом памяти
На документе https://yadi.sk/d/FURIt9h5pBzKb падает c превышением памяти здесь
$cp = array(); $i = 0;
while (($cp[] = $this->getLong($i, $pieceTable)) != $lastCP)
$i += 4;
I have same issue. Can anyone help me?