Home
last modified time | relevance | path

Searched refs:cgi (Results 1 – 25 of 59) sorted by relevance

123

/php-src/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 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],
27 PHP_ADD_MAKEFILE_FRAGMENT($abs_srcdir/sapi/cgi/Makefile.frag)
32 SAPI_CGI_PATH=sapi/cgi/php-cgi.exe
35 SAPI_CGI_PATH=sapi/cgi/php-cgi
40 … PHP_SELECT_SAPI(cgi, program, cgi_main.c, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1, '$(SAPI_CGI_PATH)')
62 PHP_OUTPUT(sapi/cgi/php-cgi.1)
/php-src/sapi/cgi/tests/
H A Dinclude.inc9 $cgi = false;
16 } else if (strpos($version, "(cgi")) {
17 /* that's cgi */
27 $cgi_path = dirname($php) . "/php-cgi.exe";
33 $cgi_path = dirname($php) . "/php-cgi";
38 /* Try sapi/cgi/php-cgi, for the case where php is not installed. */
39 $cgi_path = dirname($php, 3) . "/sapi/cgi/php-cgi";
H A Dskipif.inc3 if (substr(php_sapi_name(), 0, 3) == "cgi") {
H A D001.phpt18 string(%d) "PHP %s (cgi%s (built: %s
/php-src/ext/standard/tests/file/
H A Dbug72035.phpt2 Bug #72035 php-cgi.exe fails to run scripts relative to drive root
7 $cgi = realpath(dirname(PHP_BINARY)) . DIRECTORY_SEPARATOR . "php-cgi.exe";
8 if (!file_exists($cgi)) die('skip CGI binary not found');
16 $cgi = realpath(dirname(PHP_BINARY) . DIRECTORY_SEPARATOR . "php-cgi.exe");
20 $cmd = "$cgi -n -C $fl";
/php-src/ext/zlib/tests/
H A Dob_001.phpt7 if (false === stristr(PHP_SAPI, "cgi")) die("skip need sapi/cgi");
H A Dob_005.phpt7 if (false === stristr(PHP_SAPI, "cgi")) die("skip need sapi/cgi");
H A Dob_004.phpt7 if (false === stristr(PHP_SAPI, "cgi")) die("skip need sapi/cgi");
H A Dob_gzhandler_legacy_002.phpt7 if (false === stristr(PHP_SAPI, "cgi")) die("skip need sapi/cgi");
H A Dob_003.phpt7 if (false === stristr(PHP_SAPI, "cgi")) die("skip need sapi/cgi");
/php-src/ext/session/tests/
H A Dsession_regenerate_id_cookie.phpt12 require __DIR__.'/../../../sapi/cgi/tests/include.inc';
14 get_cgi_path() or die('skip no cgi');
22 require __DIR__.'/../../../sapi/cgi/tests/include.inc';
/php-src/ext/dom/tests/
H A DDOMDocument_validate_external_dtd.phpt10 // reusing existing xml: http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/dom.xml?view=co&conten…
11 // reusing existing dtd: http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/dom.ent?view=co&conten…
/php-src/ext/hash/tests/
H A Dfnv132.phpt125 array( "http://www.isthe.com/cgi-bin/number.cgi", "46439ac5" ),
138 array( "http://www.lavarnd.org/cgi-bin/corpspeak.cgi", "b2409658" ),
139 array( "http://www.lavarnd.org/cgi-bin/haiku.cgi", "e1489528" ),
140 array( "http://www.lavarnd.org/cgi-bin/rand-none.cgi", "fe1ee07e" ),
141 array( "http://www.lavarnd.org/cgi-bin/randdist.cgi", "e8842315" ),
H A Dfnv164.phpt125 array( "http://www.isthe.com/cgi-bin/number.cgi", "95c2b383014f55c5" ),
138 array( "http://www.lavarnd.org/cgi-bin/corpspeak.cgi", "f81175a482e20ab8" ),
139 array( "http://www.lavarnd.org/cgi-bin/haiku.cgi", "5bbb3de722e73048" ),
140 array( "http://www.lavarnd.org/cgi-bin/rand-none.cgi", "6b4f363492b9f2be" ),
141 array( "http://www.lavarnd.org/cgi-bin/randdist.cgi", "c2d559df73d59875" ),
/php-src/sapi/fpm/tests/
H A Dfcgi-env-nopif-custom-with-pi-with-pt-pd.phpt20 php_admin_value[cgi.fix_pathinfo] = no
21 php_admin_value[cgi.discard_path] = yes
H A Dfcgi-env-nopif-custom-without-sf-with-pt.phpt20 php_admin_value[cgi.fix_pathinfo] = no
21 php_admin_value[cgi.discard_path] = yes
H A Dfcgi-env-nopif-custom-without-pi-with-pt.phpt20 php_admin_value[cgi.fix_pathinfo] = no
21 php_admin_value[cgi.discard_path] = no
H A Dfcgi-env-nopif-custom-with-pi-with-pt.phpt20 php_admin_value[cgi.fix_pathinfo] = no
21 php_admin_value[cgi.discard_path] = no
H A Dfcgi-env-nopif-apache-handler-with-pi-with-pt-pd.phpt20 php_admin_value[cgi.fix_pathinfo] = no
21 php_admin_value[cgi.discard_path] = yes
/php-src/ext/standard/tests/versioning/
H A Dphp_sapi_name_variation001.phpt14 cgi-fcgi
/php-src/ext/opcache/tests/
H A Dbool_cp_in_pass1.phpt9 if ($bar === 1 && $foo && PHP_SAPI !== 'cgi') {
/php-src/Zend/tests/
H A Dbug69788.phpt2 Bug #69788: Malformed script causes Uncaught Error in php-cgi, valgrind SIGILL
/php-src/ext/xmlwriter/tests/
H A Dbug71536.phpt2 Bug #71536 (Access Violation crashes php-cgi.exe)

Completed in 42 milliseconds

123