Re: [PHP] imagegif() unable to open temporary file

2005-07-05 Thread James
I would then guess the permission error is with the directory stated. ie /path/to/. Have you tried modifying the directory the script resides in to allow public write access? - Original Message - From: kristina clair [EMAIL PROTECTED] To: php-general@lists.php.net Sent: Tuesday,

Re: [PHP] imagegif() unable to open temporary file

2005-07-05 Thread Richard Lynch
On Tue, July 5, 2005 1:22 pm, James said: I would then guess the permission error is with the directory stated. ie /path/to/. Have you tried modifying the directory the script resides in to allow public write access? Woof. There is NO WAY that you should be required to have a world-writable

Re: [PHP] ImageGIF

2001-09-07 Thread Rasmus Lerdorf
ImageGif: No GIF support in this PHP build in counter.php I get this error message when I try to run this code... Header(Content-Type: image/gif); $im = ImageCreate(500, 75); $red = ImageColorAllocate($im, 255, 0, 0); ImageFill($im, 100, 100, $red); ImageGIF($im); I installed GD. When

RE: [PHP] ImageGIF

2001-09-07 Thread Joseph Bannon
No, its not listed. What do I need to do? J -Original Message- phpinfo() also lists which image types your GD supports. Does it list GIF? Later versions do not have GIF support. -Rasmus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]

RE: [PHP] ImageGIF

2001-09-07 Thread Rasmus Lerdorf
Install a version of GD with GIF support. No, its not listed. What do I need to do? J -Original Message- phpinfo() also lists which image types your GD supports. Does it list GIF? Later versions do not have GIF support. -Rasmus -- PHP General Mailing List

RE: [PHP] ImageGif: No GIF support in this PHP build

2001-03-01 Thread Jack Dempsey
what version do you have? gd 1.3 (if memory serves correct) only supports PNG ~jack -Original Message- From: Jimmy Bckstrm [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 01, 2001 5:20 PM To: PHP General List Subject: [PHP] ImageGif: No GIF support in this PHP build Shu! When I try

RE: [PHP] ImageGif: No GIF support in this PHP build

2001-03-01 Thread Jack Dempsey
sorry, clarification, not "only" PNG, but they've moved away from GIF... ~jack -Original Message- From: Jack Dempsey [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 01, 2001 5:27 PM To: PHP General List; Jimmy Bckstrm Subject: RE: [PHP] ImageGif: No GIF support in this PHP bu