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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Tue Apr 16 09:01:28 2024 UTC