This GIF complete destroys php instance
Opened this issue · 1 comments
newtonianb commented
In GifFrameExtractor at line 220. Something inside here is causing the entire php instance to crap out, the only way out is to restart PHP. I tried to set a time out but even that doesn't work something is screwy in this file!
while (!$this->checkByte(0x3b) && !$this->checkEOF()) {
$this->getCommentData(1);
$this->parseGraphicsExtension(2);
$this->getFrameString(2);
$this->getApplicationData();
}
yang-jandro commented
@Sybio has been MIA for a few years now. I'd consider using a different library like ImageMagick.