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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-02-22 22:01 UTC] jim
They do get closed.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 01:01:28 2024 UTC