Home
last modified time | relevance | path

Searched refs:open_basedir (Results 1 – 25 of 105) sorted by path

12345

/PHP-7.1/
H A DINSTALL1443 from within .ini files. Example: open_basedir = ${open_basedir}
H A DNEWS50 . Fixed bug #77967 (Bypassing open_basedir restrictions via file uris). (Stas)
376 . Fixed bug #76296 (openssl_pkey_get_public does not respect open_basedir).
3428 . Fixed bug #68077 (LOAD DATA LOCAL INFILE / open_basedir restriction).
/PHP-7.1/ext/curl/
H A Dinterface.c202 if (PG(open_basedir) && *PG(open_basedir)) { in php_curl_option_url()
2315 (PG(open_basedir) && *PG(open_basedir)) && (lval & CURLPROTO_FILE)) { in _php_curl_setopt()
2667 if (lval && PG(open_basedir) && *PG(open_basedir)) { in _php_curl_setopt()
/PHP-7.1/ext/curl/tests/
H A Dbug61948-win32.phpt2 Bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction)
13 ini_set("open_basedir", $base_dir);
31 Warning: curl_setopt(): open_basedir restriction in effect. File(c:/xxx/bar) is not within the allo…
H A Dbug61948.phpt2 Bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction)
9 open_basedir="/tmp"
22 Warning: curl_setopt(): open_basedir restriction in effect. File(/xxx/bar) is not within the allowe…
H A Dbug65646.phpt2 Bug #65646 (re-enable CURLOPT_FOLLOWLOCATION with open_basedir or safe_mode): open_basedir disabled
6 if (ini_get('open_basedir')) exit("skip open_basedir is set");
H A Dbug65646_open_basedir_new.phpt2 Bug #65646 (re-enable CURLOPT_FOLLOWLOCATION with open_basedir or safe_mode): open_basedir enabled;…
4 open_basedir=.
21 Warning: curl_setopt(): CURLPROTO_FILE cannot be activated when an open_basedir is set in %s on lin…
24 Warning: curl_setopt(): CURLPROTO_FILE cannot be activated when an open_basedir is set in %s on lin…
H A Dbug65646_open_basedir_old.phpt2 Bug #65646 (re-enable CURLOPT_FOLLOWLOCATION with open_basedir or safe_mode): open_basedir enabled;…
4 open_basedir=.
17 Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set in %…
/PHP-7.1/ext/libxml/tests/
H A Dbug61367-read.phpt2 Bug #61367: open_basedir bypass in libxml RSHUTDOWN: read test
6 open_basedir=.
H A Dbug61367-write.phpt2 Bug #61367: open_basedir bypass in libxml RSHUTDOWN: write test
6 open_basedir=.
43 Warning: DOMDocument::save(): open_basedir restriction in effect. File(%s) is not within the allowe…
/PHP-7.1/ext/mysqli/
H A Dmysqli_api.c1782 if (PG(open_basedir) && PG(open_basedir)[0] != '\0') {
H A Dmysqli_nonapi.c122 if (PG(open_basedir) && PG(open_basedir)[0] != '\0') {
/PHP-7.1/ext/mysqli/tests/
H A Dbug68077.phpt2 Bug #68077 (LOAD DATA LOCAL INFILE / open_basedir restriction)
20 open_basedir=
25 ini_set("open_basedir", __DIR__);
51 ini_set("open_basedir", __DIR__ . "/dummy");
79 [006] [2000] open_basedir restriction in effect. Unable to open file
H A Dmysqli_options_openbasedir.phpt2 mysqli_options() - MYSQLI_OPT_LOCAL_INFILE and open_basedir
12 ini_set("open_basedir", __DIR__);
18 printf("[002] Can not set MYSQLI_OPT_LOCAL_INFILE although open_basedir is set!\n");
22 printf("[002] Can set MYSQLI_OPT_LOCAL_INFILE although open_basedir is set!\n");
H A Dmysqli_real_connect.phpt118 if (ini_get('open_basedir')) {
H A Dmysqli_real_connect_pconn.phpt97 if (ini_get('open_basedir')) {
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_loaddata.c43 if (PG(open_basedir)) { in mysqlnd_local_infile_init()
/PHP-7.1/ext/opcache/tests/
H A Dbug70423.phpt4 open_basedir=.
/PHP-7.1/ext/openssl/tests/
H A Dbug76296.phpt2 Bug #76296 openssl_pkey_get_public does not respect open_basedir
13 ini_set('open_basedir', $dir);
18 Warning: openssl_pkey_get_public(): open_basedir restriction in effect. File(%s) is not within the …
/PHP-7.1/ext/pdo_mysql/
H A Dmysql_driver.c637 if (PG(open_basedir) && PG(open_basedir)[0] != '\0') {
/PHP-7.1/ext/pdo_sqlite/
H A Dsqlite_driver.c812 if (PG(open_basedir) && *PG(open_basedir)) { in pdo_sqlite_handle_factory()
/PHP-7.1/ext/phar/tests/
H A Dbug52013.phpt16 open_basedir=
H A Dphar_buildfromdirectory4.phpt8 open_basedir=
/PHP-7.1/ext/phar/tests/cache_list/
H A Dcopyonwrite6.phar.phpt7 open_basedir=
/PHP-7.1/ext/readline/tests/
H A Dbug69054.phpt6 open_basedir=/tmp

Completed in 88 milliseconds

12345