[PHP-DEV] Bug #6341 Updated: floating point exception on session.c From: Bug Database (php-dev <email protected>)
Date: 12/22/00

ID: 6341
Updated by: sas
Reported By: goten <email protected>
Status: Feedback
Bug Type: *Session related
Assigned To:
Comments:

Does that still happen, if you change

fpsetmask(mask & ~FP_X_IMP);

to

fpsetmask(0);

in Zend/zend.c (around line 339)?

Full Bug description available at: http://bugs.php.net/?id=6341

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