From:             [EMAIL PROTECTED]
Operating system: All
PHP version:      4.0.6
PHP Bug Type:     GD related
Bug description:  New GD version not support GIF images.

New GD version 1.8.4 not support Gif images. 
ext/gd/gd.c not know about this yet and want create Gif images.

Configure line:
./configure --with-apxs=apxs 
--prefix=/home/akss/work/psa/release//usr/local/psa/apache   
--with-system-regex  --with-config-file-path=/usr/local/psa/apache/conf 
--disable-debug  --disable-pear  --enable-sockets --enable-track-vars
--with-mysql=/home/akss/work/psa/release/dist/usr/local/psa/mysql 
--with-iodbc=/home/akss/work/psa/release/lib/libiodbc
--with-imap=/home/akss/work/psa/release/lib/imap-cclient
--with-gd=/home/akss/work/psa/release/lib/gd


Was getted compilation error:
[akss@goody gd]$ pmake
/bin/sh /home/akss/work/psa/apache/work/php/libtool --silent --mode=compile
gcc  -I. -I/home/akss/work/psa/apache/work/php/ext/gd
-I/home/akss/work/psa/apache/work/php/main
-I/home/akss/work/psa/apache/work/php
-I/home/akss/work/psa/release/lib/libiodbc/include
-I/home/akss/work/psa/release/dist/usr/local/psa/apache/include
-I/home/akss/work/psa/apache/work/php/Zend
-I/home/akss/work/psa/release/lib/gd/include/gd
-I/home/akss/work/psa/release/lib/imap-cclient/include
-I/home/akss/work/psa/release/dist/usr/local/psa/mysql/include/mysql
-I/home/akss/work/psa/release/lib/libiodbc/include
-I/home/akss/work/psa/apache/work/php/ext/xml/expat/xmltok
-I/home/akss/work/psa/apache/work/php/ext/xml/expat/xmlparse
-I/home/akss/work/psa/apache/work/php/TSRM  -DHARD_SERVER_LIMIT=2048
-DDEFAULT_PATH="/usr/local/psa/apache/bin:/bin:/usr/bin" -DLINUX=22
-DMOD_SSL=208103 -DMOD_PERL -DUSE_PERL_SSI -DUSE_HSREGEX -DEAPI -DEAPI_MM
-DUSE_EXPAT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2  -c gd.c
gd.c: In function `php_if_imagegif':
gd.c:1404: `gdImageGif' undeclared (first use in this function)
gd.c:1404: (Each undeclared identifier is reported only once
...

-- 
Edit bug report at: http://bugs.php.net/?id=13786&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to