php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #97 Files that are not closed
Submitted: 1998-02-22 21:51 UTC Modified: 1998-02-22 22:01 UTC
From: mlemos at acm dot org Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 3.0b4 OS: Amiga OS
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: mlemos at acm dot org
New email:
PHP Version: OS:

 

 [1998-02-22 21:51 UTC] mlemos at acm dot org
From a quick look at PHP source, it seems it isn't explicitly closing the
files when fclose() command is invoked.  This seems to be no problem in
most UNIXes.  But I am running PHP under a OS that does not let any program
delete files that are opened by any program.

I would like to request that PHP gets fixed so it actually closes files on
fclose() command or else I can't use PHP to write to a file that has to be
used by other program while the same script is running.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-02-22 22:01 UTC] jim
They do get closed.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Feb 14 09:01:29 2025 UTC