php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14609 window not closed if this script ended
Submitted: 2001-12-19 15:50 UTC Modified: 2001-12-21 19:54 UTC
From: rdzil at atlas dot cz Assigned:
Status: Closed Package: Other web server
PHP Version: 4.1.0 OS: Windows 98 SE
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: rdzil at atlas dot cz
New email:
PHP Version: OS:

 

 [2001-12-19 15:50 UTC] rdzil at atlas dot cz
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===========================================

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-20 07:22 UTC] sander@php.net
How do you run PHP? Via CGI? Via commandline??? Via which webserver?
 [2001-12-21 19:22 UTC] rdzil at atlas dot cz
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
 [2001-12-21 19:54 UTC] derick@php.net
This should be fixed in 4.1.1, and 4.2.0.

Closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 15:01:33 2024 UTC