From: zibri at libero dot it Operating system: Windows XP Professional SP1 PHP version: 4CVS-2004-03-08 (stable) PHP Bug Type: GD related Bug description: Call to undefined function: imagegif()
Description: ------------ function imagegif does not seem to work ! ImageGIF($photoImage); returns: Fatal error: Call to undefined function: imagegif() Reproduce code: --------------- ImageGIF($photoImage); Expected result: ---------------- A GIF IMAGE infact if I call imagejpeg($photoimage) I get a normal jpeg.. Actual result: -------------- Fatal error: Call to undefined function: imagegif() -- Edit bug report at http://bugs.php.net/?id=27534&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=27534&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=27534&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=27534&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=27534&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=27534&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=27534&r=needscript Try newer version: http://bugs.php.net/fix.php?id=27534&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=27534&r=support Expected behavior: http://bugs.php.net/fix.php?id=27534&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=27534&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=27534&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=27534&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27534&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=27534&r=dst IIS Stability: http://bugs.php.net/fix.php?id=27534&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=27534&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=27534&r=float