php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20192 Problems while compiling php with new gd Version 2.0.4
Submitted: 2002-10-31 09:26 UTC Modified: 2002-10-31 09:29 UTC
From: Edgar_Miller at gmx dot net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.3.0-pre2 OS: HP UX 11
Private report: No CVE-ID: None
 [2002-10-31 09:26 UTC] Edgar_Miller at gmx dot net
When compiling PHP 4.3.0-pre2 with new gd-2.0.4 version, two files are not ok:
They use since this version gd_free instead of free :) (see CHANGES FILE )

in directory /ext/gd
the files :

     gd.c
lines   1039 , 1042 , 1219

     gd_ctx.c
lines   70 , 98

just replace the 'free' with 'gd_free'

regards

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-31 09:29 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-2025 The PHP Group
All rights reserved.
Last updated: Sat Jul 26 05:00:02 2025 UTC