php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29491 php crashes when dividing 0
Submitted: 2004-08-02 13:30 UTC Modified: 2004-08-02 13:38 UTC
From: florian dot wolfsjaeger at chello dot at Assigned:
Status: Closed Package: BC math related
PHP Version: 5.0.0 OS: WinXP SP1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: florian dot wolfsjaeger at chello dot at
New email:
PHP Version: OS:

 

 [2004-08-02 13:30 UTC] 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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-08-02 13:36 UTC] edink@php.net
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:37 UTC] tony2001@php.net
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:38 UTC] tony2001@php.net
Closed.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 16:01:28 2024 UTC