rfc:request-tempnam

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
rfc:request-tempnam [2012/11/26 21:16] – created pollitarfc:request-tempnam [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== Request for Comments: How to write RFCs ======+====== Request for Comments: Modify tempnam() to handle directories and auto-cleanup ======
   * Version: 1.0   * Version: 1.0
   * Date: 2012-11-26   * Date: 2012-11-26
   * Author: Sara Golemon <pollita@php.net>   * Author: Sara Golemon <pollita@php.net>
-  * Status: Under Discussion+  * Status: Withdrawn
   * First Published at: http://wiki.php.net/rfc/request-tempnam   * First Published at: http://wiki.php.net/rfc/request-tempnam
-  * Other formats .. 
  
 ===== Introduction ===== ===== Introduction =====
Line 11: Line 10:
 This RFC recommends a set of changes to the tempnam() standard function. This RFC recommends a set of changes to the tempnam() standard function.
  
-- Extend the signature to include an "options" parameter (default keeping current behavior). +  - Extend the signature to include an "options" parameter (default keeping current behavior). 
-- Define TEMPNAM_DIR constant which, when passed to options, creates a directory instead of a file. +  - Define TEMPNAM_DIR constant which, when passed to options, creates a directory instead of a file. 
-- Define TEMPNAM_REQUEST constant which, when passed to options, automatically removes the file/directory at the end of the request.+  - Define TEMPNAM_REQUEST constant which, when passed to options, automatically removes the file/directory at the end of the request.
  
 ===== TEMPNAM_REQUEST ===== ===== TEMPNAM_REQUEST =====
rfc/request-tempnam.1353964569.txt.gz · Last modified: 2017/09/22 13:28 (external edit)