Searched refs:cgi (Results 1 - 6 of 6) sorted by relevance
| /PHP_TRUNK/ext/ereg/tests/ |
| H A D | regular_expressions.inc | 5 * based on documentation on http://www.tin.org/bin/man.cgi?section=7&topic=regex .
|
| /PHP_TRUNK/ |
| H A D | makerpm | 68 --enable-force-cgi-redirect \ 79 mv sapi/cgi/php php.keepme 100 # restore cgi version 101 mv php.keepme sapi/cgi/php 109 install -m 0755 sapi/cgi/php $RPM_BUILD_ROOT%{_bindir}/php_cgi 149 - added php4b1 and modified cgi building rules so it doesn't break module
|
| /PHP_TRUNK/sapi/cgi/tests/ |
| H A D | include.inc | 8 $cgi = false; 15 } else if (strpos($version, "(cgi")) { 16 /* that's cgi */ 33 if ($php_path && is_dir($php_path) && file_exists($php_path."/cgi/php-cgi") && is_executable($php_path."/cgi/php-cgi")) { 35 return $php_path."/cgi/php-cgi";
|
| /PHP_TRUNK/scripts/ |
| H A D | php-config.in | 29 cgi) 30 php_cgi_binary="@bindir@/${program_prefix}php-cgi${program_suffix}${exe_extension}"
|
| /PHP_TRUNK/sapi/cgi/ |
| H A D | cgi_main.c | 554 /* if cgi, or fastcgi and not found in fcgi env 578 /* if cgi, or fastcgi and not found in fcgi env 580 this leaks, but it's only cgi anyway, we'll fix 945 "cgi-fcgi", /* name */ 1105 http://cgi-spec.golux.com/ 1123 but what we get is (cgi/mod_fastcgi under apache): 1127 SCRIPT_NAME=/php/php-cgi (from the Action setting I suppose) 1129 SCRIPT_FILENAME=/path/to/php/bin/php-cgi (Action setting translated) 1143 * broken stuff and set path_translated to the cgi script location */ 1159 * we are running in a cgi environmen 1733 int cgi = 0, c, i, len; local [all...] |
| /PHP_TRUNK/sapi/fpm/fpm/ |
| H A D | fpm_main.c | 1017 http://cgi-spec.golux.com/ 1035 but what we get is (cgi/mod_fastcgi under apache): 1039 SCRIPT_NAME=/php/php-cgi (from the Action setting I suppose) 1041 SCRIPT_FILENAME=/path/to/php/bin/php-cgi (Action setting translated) 1057 * broken stuff and set path_translated to the cgi script location */ 1073 * we are running in a cgi environment, since it is always 1105 * https://issues.apache.org/bugzilla/show_bug.cgi?id=50851 1443 STD_PHP_INI_ENTRY("cgi.rfc2616_headers", "0", PHP_INI_ALL, OnUpdateBool, rfc2616_headers, php_cgi_globals_struct, php_cgi_globals) 1444 STD_PHP_INI_ENTRY("cgi.nph", "0", PHP_INI_ALL, OnUpdateBool, nph, php_cgi_globals_struct, php_cgi_globals) 1445 STD_PHP_INI_ENTRY("cgi 1550 int cgi = 0, c, use_extended_info = 0; local [all...] |
Completed in 20 milliseconds