[PHP-DEV] PHP 4.0 Bug #9971 Updated: Crash

2001-03-26 Thread lyric
ID: 9971 Updated by: lyric Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Assigned To: Comments: Two things. 1) You should use "$i == 10" for a comparison. By using a single equals, you're assigning 10 to $i, which is always "true". 2) What do you expect

[PHP-DEV] PHP 4.0 Bug #9971 Updated: Crash

2001-03-26 Thread lyric
ID: 9971 Updated by: lyric Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Bogus Bug Type: Scripting Engine problem Assigned To: Comments: Closing Previous Comments: --- [2001-03-26 16:38:21] [EMAIL PROTECTED] Two

[PHP-DEV] PHP 4.0 Bug #9971 Updated: Crash

2001-03-24 Thread derick
ID: 9971 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Scripting Engine problem Assigned To: Comments: Do you get a crash or a parse error? Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #9971 Updated: Crash

2001-03-24 Thread ufuk . kocolu
ID: 9971 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Scripting Engine problem Description: Crash I get a crash, my whole system stops and I have to restart usually. Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #9971 Updated: Crash

2001-03-24 Thread ufuk . kocolu
ID: 9971 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Description: Crash I get a crash, my whole system stops and I have to restart usually. Previous Comments: --- [2001-03-24 11:57:10]

[PHP-DEV] PHP 4.0 Bug #9971 Updated: Crash

2001-03-24 Thread derick
ID: 9971 Updated by: derick Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: Scripting Engine problem Assigned To: Comments: Can you post the whole source of a script that crashes on the web somewhere? (Or if it's small, put it into this bug report). Can you also tell

[PHP-DEV] PHP 4.0 Bug #9971 Updated: Crash

2001-03-24 Thread ufuk . kocolu
ID: 9971 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Scripting Engine problem Description: Crash I use PHP4.0.5dev on NT4.0 the code is simple table border=0 ? for ($i = 0; $i = $newvalue; $i++) { ? tr td ? echo $i; ? /td /tr ? } ? /table