From: swbrown at ucsd dot edu Operating system: any PHP version: 4.3.1 PHP Bug Type: GD related Bug description: image functions with 4 params (imagegd2) never write to files
If four args are specified to an image function, like imagegd2, php would previously never write to a file due to a bug. This fixes it to work like three argument functions. Patch (this needs to be applied to both php4 and php5 head): http://www-cse.ucsd.edu/~sbrown/patches/php-4.3.1-gd-four-param-bug-swb.patch (Note that bug #22645 will prevent even reaching this bug in the php4 branch atm.) -- Edit bug report at http://bugs.php.net/?id=22646&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=22646&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=22646&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=22646&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=22646&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=22646&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=22646&r=support Expected behavior: http://bugs.php.net/fix.php?id=22646&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=22646&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=22646&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=22646&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22646&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=22646&r=dst IIS Stability: http://bugs.php.net/fix.php?id=22646&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=22646&r=gnused
