Home
last modified time | relevance | path

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

12

/PHP-7.4/sapi/cgi/tests/
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") {
H A D001.phpt18 string(%d) "PHP %s (cgi%s (built: %s
/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 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/ext/standard/tests/file/
H A Dbug72035.phpt2 Bug #72035 php-cgi.exe fails to run scripts relative to drive root
8 $cgi = realpath(dirname(PHP_BINARY)) . DIRECTORY_SEPARATOR . "php-cgi.exe";
9 if (!file_exists($cgi)) die('skip CGI binary not found');
17 $cgi = realpath(dirname(PHP_BINARY) . DIRECTORY_SEPARATOR . "php-cgi.exe");
21 $cmd = "$cgi -n -C $fl";
/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_005.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_gzhandler_legacy_002.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");
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_validate_external_dtd.phpt12 // reusing existing xml: http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/dom.xml?view=co&conten…
13 // reusing existing dtd: http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/dom.ent?view=co&conten…
/PHP-7.4/ext/session/tests/
H A Dsession_regenerate_id_cookie.phpt8 require __DIR__.'/../../../sapi/cgi/tests/include.inc';
10 get_cgi_path() or die('skip no cgi');
24 require __DIR__.'/../../../sapi/cgi/tests/include.inc';
/PHP-7.4/ext/mbstring/tests/
H A Dmb_http_input.phpt6 (php_sapi_name()=='cgi') or die("skip sapi is not a cgi version");
/PHP-7.4/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-7.4/ext/standard/tests/versioning/
H A Dphp_sapi_name_variation001.phpt14 cgi-fcgi
/PHP-7.4/ext/opcache/tests/
H A Dbool_cp_in_pass1.phpt9 if ($bar === 1 && $foo && PHP_SAPI !== 'cgi') {
/PHP-7.4/Zend/tests/
H A Dbug69788.phpt2 Bug #69788: Malformed script causes Uncaught Error in php-cgi, valgrind SIGILL
/PHP-7.4/ext/xmlwriter/tests/
H A Dbug71536.phpt2 Bug #71536 (Access Violation crashes php-cgi.exe)
/PHP-7.4/ext/standard/tests/general_functions/
H A Ddl-cve-2007-4887.phpt5 $enabled_sapi = array('cgi-fcgi', 'cli', 'embed', 'fpm');
H A Ddl-check-enabled.phpt8 $enabled_sapi = array('cgi-fcgi', 'cli', 'embed', 'fpm');
H A Ddl-full-path-not-supported.phpt8 $enabled_sapi = array('cgi-fcgi', 'cli', 'embed', 'fpm');
/PHP-7.4/ext/libxml/tests/
H A Dbug69753-mb.phpt4 Awaiting upstream fix: https://bugzilla.gnome.org/show_bug.cgi?id=750365

Completed in 36 milliseconds

12