[PHP-DEV] PHP 4.0 Bug #9361: C++ compiler causes failures From: amra <email protected>
Date: 02/20/01

From: amra <email protected>
Operating system: OS400
PHP version: 4.0.4pl1
PHP Bug Type: Compile Failure
Bug description: C++ compiler causes failures

When using a C++ compiler on OS/400, a lot of files fail to compile. (Note that my other bug reports was using a C compiler.) Most of the failures has to do with returned pointers from emalloc, erealloc, malloc and realloc. These functions are returning a void pointer and are not being cast to the data type of the variable receiving the pointer. I hope that this can be changed. Some of the code does cast, but most do not.

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

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