Problem/Motivation
When external storage like Azure Blob Storage File System is configured and a .gif without animation is uploaded, the isAnAnimatedGif() check never stops.
The reason is that the file end is not properly detected.
Steps to reproduce
- Have a externar storage configureda (Azure Blob Storage File System)
- Upload a .gif wthout animation
Issue fork animated_gif-3293096
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
frouco commentedComment #4
grimreaperHi,
Thanks for the issue and MR.
See my review comment and tests should pass.
Comment #5
frouco commentedHi,
corrections done and tests in green
Comment #6
grimreaperThanks!
Deprecation had not been catched by PHPStan or Rector.
For the record this is this Change record: https://www.drupal.org/node/3180429
I am going to merge and make a new release.
Comment #8
grimreaper