-
Notifications
You must be signed in to change notification settings - Fork 0
Bug #42560 Empty directory argument to tempnam yields open_basedir problems #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
確認とれた |
ふつうにフォールバックのコードが open_basedir チェックより後に動いているもよう |
ファイルアップロード時のコードと共用の部分で、見るとなぜか upload_tmp_dir がセットされてなくてシステムの一時フォルダへのフォールバックが起きた時だけ open_basedir チェックが行われている…… |
やっぱ upload_tmp_dir の明示的指定時も効くのは(マイナーバージョンアップでは)びみょいかな、というので、元の挙動を維持できるよう修正した |
マージされたのでクローズ |
The text was updated successfully, but these errors were encountered: