Date: 09/29/00
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #6944 Updated: char / unsigned char mismatch"
- Previous message: denis.roux <email protected>: "[PHP-DEV] PHP 4.0 Bug #6943: flush() doesn't flush before the end of the PHP script exuction"
- 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: 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>
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #6944 Updated: char / unsigned char mismatch"
- Previous message: denis.roux <email protected>: "[PHP-DEV] PHP 4.0 Bug #6943: flush() doesn't flush before the end of the PHP script exuction"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

