Opened 11 years ago
Closed 11 years ago
#24704 closed enhancement (fixed)
Silence a warning when upload_tmp_dir is outside open_basedir
Reported by: | dpash | Owned by: | ryan |
---|---|---|---|
Milestone: | 3.7 | Priority: | normal |
Severity: | trivial | Version: | 3.5 |
Component: | Filesystem API | Keywords: | has-patch commit 3.7-early |
Focuses: | Cc: |
Description
If upload_tmp_dir is outside open_basedir, the get_temp_dir function will throw a warning when it checks to see if it can use upload_tmp_dir is usable as a writeable temporary directory. This patch will suppress this warning.
Attachments (1)
Change History (4)
#1
@
11 years ago
- Component changed from General to Filesystem
- Keywords commit 3.7-early added
- Milestone changed from Awaiting Review to Future Release
- Version changed from trunk to 3.5
Originally introduced in [12519], but looks like [22008] made this more prominent.
A similar fix was added in [22082] (see ticket:20778:25).
Note: See
TracTickets for help on using
tickets.
Simple patch to suppress is_dir warning