Searched refs:fastcgi (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/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 */ 554 /* if cgi, or fastcgi and not found in fcgi env 578 /* if cgi, or fastcgi and not found in fcgi env 1461 STD_PHP_INI_ENTRY("fastcgi.logging", "1", PHP_INI_SYSTEM, OnUpdateBool, fcgi_logging, php_cgi_globals_struct, php_cgi_globals) 1463 STD_PHP_INI_ENTRY("fastcgi.impersonate", "0", PHP_INI_SYSTEM, OnUpdateBool, impersonate, php_cgi_globals_struct, php_cgi_globals) 1752 int fastcgi; local 1797 fastcgi = fcgi_is_fastcgi(); 1807 if (!fastcgi) { 1876 * we are being started as an 'external' fastcgi [all...] |
Completed in 5 milliseconds