ID: 20366 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Reproducible crash Operating System: Win32 (2kSp3) and IIS5 PHP Version: 4.2.3 New Comment:
This bug has been fixed in CVS. In case this was a PHP problem, 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/. In case this was a documentation problem, the fix will show up soon at http://www.php.net/manual/. In case this was a PHP.net website problem, the change will show up on the PHP.net site and on the mirror sites in short time. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2002-11-11 14:20:14] [EMAIL PROTECTED] working fine now - under that new release ------------------------------------------------------------------------ [2002-11-11 13:49:53] [EMAIL PROTECTED] Works perfect here, can you try this snapshot? http://snaps.php.net/win32/php4-win32-latest.zip Derick ------------------------------------------------------------------------ [2002-11-11 13:49:06] [EMAIL PROTECTED] please note, case_test2.php even still has the last deliberate error i introduced to see if it would fail on error ------------------------------------------------------------------------ [2002-11-11 13:47:39] [EMAIL PROTECTED] exactly as included previously: case_test1.php: --------------- <? $i=1; switch ($i) { case 0: print "i equals 0"; break; case 1: print "i equals 1"; break; case 2: print "i equals 2"; break; default: print "i is not equal to 0, 1 or 2"; } ?> case_test2.php -------------- <? for ($i==0; $i<4; %i++) { switch ($i) { case 0: print "i equals 0"; break; case 1: print "i equals 1"; break; case 2: print "i equals 2"; break; default: print "i is not equal to 0, 1 or 2"; } } ?> runnning on win2k pro - sp3 - iis5 (all current security patches) and just in case it makes any difference, I am NOT running any Zend compiler/speed products currently ------------------------------------------------------------------------ [2002-11-11 13:12:55] [EMAIL PROTECTED] I couldnt not reproduce this, please provide a full script that we can copy & paste to try. Derick ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/20366 -- Edit this bug report at http://bugs.php.net/?id=20366&edit=1