Home
last modified time | relevance | path

Searched refs:env (Results 126 – 150 of 175) sorted by relevance

1234567

/PHP-8.2/sapi/fpm/tests/
H A Dbug75712-getenv-server-vars.phpt17 env[TEST] = test
H A Dfcgi-env-nopif-custom-with-pi-with-pt-pd.phpt2 FPM: FastCGI env var no path info fix for custom setup with PATH_INFO, PATH_TRANSLATED and path dis…
H A Dfcgi-env-pif-apache-handler-with-query.phpt2 FPM: FastCGI env var path info fix for Apache handler basic
H A Dfcgi-env-pif-apache-pp-sn-strip-basic.phpt2 FPM: FastCGI env var path info fix for Apache ProxyPass SCRIPT_NAME stripping with basic path
H A Dfcgi-env-nopif-custom-without-sf-with-pt.phpt2 FPM: FastCGI env var no path info fix for custom setup without SCRIPT_FILENAME and with PATH_TRANSL…
H A Dfcgi-env-pif-apache-balancer-legacy.phpt2 FPM: FastCGI env var path info fix for Apache balancer legacy setup
H A Dfcgi-env-pif-apache-balancer-real.phpt2 FPM: FastCGI env var path info fix for Apache balancer real configuration
H A Dfcgi-env-nopif-custom-without-pi-with-pt.phpt2 FPM: FastCGI env var no path info fix for custom setup without PATH_INFO and with PATH_TRANSLATED
H A Dfcgi-env-pif-apache-pp-sn-strip-encoded.phpt2 FPM: FastCGI env var path info fix for Apache ProxyPass SCRIPT_NAME stripping with encoded path (bu…
H A Dfcgi-env-pif-apache-handler-with-pi.phpt2 FPM: FastCGI env var path info fix for Apache handler with PATH_INFO set
H A Dgh9921-php-value-ext-mod-handlers.phpt22 env[PHP_DL_TEST_MODULE_DEBUG] = 1
H A Dfcgi-env-pif-apache-pp-sn-strip-encoded-plus.phpt2 FPM: FastCGI env var path info fix for Apache ProxyPass SCRIPT_NAME encoded path and plush sign (GH…
H A Dfcgi-env-nopif-custom-with-pi-with-pt.phpt2 FPM: FastCGI env var no path info fix for custom setup with PATH_INFO and PATH_TRANSLATED
H A Dfcgi-env-nopif-apache-handler-with-pi-with-pt-pd.phpt2 FPM: FastCGI env var without path info fix for Apache handler with PATH_INFO, PATH_TRANSLATED and p…
H A Dfcgi-env-pif-apache-pp-sn-strip-invalid.phpt2 FPM: FastCGI env var path info fix for Apache ProxyPass SCRIPT_NAME stripping with invalid path
H A Dfcgi-env-pif-apache-handler-without-docroot.phpt2 FPM: FastCGI env var path info fix for Apache handler basic
/PHP-8.2/win32/build/
H A DMakefile190 test: set-tmp-env
193 run: set-tmp-env
196 test: set-tmp-env
199 run: set-tmp-env
203 build-snap: set-tmp-env generated_files
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_env.c149 for (kv = wp->config->env; kv; kv = kv->next) { in fpm_env_init_child()
169 for (kv = wp->config->env; kv; kv = kv->next) { in fpm_env_conf_wp()
H A Dfpm_log.c255 char *env = fcgi_getenv((fcgi_request*) SG(server_context), format, strlen(format)); in fpm_log_write() local
256 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", env ? env : "-"); in fpm_log_write()
/PHP-8.2/ext/pdo_odbc/tests/
H A Dcommon.phpt24 // try to use common PDO env vars, instead of PDO_ODBC specific
68 # other magic autodetection here, eg: for DB2 by inspecting env
/PHP-8.2/TSRM/
H A Dtsrm_win32.h96 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, const char *env);
/PHP-8.2/ext/pdo_oci/
H A Dphp_pdo_oci_int.h30 OCIEnv *env; member
/PHP-8.2/ext/pdo_odbc/
H A Dphp_pdo_odbc_int.h125 PDO_ODBC_HENV env; member
/PHP-8.2/ext/mysqli/tests/
H A Dconnect.inc53 …* @param bool $enable_env_flags Enable setting of connection flags through env(MYSQL_TEST_CONNECT…
73 …* @param bool $enable_env_flags Enable setting of connection flags through env(MYSQL_TEST_CONNECT_…
/PHP-8.2/sapi/litespeed/
H A Dlsapi_main.c218 char **env, *p, *t = buf; in litespeed_php_import_environment_variables() local
239 for (env = environ; env != NULL && *env != NULL; env++) { in litespeed_php_import_environment_variables()
240 p = strchr(*env, '='); in litespeed_php_import_environment_variables()
244 nlen = p - *env; in litespeed_php_import_environment_variables()
249 memcpy(t, *env, nlen); in litespeed_php_import_environment_variables()

Completed in 33 milliseconds

1234567