ID: 29491 Updated by: [EMAIL PROTECTED] Reported By: florian dot wolfsjaeger at chello dot at -Status: Open +Status: Closed Bug Type: BC math related Operating System: WinXP SP1 PHP Version: 5.0.0 New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2004-08-02 13:30:07] florian dot wolfsjaeger at chello dot at Description: ------------ PHP 5.0.0 crashes when dividing 0 - using bcdiv() - by any number, but with all of the previous versions of PHP the function returned 0. I am using the PHP-5.0.0-zip-Package on Windows XP with Apache 2.0.50 ... PHP is installed as a module and resetting the php.ini to it's original didn't solve the problem. Reproduce code: --------------- bcdiv(0,4) Expected result: ---------------- The function should just return the integer 0. Actual result: -------------- PHP crashes ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=29491&edit=1