php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #55024 can't make
Submitted: 2011-06-10 14:51 UTC Modified: 2011-06-10 15:00 UTC
From: gcnsc at 126 dot com Assigned:
Status: Not a bug Package: GD related
PHP Version: 5.2.17 OS: FreeBSD8.1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: gcnsc at 126 dot com
New email:
PHP Version: OS:

 

 [2011-06-10 14:51 UTC] gcnsc at 126 dot com
Description:
------------
In file included from /usr/soft/php-5.1.2/ext/gd/gd.c:98:
/usr/soft/php-5.1.2/ext/gd/gd_ctx.c: In function '_php_image_output_ctx':
/usr/soft/php-5.1.2/ext/gd/gd_ctx.c:102: error: 'gdIOCtx' has no member named 'free'
/usr/soft/php-5.1.2/ext/gd/gd_ctx.c:143: error: 'gdIOCtx' has no member named 'free'
/usr/soft/php-5.1.2/ext/gd/gd.c: In function 'zm_info_gd':
/usr/soft/php-5.1.2/ext/gd/gd.c:505: error: 'FREETYPE_MAJOR' undeclared (first use in this function)
/usr/soft/php-5.1.2/ext/gd/gd.c:505: error: (Each undeclared identifier is reported only once
/usr/soft/php-5.1.2/ext/gd/gd.c:505: error: for each function it appears in.)
/usr/soft/php-5.1.2/ext/gd/gd.c:505: error: 'FREETYPE_MINOR' undeclared (first use in this function)
/usr/soft/php-5.1.2/ext/gd/gd.c: In function '_php_image_type':
/usr/soft/php-5.1.2/ext/gd/gd.c:1374: error: 'gdIOCtx' has no member named 'free'
/usr/soft/php-5.1.2/ext/gd/gd.c:1381: error: 'gdIOCtx' has no member named 'free'
/usr/soft/php-5.1.2/ext/gd/gd.c: In function '_php_image_create_from_string':
/usr/soft/php-5.1.2/ext/gd/gd.c:1415: error: 'gdIOCtx' has no member named 'free'
/usr/soft/php-5.1.2/ext/gd/gd.c: In function '_php_image_create_from':
/usr/soft/php-5.1.2/ext/gd/gd.c:1574: error: 'gdIOCtx' has no member named 'free'
*** Error code 1

Stop in /usr/soft/php-5.1.2.

Test script:
---------------
In file included from /usr/soft/php-5.1.2/ext/gd/gd.c:98:
/usr/soft/php-5.1.2/ext/gd/gd_ctx.c: In function '_php_image_output_ctx':
/usr/soft/php-5.1.2/ext/gd/gd_ctx.c:102: error: 'gdIOCtx' has no member named 'free'
/usr/soft/php-5.1.2/ext/gd/gd_ctx.c:143: error: 'gdIOCtx' has no member named 'free'
/usr/soft/php-5.1.2/ext/gd/gd.c: In function 'zm_info_gd':
/usr/soft/php-5.1.2/ext/gd/gd.c:505: error: 'FREETYPE_MAJOR' undeclared (first use in this function)
/usr/soft/php-5.1.2/ext/gd/gd.c:505: error: (Each undeclared identifier is reported only once
/usr/soft/php-5.1.2/ext/gd/gd.c:505: error: for each function it appears in.)
/usr/soft/php-5.1.2/ext/gd/gd.c:505: error: 'FREETYPE_MINOR' undeclared (first use in this function)
/usr/soft/php-5.1.2/ext/gd/gd.c: In function '_php_image_type':
/usr/soft/php-5.1.2/ext/gd/gd.c:1374: error: 'gdIOCtx' has no member named 'free'
/usr/soft/php-5.1.2/ext/gd/gd.c:1381: error: 'gdIOCtx' has no member named 'free'
/usr/soft/php-5.1.2/ext/gd/gd.c: In function '_php_image_create_from_string':
/usr/soft/php-5.1.2/ext/gd/gd.c:1415: error: 'gdIOCtx' has no member named 'free'
/usr/soft/php-5.1.2/ext/gd/gd.c: In function '_php_image_create_from':
/usr/soft/php-5.1.2/ext/gd/gd.c:1574: error: 'gdIOCtx' has no member named 'free'
*** Error code 1

Stop in /usr/soft/php-5.1.2.

Expected result:
----------------
In file included from /usr/soft/php-5.1.2/ext/gd/gd.c:98:
/usr/soft/php-5.1.2/ext/gd/gd_ctx.c: In function '_php_image_output_ctx':
/usr/soft/php-5.1.2/ext/gd/gd_ctx.c:102: error: 'gdIOCtx' has no member named 'free'
/usr/soft/php-5.1.2/ext/gd/gd_ctx.c:143: error: 'gdIOCtx' has no member named 'free'
/usr/soft/php-5.1.2/ext/gd/gd.c: In function 'zm_info_gd':
/usr/soft/php-5.1.2/ext/gd/gd.c:505: error: 'FREETYPE_MAJOR' undeclared (first use in this function)
/usr/soft/php-5.1.2/ext/gd/gd.c:505: error: (Each undeclared identifier is reported only once
/usr/soft/php-5.1.2/ext/gd/gd.c:505: error: for each function it appears in.)
/usr/soft/php-5.1.2/ext/gd/gd.c:505: error: 'FREETYPE_MINOR' undeclared (first use in this function)
/usr/soft/php-5.1.2/ext/gd/gd.c: In function '_php_image_type':
/usr/soft/php-5.1.2/ext/gd/gd.c:1374: error: 'gdIOCtx' has no member named 'free'
/usr/soft/php-5.1.2/ext/gd/gd.c:1381: error: 'gdIOCtx' has no member named 'free'
/usr/soft/php-5.1.2/ext/gd/gd.c: In function '_php_image_create_from_string':
/usr/soft/php-5.1.2/ext/gd/gd.c:1415: error: 'gdIOCtx' has no member named 'free'
/usr/soft/php-5.1.2/ext/gd/gd.c: In function '_php_image_create_from':
/usr/soft/php-5.1.2/ext/gd/gd.c:1574: error: 'gdIOCtx' has no member named 'free'
*** Error code 1

Stop in /usr/soft/php-5.1.2.
test1# cd ..

Actual result:
--------------
In file included from /usr/soft/php-5.1.2/ext/gd/gd.c:98:
/usr/soft/php-5.1.2/ext/gd/gd_ctx.c: In function '_php_image_output_ctx':
/usr/soft/php-5.1.2/ext/gd/gd_ctx.c:102: error: 'gdIOCtx' has no member named 'free'
/usr/soft/php-5.1.2/ext/gd/gd_ctx.c:143: error: 'gdIOCtx' has no member named 'free'
/usr/soft/php-5.1.2/ext/gd/gd.c: In function 'zm_info_gd':
/usr/soft/php-5.1.2/ext/gd/gd.c:505: error: 'FREETYPE_MAJOR' undeclared (first use in this function)
/usr/soft/php-5.1.2/ext/gd/gd.c:505: error: (Each undeclared identifier is reported only once
/usr/soft/php-5.1.2/ext/gd/gd.c:505: error: for each function it appears in.)
/usr/soft/php-5.1.2/ext/gd/gd.c:505: error: 'FREETYPE_MINOR' undeclared (first use in this function)
/usr/soft/php-5.1.2/ext/gd/gd.c: In function '_php_image_type':
/usr/soft/php-5.1.2/ext/gd/gd.c:1374: error: 'gdIOCtx' has no member named 'free'
/usr/soft/php-5.1.2/ext/gd/gd.c:1381: error: 'gdIOCtx' has no member named 'free'
/usr/soft/php-5.1.2/ext/gd/gd.c: In function '_php_image_create_from_string':
/usr/soft/php-5.1.2/ext/gd/gd.c:1415: error: 'gdIOCtx' has no member named 'free'
/usr/soft/php-5.1.2/ext/gd/gd.c: In function '_php_image_create_from':
/usr/soft/php-5.1.2/ext/gd/gd.c:1574: error: 'gdIOCtx' has no member named 'free'
*** Error code 1

Stop in /usr/soft/php-5.1.2.
test1# cd ..

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-06-10 15:00 UTC] derick@php.net
-Status: Open +Status: Bogus
 [2011-06-10 15:00 UTC] derick@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately you are not using a current version of PHP -- 
the problem might already be fixed. Please download a new
PHP version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.

.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 04:01:38 2024 UTC