ID: 19595 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Verified Bug Type: GD related Operating System: Microsoft Windows XP (NT 5.1) EN PHP Version: 4.2.3 New Comment:
Just for the info: I downloaded and installed PHP 4.3.0 dev build (snapshot.log Fri Sep 27 08:00:00 2002 CET Starting snapshot 200209270600) and the problem (no support for handling with GD2 format in php_gd2.dll) in Win binary distribution still exists. I just tried if change was made and no changelog record was made. Stepan Previous Comments: ------------------------------------------------------------------------ [2002-09-25 10:39:40] [EMAIL PROTECTED] Hm... seems to be a bug after all... It seems that, for some reason, HAVE_GD_GD2 is not defined in the windows build. Can someone look into this? ------------------------------------------------------------------------ [2002-09-25 09:50:20] [EMAIL PROTECTED] I have done it in disabling php_gd.dll (adding ;) in front of this line and added line php_gd2.dll in php.ini (as I wrote in my bug report). Because I can not compile PHP from source code, I have no idea what else I can do. Anyway, I am going to ask someone somewhere for help how to enable php_gd2.dll on Win in binary distribution. Stepan ------------------------------------------------------------------------ [2002-09-25 09:42:10] [EMAIL PROTECTED] You need to enable php_gd2.dll. For information on how to do that, ask support on the appropriate mailinglists. ------------------------------------------------------------------------ [2002-09-25 09:29:11] [EMAIL PROTECTED] Although imagecreatefromgd, imagecreatefromgd2 and imagegd2 was announced as addition to some 4.x version, they do not exist in 4.2.3. I tried it with enabling php_gd.dll or php_gd2.dll in php.ini, but with no success. Calling function function_exists() with above image functions as parameter resulted in FALSE. Stepan ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=19595&edit=1