[PHP-DEV] PHP 4.0 Bug #6142: core dump after: printf("%f", NAN); From: alex <email protected>
Date: 08/14/00

From: alex <email protected>
Operating system: linux-glibc21
PHP version: 4.0.1pl2
PHP Bug Type: Reproduceable crash
Bug description: core dump after: printf("%f", NAN);

The PHP coredumps after invoking:

printf("%f", NAN);

or

printf("%f", asin(1.5)); // The asin(1.5) is not // defined of course, so it
                                // returns NAN

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