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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Sat Dec 21 11:01:30 2024 UTC