From: [EMAIL PROTECTED] Operating system: HP UX 11 PHP version: 4.3.0-pre2 PHP Bug Type: Compile Failure Bug description: Problems while compiling php with new gd Version 2.0.4
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 bug report at http://bugs.php.net/?id=20192&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20192&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=20192&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=20192&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=20192&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=20192&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=20192&r=support Expected behavior: http://bugs.php.net/fix.php?id=20192&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=20192&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=20192&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=20192&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20192&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=20192&r=dst IIS Stability: http://bugs.php.net/fix.php?id=20192&r=isapi