Home
last modified time | relevance | path

Searched refs:open_basedir (Results 1 – 11 of 11) sorted by relevance

/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/tests/
H A D003-open-basedir.phpt4 open_basedir=/--dne--
12 .*open_basedir restriction in effect.*
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php46 $open_basedir = ini_get('open_basedir'); variable
47 if ($open_basedir) {
50 $open_basedir = str_replace(array('/', '\\'), DIRECTORY_SEPARATOR, $open_basedir); variable
55 $open_basedirs = explode(PATH_SEPARATOR, $open_basedir);
77 unset($open_basedir, $temp_dir);
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DCHANGELOG.md45 * IMPORTANT: The `maxminddb` extension now obeys `open_basedir`. If
46 `open_basedir` is set, you _must_ store the database within the
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php864 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;
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md107 fixes compatibility issues with people that have open_basedir turned on.
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md140 fixes compatibility issues with people that have open_basedir turned on.
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md205 - Fixed retrieving temporary path name in `FirefoxDriver` when `open_basedir` restriction is in effect.
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt33 * [bugfix: G164] open_basedir on Windows prevents caching
141 * Bugfix (#253): ImageMagick not found if outside open_basedir
262 * Bugfix [#1751821]: open_basedir restriction gives warning
621 defined open_basedir
/plugin/mantis/lib/
H A Dchangelog552 - soap_transport_http: check safe_mode and open_basedir before setting CURLOPT_FOLLOWLOCATION
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md482 * Fixed issue in RotatingFileHandler when an open_basedir restriction is active
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt242 * Bugfix: open_basedir not parsed correctly under Windows
505 * Bugfix: (#969) tempnam() calls failing with open_basedir