php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #49211 Provide mkdtemp(3) equivalent
Submitted: 2009-08-10 15:27 UTC Modified: 2021-08-09 13:17 UTC
Votes:3
Avg. Score:4.0 ± 0.8
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: crrodriguez at opensuse dot org Assigned: cmb (profile)
Status: Wont fix Package: Filesystem function related
PHP Version: * OS: *
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: crrodriguez at opensuse dot org
New email:
PHP Version: OS:

 

 [2009-08-10 15:27 UTC] crrodriguez at opensuse dot org
Description:
------------
There is no function in the core to create a temporary directory safely. I think we need to provide an equivalent to mkdtemp(3)

Reproduce code:
---------------
----

Expected result:
----------------
string mkdtemp(string $dir  , string $prefix )

with results identical to 

http://www.opengroup.org/onlinepubs/9699919799/functions/mkdtemp.html

Actual result:
--------------
---

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-01-01 16:08 UTC] jani@php.net
-Package: Feature/Change Request +Package: Filesystem function related
 [2011-01-01 16:08 UTC] jani@php.net
-Operating System: All +Operating System: *
 [2011-01-01 16:10 UTC] jani@php.net
-PHP Version: 5.3SVN-2009-08-10 (SVN) +PHP Version: *
 [2021-08-09 13:17 UTC] cmb@php.net
-Status: Open +Status: Wont fix -Assigned To: +Assigned To: cmb
 [2021-08-09 13:17 UTC] cmb@php.net
> I think we need to provide an equivalent to mkdtemp(3)

Apparently, not many others agree with this, so I'm closing as
WONTFIX.  Anybody still interested in this feature, please pursue
the RFC process[1].

[1] <https://wiki.php.net/rfc/howto>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 09:01:30 2024 UTC