php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #63019 gmagick.c Line 816
Submitted: 2012-09-05 19:03 UTC Modified: 2012-09-09 16:58 UTC
From: vtex at computerover dot com Assigned: vito (profile)
Status: Closed Package: gmagick (PECL)
PHP Version: Irrelevant OS: Ubuntu 10.04 LTS
Private report: No CVE-ID: None
 [2012-09-05 19:03 UTC] vtex at computerover dot com
Description:
------------
Line 816 of gmagick.c needs to be wrapped in a if GMAGICK_LIB_MASK >= 1003007 statement, otherwise it will not be defined when compiling if the library version is less than 1003007.

Also see the header file php_gmagick.h line 186.

Test script:
---------------
pecl install channel://pecl.php.net/gmagick-1.1.0RC3

Expected result:
----------------
N/A

Actual result:
--------------
/tmp/pear/temp/gmagick/gmagick.c:816: error: zim_gmagick_setcompressionquality undeclared here (not in a function)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-09-09 16:51 UTC] vito@php.net
Automatic comment from SVN on behalf of vito
Revision: http://svn.php.net/viewvc/?view=revision&revision=327569
Log: Bug #63019
 [2012-09-09 16:58 UTC] vito@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: vito
 [2012-09-09 16:58 UTC] vito@php.net
Thank you for your bug report. This issue has already been fixed
in the latest released version of PHP, which you can download at 
http://www.php.net/downloads.php


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 17:01:29 2024 UTC