Opened 13 years ago
Closed 13 years ago
#24704 closed enhancement (fixed)
Silence a warning when upload_tmp_dir is outside open_basedir
| Reported by: | dpash | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.7 |
| Component: | Filesystem API | Version: | 3.5 |
| Severity: | trivial | Keywords: | has-patch commit 3.7-early |
| Cc: | Focuses: |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Simple patch to suppress is_dir warning