PHP 8.5.0 Alpha 4 available for testing

Voting

: zero plus six?
(Example: nine)

The Note You're Voting On

nlgordon at iastate dot edu
18 years ago
Just a helpful comment. If you have open_basedir set then you must set upload_tmp_dir to somewhere within the open_basedir. Otherwise the file upload will be denied. move_uploaded_file might be open_basedir aware, but the rest of the upload process isn't.

<< Back to user notes page

To Top