|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2018-06-18 10:30 UTC] danack@php.net
-Status: Open
+Status: Not a bug
[2018-06-18 10:30 UTC] danack@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 16 19:00:01 2025 UTC |
Description: ------------ Fatal error: Uncaught ImagickException: Wrong JPEG library version: library is 80, caller expects 90 `******/beauty.jpg' @ error/jpeg.c/JPEGErrorHandler/332 in *****/demo.php:8 Test script: --------------- <?php $img = new Imagick(realpath('beauty.jpg')); $format = $img->getFormat(); var_dump($format);