From:             [EMAIL PROTECTED]
Operating system: Windows 98 SE
PHP version:      4.1.0
PHP Bug Type:     *General Issues
Bug description:  window not closed if this script ended

Hello

run this script with php.exe script.php3
in php4.06 ... this window closed if this script ended, but php410 not

PS:sorry for my very bad English

=start===========================================
<?

for($i=0;$i<10000;$i++)
{
$a1[$i] = "a;b;c";
}


for($i=0;$i<(count($a1));$i++)
{
$tmp_a1[$i] = explode (";", $a1[$i],3);
}

?>
THIS WINDOWS NOT CLOSED ???
=end===========================================
-- 
Edit bug report at: http://bugs.php.net/?id=14609&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to