Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14934] Do not rely on open basedir being properly set | Marc Alexander | 2016-12-25 | 1 | -6/+1 |
| | | | | PHPBB3-14934 | ||||
* | [ticket/14934] Use bare PHP functions for checking for tmp dir | Marc Alexander | 2016-12-25 | 1 | -1/+1 |
| | | | | | | The symfony methods will cause PHP warnings being thrown. PHPBB3-14934 | ||||
* | [ticket/14891] Don't rely on sys_get_temp_dir() being available | Marc Alexander | 2016-12-09 | 1 | -2/+2 |
| | | | | | | | Or actually returning a path. It might also return an empty string or null. PHPBB3-14891 | ||||
* | [ticket/14891] Use filesystem classes for checking on tmp dir | Marc Alexander | 2016-12-09 | 1 | -2/+6 |
| | | | | | | | The cache dir will now also only be used if tmp dir does not exist or if it's not writable. PHPBB3-14891 | ||||
* | [ticket/14891] Remove unused use statements | Marc Alexander | 2016-12-09 | 1 | -2/+1 |
| | | | | PHPBB3-14891 | ||||
* | [ticket/14891] Use own proxy instantiator for open_basedir compatibility | Marc Alexander | 2016-12-09 | 1 | -0/+74 |
Also reverted random_compat lib to 1.4.x. PHPBB3-14891 |