From:             [EMAIL PROTECTED]
Operating system: Linux 2.2.X
PHP version:      4.1.0
PHP Bug Type:     Compile Failure
Bug description:  static function definition in php_gd.h has to be extern

The function definition in ext/gd/php_gd.h for gdImageColorResolve has to
be changed from 'static' into 'extern', otherwise compile errors are to be
expected (at least with gd version older than 1.6) (Error message is
undefined reference to `gdImageColorResolve')



-- 
Edit bug report at: http://bugs.php.net/?id=14426&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to