Voting

: min(two, eight)?
(Example: nine)

The Note You're Voting On

bert-jan at bugbyte dot nl
15 years ago
This function does not account for virtualhost-specific modifications to the temp path and/or open_basedir:

<Virtualhost>
php_admin_value open_basedir /home/user
php_admin_value upload_tmp_dir /home/user/tmp
php_admin_value session.save_path /home/user/tmp
</Virtualhost>

Within this config it still returns /tmp

<< Back to user notes page

To Top