ID: 44849 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Assigned +Status: Closed Bug Type: GD related Operating System: Windows Vista PHP Version: 5.2.5 Assigned To: pajoye 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. Previous Comments: ------------------------------------------------------------------------ [2008-04-28 20:22:58] [EMAIL PROTECTED] imagecreatefromxpm() is also affected by this issue on Windows ------------------------------------------------------------------------ [2008-04-27 23:34:02] [EMAIL PROTECTED] Description: ------------ The imagecolorclosesthwb() function is not avaible on Windows, I spoke to Pierre on IRC and he said it was a missing /D flag in config.w32 Reproduce code: --------------- var_dump(function_exists('imagecolorclosesthwb')); Expected result: ---------------- bool(true) Actual result: -------------- bool(false) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=44849&edit=1