php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11750 gdioctx incompatible types
Submitted: 2001-06-27 12:57 UTC Modified: 2001-06-27 13:15 UTC
From: cedric dot boudin at iconmedialab dot com Assigned:
Status: Closed Package: GD related
PHP Version: 4.0.5 OS: solaris 7
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: cedric dot boudin at iconmedialab dot com
New email:
PHP Version: OS:

 

 [2001-06-27 12:57 UTC] cedric dot boudin at iconmedialab dot com
as described in bug 11638 gd_io.h from the gd-1.8.4 src tree has an icompatible type compared to gd.c in the php.4.0.6 tree

the reference to php.4.0.6.rc3 in ~andi does not lead to a succesfull download

the cvs server access as described in the cvs instruction does not lead to a succesfull login or checkout



struct gdIOCtx {

        int     (*getC)(struct gdIOCtx*);

        int     (*getBuf)(struct gdIOCtx*, void*, int);         void     (*putC)(struct gdIOCtx*, int);

        int     (*putBuf)(struct gdIOCtx*, const void*, int);         int     (*seek)(struct gdIOCtx*, const int);

        long    (*tell)(struct gdIOCtx*);         void    (*free)(struct gdIOCtx*); } gdIOCtx;




Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-27 13:15 UTC] sniper@php.net
This is fixed in PHP 4.0.6. (which is released already)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 16:01:28 2024 UTC