[PHP-INSTALL] Re: RE [PHP-INSTALL] upload_tmp_dir and open_basedir

2008-06-13 Thread JM
[EMAIL PROTECTED] wrote: Check that the user under wich apache runs have writing permission for the upload directory, remember to use move_uploaded_file function after, or ur uploaded file might disapear in the end of your php script No no no,.. everything is alright, believe me. PHP is run

[PHP-INSTALL] upload_tmp_dir and open_basedir

2008-06-12 Thread JM
/home on my machine is a symlink to /local/home. In PHP 5.2.0: when I set upload_tmp_dir to /home and open_basedir to either /local/home or /home then performing a file upload fails. In PHP 5.2.6 this seems corrected. Which bug was that? On another note, while I was reading the docs about open