Date: 01/03/00
- Next message: Eli Marmor: "[PHP-DEV] Time to Update Usage Stats [Fwd: E-Soft Newsletter Jan. 2000]"
- Previous message: Sascha Schumann: "Re: [PHP-DEV] PHP 4.0 Bug #3081: Compiling stops at zend_execute"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: alexv <email protected>
Operating system: Linux version 2.2.9
PHP version: 3.0.13
PHP Bug Type: Other
Bug description: undefined function imagegif() using gd 1.3
well, I've just installed php 3.0.13 using the same libraries used to compile my old 3.0.7 version
when I try to imagegif() at my script I get Fatal error: Call to unsupported or undefined function imagegif()
here's the image related results of php configure script:
checking whether to include GD support... yes
checking for gdImageLzw in -lgd... (cached) no
checking for gdImageCreateFromPng in -lgd... (cached) no
checking for gdImageCreateFromGif in -lgd... (cached) no
checking for gdImageColorResolve in -lgd... (cached) no
checking for gdImageGif in -lgd... (cached) yes
checking for gdImageCopyMerge in -lgd... (cached) no
checking for gdImageGifToSink in -lgd... (cached) no
checking for gdImageString16 in -lgd... (cached) yes
checking whether to include ttf support... yes
checking whether to enable 4bit antialias hack with FreeType2... no
checking whether to enable t1lib support with GD... no
checking whether to include GNU gettext support... no
checking whether to include ImageMagick support... no
phpinfo(); shows: gd Version 1.3 with FreeType support
I've been using this same gd 1.3 version before and imagegif() was working fine on php 3.0.7
hope you guys can tell what's wrong with this.
btw, im running Apache/1.3.9
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Eli Marmor: "[PHP-DEV] Time to Update Usage Stats [Fwd: E-Soft Newsletter Jan. 2000]"
- Previous message: Sascha Schumann: "Re: [PHP-DEV] PHP 4.0 Bug #3081: Compiling stops at zend_execute"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

