Searched refs:cgi (Results 1 - 6 of 6) sorted by relevance
| /PHP_5_3/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_5_3/ |
| 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_5_3/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_5_3/scripts/ |
| H A D | php-config.in | 28 cgi) 29 php_cgi_binary="@bindir@/${program_prefix}php-cgi${program_suffix}${exe_extension}"
|
| /PHP_5_3/sapi/cgi/ |
| H A D | cgi_main.c | 521 /* if cgi, or fastcgi and not found in fcgi env 560 /* if cgi, or fastcgi and not found in fcgi env 562 this leaks, but it's only cgi anyway, we'll fix 743 /* see #51688, looks like we may get invalid path as doc root using cgi with apache */ 898 "cgi-fcgi", /* name */ 1049 http://cgi-spec.golux.com/ 1067 but what we get is (cgi/mod_fastcgi under apache): 1071 SCRIPT_NAME=/php/php-cgi (from the Action setting I suppose) 1073 SCRIPT_FILENAME=/path/to/php/bin/php-cgi (Action setting translated) 1087 * broken stuff and set path_translated to the cgi scrip 1479 int cgi = 0, c, i, len; local [all...] |
| /PHP_5_3/sapi/fpm/fpm/ |
| H A D | fpm_main.c | 1023 http://cgi-spec.golux.com/ 1041 but what we get is (cgi/mod_fastcgi under apache): 1045 SCRIPT_NAME=/php/php-cgi (from the Action setting I suppose) 1047 SCRIPT_FILENAME=/path/to/php/bin/php-cgi (Action setting translated) 1063 * broken stuff and set path_translated to the cgi script location */ 1079 * we are running in a cgi environment, since it is always 1111 * https://issues.apache.org/bugzilla/show_bug.cgi?id=50851 1444 STD_PHP_INI_ENTRY("cgi.rfc2616_headers", "0", PHP_INI_ALL, OnUpdateBool, rfc2616_headers, php_cgi_globals_struct, php_cgi_globals) 1445 STD_PHP_INI_ENTRY("cgi.nph", "0", PHP_INI_ALL, OnUpdateBool, nph, php_cgi_globals_struct, php_cgi_globals) 1446 STD_PHP_INI_ENTRY("cgi 1551 int cgi = 0, c; local [all...] |
Completed in 28 milliseconds