[PHP-DEV] Bug #6944: char / unsigned char mismatch From: melchers <email protected>
Date: 09/29/00

From: melchers <email protected>
Operating system: IRIX-6.5.8
PHP version: 3.0.16
PHP Bug Type: Compile Warning
Bug description: char / unsigned char mismatch

(using php-3.0.17RC1)
file functions/strings.c line 55 and many
other occurences:
return type of function is "char*" but the
type returned (Variable "new") is of type
"unsigned char *".
In many functions the relationship
"char" == "unsigned char" is assumed.
This is lazy programmimng style.

-- 
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>