Date: 09/29/00
- Next message: wico <email protected>: "[PHP-DEV] PHP 4.0 Bug #6946: date should use the current locale, instead of always returning dates in englis"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #6944 Updated: char / unsigned char mismatch"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: melchers <email protected>
Operating system: IRIX-6.5.8
PHP version: 3.0.16
PHP Bug Type: Compile Warning
Bug description: signed / unsigned mismatch
(using php-3.0.17RC1)
file functions/gdttf.c
function fontFetch()
variable platform is of type short
but should be of type "TT_UShort" as definded
in the freetype header file. Freetype defines
in freetype.h:
typedef unsigned short TT_UShort;
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: wico <email protected>: "[PHP-DEV] PHP 4.0 Bug #6946: date should use the current locale, instead of always returning dates in englis"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #6944 Updated: char / unsigned char mismatch"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

