ID:               29491
 Updated by:       [EMAIL PROTECTED]
 Reported By:      florian dot wolfsjaeger at chello dot at
-Status:           Feedback
+Status:           Closed
 Bug Type:         BC math related
 Operating System: WinXP SP1
 PHP Version:      5.0.0
 New Comment:

Closed.


Previous Comments:
------------------------------------------------------------------------

[2004-08-02 13:37:29] [EMAIL PROTECTED]

Pls, try to run the same code in console, using PHP-CLI (php.exe).
I can't reproduce it under Win2k & Linux.

------------------------------------------------------------------------

[2004-08-02 13:36:21] [EMAIL PROTECTED]

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.

------------------------------------------------------------------------

[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

Reply via email to