Date: 09/29/00
- Next message: melchers <email protected>: "[PHP-DEV] Bug #6945: signed / unsigned mismatch"
- Previous message: melchers <email protected>: "[PHP-DEV] Bug #6944: char / unsigned char mismatch"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 6944
Updated by: rasmus
Reported By: melchers <email protected>
Status: Closed
Bug Type: Compile Warning
Assigned To:
Comments:
Fixed in CVS
I assume your compiler is printing warnings about these. Send me a list if there are others.
Previous Comments:
---------------------------------------------------------------------------
[2000-09-29 17:06:56] melchers <email protected>
(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.
---------------------------------------------------------------------------
Full Bug description available at: http://bugs.php.net/?id=6944
-- 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: melchers <email protected>: "[PHP-DEV] Bug #6945: signed / unsigned mismatch"
- Previous message: melchers <email protected>: "[PHP-DEV] Bug #6944: char / unsigned char mismatch"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

