ID:               29371
 Updated by:       [EMAIL PROTECTED]
 Reported By:      edman007x at mac dot com
-Status:           Open
+Status:           Closed
 Bug Type:         GD related
 Operating System: Slackware-current
 PHP Version:      4.3.8
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.

gif support will be in the next release, it was already 
added to CVS. 


Previous Comments:
------------------------------------------------------------------------

[2004-07-25 08:42:39] milan dot kerslager at pslib dot cz

You have to patch PHP to get back GIF support. There is one patch
available here:

http://hyvatti.iki.fi/~jaakko/sw/

It seems that there are waiting patches in CVS. Afer QA they (possibly)
will be included in the next release of PHP.

------------------------------------------------------------------------

[2004-07-25 05:57:39] edman007x at mac dot com

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 this bug report at http://bugs.php.net/?id=29371&edit=1

Reply via email to