From:             [EMAIL PROTECTED]
Operating system: Windows Vista
PHP version:      5.2.5
PHP Bug Type:     GD related
Bug description:  imagecolorclosesthwb() is not avaible on Windows

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 bug report at http://bugs.php.net/?id=44849&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=44849&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=44849&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=44849&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=44849&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=44849&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=44849&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=44849&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=44849&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=44849&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=44849&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=44849&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=44849&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=44849&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=44849&r=php4
Daylight Savings:             http://bugs.php.net/fix.php?id=44849&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=44849&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=44849&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=44849&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=44849&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=44849&r=mysqlcfg

Reply via email to