From:             
Operating system: All
PHP version:      Irrelevant
Package:          Filesystem function related
Bug Type:         Feature/Change Request
Bug description:specify temp dir by php.ini

Description:
------------
This patch (against 5.3.8) adds a new php.ini directive to specify the path
for the temporary files.

Why:
If, for security reasons, every user is only allowed to use their own home
directories, it's not possible to specify their own tmp dir (e.g.
"/home/user/tmp"). The directory for uploading and session can already be
specified. Since all users may use the same php.ini (different
[HOST=domain] entries, [1]) it's not possible to set the environment TMPDIR
variable, because it would affect all users.

[1] http://php.net/manual/en/ini.sections.php

Test script:
---------------
ini: system_tmp_dir = "/home/user/tmp"

php: var_export(sys_get_temp_dir());

Expected result:
----------------
'/home/user/tmp'

Actual result:
--------------
'/tmp' (depends on system configuration)

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

Reply via email to