Ok, considering GIF support was dropped in the latest & greatest... How come on my linux webserver I can get imagecreatefromgif(() to work, but not on my windows test server? The seemingly strange thing is that imagecreatefromgif() seems to be the only gif function that works on the linux server & thank goodness because I need to be able to at least read gif images (outputting to jpg or png is no problem).
Any ideas? this is how I compiled php on my linux box - ./configure --with-apxs=/usr/local/apache_1.3.27/bin/apxs --with-xml \ --enable-bcmath --enable-calendar --with-curl --enable-ftp \ --with-gd --with-jpeg-dir=/usr/local \ --with-png-dir=/usr --with-kerberos --with-imap=/usr \ --with-ming --enable-magic-quotes \ --with-mysql --with-pear --enable-safe-mode --enable-track-vars \ --with-ttf --enable-versioning --with-zlib I'm using the precompiled windows version from php.net on my windows box with the php_gd.dll extension, I've also tried using the php_gd2.dll, but neither seems to work. Thanks for any help :) Patrick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php