From:             crrodriguez at opensuse dot org
Operating system: All
PHP version:      5.3SVN-2009-08-10 (SVN)
PHP Bug Type:     Feature/Change Request
Bug description:  Provide mkdtemp(3) equivalent

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:
--------------
---

-- 
Edit bug report at http://bugs.php.net/?id=49211&edit=1
-- 
Try a snapshot (PHP 5.2):            
http://bugs.php.net/fix.php?id=49211&r=trysnapshot52
Try a snapshot (PHP 5.3):            
http://bugs.php.net/fix.php?id=49211&r=trysnapshot53
Try a snapshot (PHP 6.0):            
http://bugs.php.net/fix.php?id=49211&r=trysnapshot60
Fixed in SVN:                        
http://bugs.php.net/fix.php?id=49211&r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=49211&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=49211&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=49211&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=49211&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=49211&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=49211&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=49211&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=49211&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=49211&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=49211&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=49211&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=49211&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=49211&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=49211&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=49211&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=49211&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=49211&r=mysqlcfg

Reply via email to