open_basedir      200 ext/curl/interface.c 	if (PG(open_basedir) && *PG(open_basedir)) {
open_basedir     2262 ext/curl/interface.c 				(PG(open_basedir) && *PG(open_basedir)) && (Z_LVAL_PP(zvalue) & CURLPROTO_FILE)) {
open_basedir     2568 ext/curl/interface.c 			if (PG(open_basedir) && *PG(open_basedir)) {
open_basedir      805 ext/mysql/php_mysql.c 		if (((PG(open_basedir) && PG(open_basedir)[0] != '\0') || PG(safe_mode)) && (client_flags & CLIENT_LOCAL_FILES)) {
open_basedir      807 ext/mysql/php_mysql.c 		if ((PG(open_basedir) && PG(open_basedir)[0] != '\0') && (client_flags & CLIENT_LOCAL_FILES)) {
open_basedir     1829 ext/mysqli/mysqli_api.c 	if ((PG(open_basedir) && PG(open_basedir)[0] != '\0') || PG(safe_mode)) {
open_basedir     1831 ext/mysqli/mysqli_api.c 	if (PG(open_basedir) && PG(open_basedir)[0] != '\0') {
open_basedir      124 ext/mysqli/mysqli_nonapi.c 		if (PG(open_basedir) && PG(open_basedir)[0] != '\0') {
open_basedir       45 ext/mysqlnd/mysqlnd_loaddata.c 	if (PG(open_basedir)) {
open_basedir      634 ext/pdo_mysql/mysql_driver.c 		if ((PG(open_basedir) && PG(open_basedir)[0] != '\0') || PG(safe_mode))
open_basedir      636 ext/pdo_mysql/mysql_driver.c 		if (PG(open_basedir) && PG(open_basedir)[0] != '\0') 
open_basedir      840 ext/pdo_sqlite/sqlite_driver.c 	if (PG(open_basedir) && *PG(open_basedir)) {
open_basedir      152 ext/session/mod_files.c 		if(PG(open_basedir) && lstat(buf, &sbuf) == 0 && S_ISLNK(sbuf.st_mode) && php_check_open_basedir(buf TSRMLS_CC)) {
open_basedir      663 ext/session/session.c 		if (PG(open_basedir) && *p && php_check_open_basedir(p TSRMLS_CC)) {
open_basedir      510 ext/soap/soap.c 		if (PG(open_basedir) && *p && php_check_open_basedir(p TSRMLS_CC)) {
open_basedir      174 ext/sqlite3/sqlite3.c 	if (PG(safe_mode) || (PG(open_basedir) && *PG(open_basedir))) {
open_basedir      176 ext/sqlite3/sqlite3.c 	if (PG(open_basedir) && *PG(open_basedir)) {
open_basedir     5428 ext/standard/basic_functions.c 	if (PG(open_basedir)) {
open_basedir      500 ext/standard/dir.c 		if (PG(open_basedir) && *PG(open_basedir)) {
open_basedir      512 ext/standard/dir.c 		if (PG(open_basedir) && *PG(open_basedir)) {
open_basedir      296 main/fopen_wrappers.c 	if (PG(open_basedir) && *PG(open_basedir)) {
open_basedir      309 main/fopen_wrappers.c 		pathbuf = estrdup(PG(open_basedir));
open_basedir      328 main/fopen_wrappers.c 			php_error_docref(NULL TSRMLS_CC, E_WARNING, "open_basedir restriction in effect. File(%s) is not within the allowed path(s): (%s)", path, PG(open_basedir));
open_basedir      457 main/main.c    		if (PG(open_basedir) && php_check_open_basedir(new_value TSRMLS_CC)) {
open_basedir      472 main/main.c    		if (PG(open_basedir) && php_check_open_basedir(new_value TSRMLS_CC)) {
open_basedir      602 main/main.c    	STD_PHP_INI_ENTRY("open_basedir",			NULL,		PHP_INI_ALL,		OnUpdateBaseDir,			open_basedir,			php_core_globals,	core_globals)
open_basedir     1661 main/main.c    		if (PG(open_basedir) && *PG(open_basedir)) {
open_basedir     2288 main/main.c    	if (PG(open_basedir) && *PG(open_basedir)) {
open_basedir       85 main/php_globals.h 	char *open_basedir;
open_basedir      388 main/php_ini.c 	char *open_basedir;
open_basedir      403 main/php_ini.c 	open_basedir = PG(open_basedir);
open_basedir      538 main/php_ini.c 	PG(open_basedir) = NULL;
open_basedir      590 main/php_ini.c 	PG(open_basedir) = open_basedir;