ID: 14609
Updated by: sander
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Old Bug Type: Scripting Engine problem
Bug Type: Other web server
Operating System: Windows 98 SE
PHP Version: 4.1.0
New Comment:

How do you run PHP? Via CGI? Via commandline??? Via which webserver?

Previous Comments:
------------------------------------------------------------------------

[2001-12-19 15:50:20] [EMAIL PROTECTED]

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 this 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