|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-04-28 20:22 UTC] kalle@php.net
[2008-07-20 19:03 UTC] kalle@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 12 05:00:02 2025 UTC |
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)