|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-06-18 22:13 UTC] pollita@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 02:00:01 2025 UTC |
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