php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #52043 GD doesn't recognize latest libJPEG version (8b)
Submitted: 2010-06-11 03:16 UTC Modified: 2010-06-14 10:35 UTC
From: php at group dot apple dot com Assigned: pajoye (profile)
Status: Closed Package: GD related
PHP Version: 5.3.2 OS: all
Private report: No CVE-ID: None
 [2010-06-11 03:16 UTC] 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

Patches

gd_libjpegv8b.patch (last revision 2010-06-11 01:17 UTC by php at group dot apple dot com)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-06-12 23:30 UTC] felipe@php.net
-Status: Open +Status: Assigned -Assigned To: +Assigned To: pajoye
 [2010-06-14 10:12 UTC] pajoye@php.net
Automatic comment from SVN on behalf of pajoye
Revision: http://svn.php.net/viewvc/?view=revision&revision=300425
Log: - #52043,GD doesn't recognize latest libJPEG version
 [2010-06-14 10:35 UTC] pajoye@php.net
-Status: Assigned +Status: Closed
 [2010-06-14 10:35 UTC] pajoye@php.net
Fixed in SVN, thanks for your feedback and patch!
 [2012-06-19 19:12 UTC] rodrigoaantunes at yahoo dot com dot br
When this patch will be added to ubuntu 12.04 repos? I'm getting this problem.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 04:01:31 2024 UTC