Home
last modified time | relevance | path

Searched refs:cgi (Results 26 – 45 of 45) sorted by path

12

/PHP-7.4/ext/standard/tests/general_functions/
H A Ddl-full-path-not-supported.phpt8 $enabled_sapi = array('cgi-fcgi', 'cli', 'embed', 'fpm');
/PHP-7.4/ext/standard/tests/strings/
H A Dcrypt_blowfish.phpt2 Official blowfish tests (http://cvsweb.openwall.com/cgi/cvsweb.cgi/Owl/packages/glibc/crypt_blowfis…
/PHP-7.4/ext/standard/tests/versioning/
H A Dphp_sapi_name_variation001.phpt14 cgi-fcgi
/PHP-7.4/ext/xmlwriter/tests/
H A Dbug71536.phpt2 Bug #71536 (Access Violation crashes php-cgi.exe)
/PHP-7.4/ext/zlib/tests/
H A Dob_001.phpt6 if (false === stristr(PHP_SAPI, "cgi")) die("skip need sapi/cgi");
H A Dob_003.phpt6 if (false === stristr(PHP_SAPI, "cgi")) die("skip need sapi/cgi");
H A Dob_004.phpt6 if (false === stristr(PHP_SAPI, "cgi")) die("skip need sapi/cgi");
H A Dob_005.phpt6 if (false === stristr(PHP_SAPI, "cgi")) die("skip need sapi/cgi");
H A Dob_gzhandler_legacy_002.phpt6 if (false === stristr(PHP_SAPI, "cgi")) die("skip need sapi/cgi");
/PHP-7.4/
H A Dphp.ini-development777 ; http://php.net/cgi.force-redirect
778 ;cgi.force_redirect = 1
780 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
782 ;cgi.nph = 1
789 ;cgi.redirect_status_env =
797 ; http://php.net/cgi.fix-pathinfo
798 ;cgi.fix_pathinfo=1
802 ;cgi.discard_path=1
821 ; http://php.net/cgi.rfc2616-headers
822 ;cgi.rfc2616_headers = 0
[all …]
H A Dphp.ini-production777 ; http://php.net/cgi.force-redirect
778 ;cgi.force_redirect = 1
780 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
782 ;cgi.nph = 1
789 ;cgi.redirect_status_env =
797 ; http://php.net/cgi.fix-pathinfo
798 ;cgi.fix_pathinfo=1
802 ;cgi.discard_path=1
821 ; http://php.net/cgi.rfc2616-headers
822 ;cgi.rfc2616_headers = 0
[all …]
/PHP-7.4/sapi/cgi/
H A DMakefile.frag1 cgi: $(SAPI_CGI_PATH)
6 install-cgi: $(SAPI_CGI_PATH)
9 …@$(INSTALL) -m 0755 $(SAPI_CGI_PATH) $(INSTALL_ROOT)$(bindir)/$(program_prefix)php-cgi$(program_su…
12 …@$(INSTALL_DATA) sapi/cgi/php-cgi.1 $(INSTALL_ROOT)$(mandir)/man1/$(program_prefix)php-cgi$(progra…
H A Dcgi_main.c1556 static PHP_MINIT_FUNCTION(cgi) argument
1565 static PHP_MSHUTDOWN_FUNCTION(cgi) argument
1576 static PHP_MINFO_FUNCTION(cgi) argument
1733 PHP_MINIT(cgi),
1734 PHP_MSHUTDOWN(cgi),
1737 PHP_MINFO(cgi),
1748 int cgi = 0, c, i; local
1826 cgi = 1;
1916 if (!cgi && !fastcgi && !bindpath) {
1930 if (cgi && CGIG(force_redirect)) {
[all …]
H A Dconfig.w323 ARG_ENABLE('cgi', 'Build CGI version of PHP', 'yes');
7 SAPI('cgi', 'cgi_main.c', 'php-cgi.exe', '/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1');
8 ADD_SOURCES('main', 'fastcgi.c', 'cgi');
H A Dconfig9.m41 PHP_ARG_ENABLE([cgi],,
2 [AS_HELP_STRING([--disable-cgi],
31 PHP_ADD_MAKEFILE_FRAGMENT($abs_srcdir/sapi/cgi/Makefile.frag)
36 SAPI_CGI_PATH=sapi/cgi/php-cgi.exe
39 SAPI_CGI_PATH=sapi/cgi/php-cgi
44 … PHP_SELECT_SAPI(cgi, program, cgi_main.c, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1, '$(SAPI_CGI_PATH)')
66 PHP_OUTPUT(sapi/cgi/php-cgi.1)
/PHP-7.4/sapi/cgi/tests/
H A D001.phpt18 string(%d) "PHP %s (cgi%s (built: %s
H A Dinclude.inc8 $cgi = false;
15 } else if (strpos($version, "(cgi")) {
16 /* that's cgi */
28 …if (is_dir($php_path) && file_exists("$php_path/php-cgi.exe") && is_executable("$php_path/php-cgi.…
29 return "$php_path/php-cgi.exe";
41 … && is_dir($php_path) && file_exists($php_path."/cgi/php-cgi") && is_executable($php_path."/cgi/ph…
43 return $php_path."/cgi/php-cgi";
H A Dskipif.inc3 if (substr(php_sapi_name(), 0, 3) == "cgi") {
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c1426 static PHP_MINIT_FUNCTION(cgi) in PHP_MINIT_FUNCTION() argument
1440 static PHP_MSHUTDOWN_FUNCTION(cgi) in PHP_MSHUTDOWN_FUNCTION() argument
1451 static PHP_MINFO_FUNCTION(cgi) in PHP_MINFO_FUNCTION() argument
1526 PHP_MINIT(cgi),
1527 PHP_MSHUTDOWN(cgi),
1530 PHP_MINFO(cgi),
1540 int cgi = 0, c, use_extended_info = 0; in main() local
1785 if (cgi && CGIG(force_redirect)) { in main()
/PHP-7.4/scripts/
H A Dphp-config.in31 cgi)

Completed in 67 milliseconds

12