Home
last modified time | relevance | path

Searched refs:open_basedir (Results 101 – 112 of 112) sorted by relevance

12345

/PHP-7.4/ext/curl/
H A Dinterface.c140 if (PG(open_basedir) && *PG(open_basedir)) { in php_curl_option_url()
2579 (PG(open_basedir) && *PG(open_basedir)) && (lval & CURLPROTO_FILE)) { in _php_curl_setopt()
2955 if (lval && PG(open_basedir) && *PG(open_basedir)) { in _php_curl_setopt()
/PHP-7.4/ext/mysqli/
H A Dmysqli_nonapi.c117 if (PG(open_basedir) && PG(open_basedir)[0] != '\0') {
H A Dmysqli_api.c1775 if (PG(open_basedir) && PG(open_basedir)[0] != '\0') {
/PHP-7.4/sapi/litespeed/
H A DREADME.md17 its own `open_basedir` overridden in server configuration to enhance server
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c164 if (PG(open_basedir) && *PG(open_basedir)) { in PHP_METHOD()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c4349 orig_open_basedir = PG(open_basedir); in accel_preload()
4350 PG(open_basedir) = NULL; in accel_preload()
4398 PG(open_basedir) = orig_open_basedir; in accel_preload()
/PHP-7.4/
H A Dphp.ini-development302 ; open_basedir, if set, limits all file operations to the defined directory
307 ;open_basedir =
338 ; Note: if open_basedir is set, the cache is disabled
H A Dphp.ini-production302 ; open_basedir, if set, limits all file operations to the defined directory
307 ;open_basedir =
338 ; Note: if open_basedir is set, the cache is disabled
H A DNEWS248 . Fixed bug #76359 (open_basedir bypass through adding ".."). (cmb)
814 . Fixed bug #70362 (Can't copy() large 'data://' with open_basedir). (cmb)
2070 . Fixed bug #77967 (Bypassing open_basedir restrictions via file uris). (Stas)
/PHP-7.4/ext/session/
H A Dsession.c641 if (PG(open_basedir) && *p && php_check_open_basedir(p)) { in PHP_INI_MH()
/PHP-7.4/ext/standard/
H A Dbasic_functions.c5544 if (PG(open_basedir)) {
/PHP-7.4/ext/soap/
H A Dsoap.c504 if (PG(open_basedir) && *p && php_check_open_basedir(p)) { in PHP_INI_MH()

Completed in 105 milliseconds

12345