Searched refs:fastcgi (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/sapi/cgi/ |
| H A D | cgi_main.c | 93 #include "fastcgi.h" 96 /* XXX this will need to change later when threaded fastcgi is implemented. shane */ 521 /* if cgi, or fastcgi and not found in fcgi env 560 /* if cgi, or fastcgi and not found in fcgi env 1402 STD_PHP_INI_ENTRY("fastcgi.logging", "1", PHP_INI_SYSTEM, OnUpdateBool, fcgi_logging, php_cgi_globals_struct, php_cgi_globals) 1404 STD_PHP_INI_ENTRY("fastcgi.impersonate", "0", PHP_INI_SYSTEM, OnUpdateBool, impersonate, php_cgi_globals_struct, php_cgi_globals) 1498 int fastcgi = fcgi_is_fastcgi(); local 1552 if (!fastcgi) { 1621 * we are being started as an 'external' fastcgi 1624 if (!fastcgi) { [all...] |
Completed in 5 milliseconds