ID: 20192 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Compile Failure Operating System: HP UX 11 PHP Version: 4.3.0-pre2 New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [2002-10-31 09:26:49] [EMAIL PROTECTED] 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 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=20192&edit=1