aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/di/proxy_instantiator.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14934] Do not rely on open basedir being properly setMarc Alexander2016-12-251-6/+1
| | | | PHPBB3-14934
* [ticket/14934] Use bare PHP functions for checking for tmp dirMarc Alexander2016-12-251-1/+1
| | | | | | The symfony methods will cause PHP warnings being thrown. PHPBB3-14934
* [ticket/14891] Don't rely on sys_get_temp_dir() being availableMarc Alexander2016-12-091-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 dirMarc Alexander2016-12-091-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 statementsMarc Alexander2016-12-091-2/+1
| | | | PHPBB3-14891
* [ticket/14891] Use own proxy instantiator for open_basedir compatibilityMarc Alexander2016-12-091-0/+74
Also reverted random_compat lib to 1.4.x. PHPBB3-14891