yesyes
08-29-2001, 06:13 AM
I recently set safe_mode to on in php.ini because users
were able to read all kinds of system files on our servers.
My clients have problems now with upload scripts made in PHP,
they get safe mode restriction errors.
I adviced them to set:
php_value upload_tmp_dir temp/
in .htaccess in their account,
and set the directory temp/ to chmod 777
But the scripts still use /tmp/ for temporary directory,
does anyone know how to solve this ?
were able to read all kinds of system files on our servers.
My clients have problems now with upload scripts made in PHP,
they get safe mode restriction errors.
I adviced them to set:
php_value upload_tmp_dir temp/
in .htaccess in their account,
and set the directory temp/ to chmod 777
But the scripts still use /tmp/ for temporary directory,
does anyone know how to solve this ?
