Opened 8 years ago
Closed 8 years ago
#36643 closed defect (bug) (duplicate)
Imagick can throw uncaught exceptions in image functions
Reported by: | wonderboymusic | Owned by: | wonderboymusic |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Media | Keywords: | |
Focuses: | Cc: |
Description
getimagesize()
calls, and some others, need to be replaced with new wp_*()
versions that have a try { ... } catch ( Exception $e ) { .... }
block
Change History (2)
Note: See
TracTickets for help on using
tickets.
Duplicate of #36587.
This was fixed upstream and we're going to blacklist this version.