ID: 4077
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Won\'t fix
Bug Type: Installation problem
PHP Version: 3.0.16
New Comment:
We are sorry, but can not support PHP 3 related problems anymore.
Momentum is gathering for PHP 5, and we think supporting PHP 3 will
lead to a waste of resources which we want to put into getting PHP 5
ready. Ofcourse PHP 4 will will continue to be supported for the
forseeable future.
Previous Comments:
------------------------------------------------------------------------
[2000-04-07 23:05:37] [EMAIL PROTECTED]
checking for compress in -lz... (cached) yes
checking for png_info_init in -lpng... (cached) yes
checking for gdImageCreateFromPng in -lgd... (cached) no
checking for gdImageCreateFromJpeg in -lgd... (cached) no
checking for gdImageCreateFromGif in -lgd... (cached) no
checking for gdImageLzw in -lgd... (cached) no
checking for gdImageColorResolve in -lgd... (cached) yes
checking for gdImageString16 in -lgd... (cached) yes
checking whether to include GD support... no
checking whether to include FreeType support... yes
configure: warning: No gd support found. Skipping FreeType
Configuration
I can compile gcc -o a a.c -lpng -lm -lgd :
char gdImageCreateFromPng();
int main() {
gdImageCreateFromPng()
; return 0; }
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=4077&edit=1