Home
last modified time | relevance | path

Searched refs:open_basedirs (Results 1 – 4 of 4) sorted by relevance

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php55 $open_basedirs = explode(PATH_SEPARATOR, $open_basedir); variable
56 foreach ($open_basedirs as $basedir) {
68 unset($open_basedirs, $found_valid_tempdir, $basedir);
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php1223 static $open_basedirs = null;
1224 if (null === $open_basedirs) {
1227 $open_basedirs = array();
1230 $open_basedirs[$key] = $this->realPathSafe($value);
1234 return (empty($open_basedirs) || $this->matchPath($path, $open_basedirs));
1463 static $open_basedirs = null;
1466 if (is_null($open_basedirs)) {
1467 $open_basedirs = preg_split('#[;:]#', ini_get('open_basedir'));
1471 } elseif (empty($open_basedirs) || in_array(dirname($filename), $open_basedirs)) {
H A Dphpthumb.functions.php863 $open_basedirs = explode($delimiter, $config_open_basedir);
864 foreach ($open_basedirs as $key => $open_basedir) {
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt265 * Bugfix: [#1751880]: open_basedirs not initialized properly