Edit report at http://bugs.php.net/bug.php?id=52043&edit=1
ID: 52043 Updated by: fel...@php.net Reported by: php at group dot apple dot com Summary: GD doesn't recognize latest libJPEG version (8b) -Status: Open +Status: Assigned Type: Bug Package: GD related Operating System: all PHP Version: 5.3.2 -Assigned To: +Assigned To: pajoye Previous Comments: ------------------------------------------------------------------------ [2010-06-11 03:16:23] php at group dot apple dot com Description: ------------ Building php-5.3.2 against libJPEGv8b (NOT 6b!) appears to be functional, but php reports the wrong version number. The patch below adds an additional cast to the switch statement. Test script: --------------- php -info | grep -i jpeg Expected result: ---------------- libJPEG Version => 8b Actual result: -------------- libJPEG Version => unknown ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=52043&edit=1