rfc:request-tempnam

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rfc:request-tempnam [2012/11/26 21:16] – [Request for Comments: How to write RFCs] pollitarfc:request-tempnam [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 3: Line 3:
   * 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
  
Line 10: 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.1353964602.txt.gz · Last modified: 2017/09/22 13:28 (external edit)