Searched refs:open_basedir (Results 1 – 11 of 11) sorted by relevance
4 open_basedir=/--dne--12 .*open_basedir restriction in effect.*
46 $open_basedir = ini_get('open_basedir'); variable47 if ($open_basedir) {50 $open_basedir = str_replace(array('/', '\\'), DIRECTORY_SEPARATOR, $open_basedir); variable55 $open_basedirs = explode(PATH_SEPARATOR, $open_basedir);77 unset($open_basedir, $temp_dir);
45 * IMPORTANT: The `maxminddb` extension now obeys `open_basedir`. If46 `open_basedir` is set, you _must_ store the database within the
864 foreach ($open_basedirs as $key => $open_basedir) {865 …ch('#^'.preg_quote($open_basedir).'#'.($case_insensitive_pathname ? 'i' : ''), $dirname) && (strle…866 $startoffset = substr_count($open_basedir, DIRECTORY_SEPARATOR) + 1;
107 fixes compatibility issues with people that have open_basedir turned on.
140 fixes compatibility issues with people that have open_basedir turned on.
205 - Fixed retrieving temporary path name in `FirefoxDriver` when `open_basedir` restriction is in effect.
33 * [bugfix: G164] open_basedir on Windows prevents caching141 * Bugfix (#253): ImageMagick not found if outside open_basedir262 * Bugfix [#1751821]: open_basedir restriction gives warning621 defined open_basedir
552 - soap_transport_http: check safe_mode and open_basedir before setting CURLOPT_FOLLOWLOCATION
482 * Fixed issue in RotatingFileHandler when an open_basedir restriction is active
242 * Bugfix: open_basedir not parsed correctly under Windows505 * Bugfix: (#969) tempnam() calls failing with open_basedir