Searched refs:realPathSafe (Results 1 – 2 of 2) sorted by relevance
934 $empty_dirs[$this->realPathSafe($fullfilename)] = 1;936 unset($empty_dirs[$this->realPathSafe(dirname($fullfilename))]);1125 $real_cache_path = $this->realPathSafe($this->config_cache_directory);1230 $open_basedirs[$key] = $this->realPathSafe($value);1247 array_unshift($allowed_dirs, $this->realPathSafe( __DIR__ ));1251 return $this->realPathSafe($path);1310 public function realPathSafe($filename) { function in phpthumb1391 $AbsoluteFilename = $this->realPathSafe($filename);1521 if (@is_executable($this->realPathSafe($this->config_imagemagick_path))) {1668 $IMtempSourceFilename = $this->realPathSafe($IMtempSourceFilename);[all …]
32 * [bugfix: G167] realPathSafe() issues on Windows