php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20291 libgd 2.0.4 causes compile failure
Submitted: 2002-11-06 13:32 UTC Modified: 2002-11-06 13:34 UTC
From: axel dot starck at contec dot ca Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.2.3 OS: RH6.2
Private report: No CVE-ID: None
 [2002-11-06 13:32 UTC] axel dot starck at contec dot ca
the free function in the struct gdIOCtx in gd_io.h
changed its name from free to gd_free.
this is causing PHP/ext/gd to fail compile.
changing free to gd_free in 5 places seems to do the trick.

Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-06 13:34 UTC] iliaa@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Aug 19 03:01:30 2024 UTC