From: edman007x at mac dot com Operating system: Slackware-current PHP version: 4.3.8 PHP Bug Type: GD related Bug description: php does not have gif support when compiled against gd 2.0.28
Description: ------------ i downloaded gd 2.0.28 and compiled it, it has gif support, then i compiled php againt it, but php did not hav gif support -----proof that gd has gif support [EMAIL PROTECTED]:~$ /usr/local/gd/bin/gdlib-config --all GD library 2.0.28 includedir: /usr/local/gd/include cflags: -I/usr/local/gd/include ldflags: -L/usr/lib -Wl,-rpath,/usr/lib -L/usr/X11R6/lib libs: -lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz -lm libdir: /usr/local/gd/lib features: GD_XPM GD_JPEG GD_FREETYPE GD_PNG GD_GIF ----my configure command './configure' '--with-apxs=/usr/local/apache/bin/apxs' '--with-mysql' '--with-bz2' '--with-gd=/usr/local/gd' '--enable-ftp' '--with-mysql-sock' '--with-ttf' '--with-freetype-dir' '--with-t1lib' '--enable-calendar' '--with-jpeg-dir' '--with-png-dir' '--prefix=/usr/local/php' '--exec-prefix=/usr/local/php' '--with-zlib' '--disable-cgi' '--with-curl' '--with-openssl' Reproduce code: --------------- var_dump(gd_info()); Expected result: ---------------- should show that there is gif read and write support Actual result: -------------- shows that there is no gif support -- Edit bug report at http://bugs.php.net/?id=29371&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=29371&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=29371&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=29371&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=29371&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=29371&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=29371&r=needscript Try newer version: http://bugs.php.net/fix.php?id=29371&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=29371&r=support Expected behavior: http://bugs.php.net/fix.php?id=29371&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=29371&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=29371&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=29371&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29371&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=29371&r=dst IIS Stability: http://bugs.php.net/fix.php?id=29371&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=29371&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=29371&r=float