ID: 28838
Updated by: [EMAIL PROTECTED]
Reported By: steve dot gilbreth at autodesk dot com
-Status: Open
+Status: Bogus
Bug Type: BC math related
Operating System: Windows 2000
PHP Version: 5.0.0RC3
New Comment:
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same.
Thank you for your interest in PHP.
We're aware of this issue and are working on tracking it down.
Previous Comments:
------------------------------------------------------------------------
[2004-06-18 21:47:05] steve dot gilbreth at autodesk dot com
Description:
------------
The bcmod function aborts with an Access Violation:
PHP has encountered an Access Violation at 01E22BAB
Running Windows 200 server with IIS 5.0 in ISAPI
Reproduce code:
---------------
In the following code sample if $flip = 0 then we crash and burn.
if (bcmod($flip, 2) == "0") {
//do stuff
}
Actual result:
--------------
PHP has encountered an Access Violation at 01E22BAB
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=28838&edit=1