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

Via commandline under Windows 98 Sec.Edit.
Under Windows 2000 script work OK - window with end script closed.

working: save script to file a.php3 and run "php.exe a.php3" in Windows 98 SE

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

[2001-12-20 07:22:54] [EMAIL PROTECTED]

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

------------------------------------------------------------------------

[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