Home
last modified time | relevance | path

Searched refs:cgi (Results 26 – 50 of 50) sorted by relevance

12

/PHP-5.5/ext/phar/tests/cache_list/
H A Dfrontcontroller21.phpt6 cgi.fix_pathinfo=1
/PHP-5.5/ext/phar/tests/tar/
H A Dfrontcontroller21.phar.phpt5 cgi.fix_pathinfo=1
/PHP-5.5/ext/phar/tests/zip/
H A Dfrontcontroller21.phar.phpt5 cgi.fix_pathinfo=1
/PHP-5.5/sapi/caudium/
H A DREADME9 execution should be very similar to that of mod_php or the cgi
/PHP-5.5/scripts/
H A Dphp-config.in29 cgi)
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c1491 static PHP_MINIT_FUNCTION(cgi) argument
1505 static PHP_MSHUTDOWN_FUNCTION(cgi) argument
1516 static PHP_MINFO_FUNCTION(cgi) argument
1723 PHP_MINIT(cgi),
1724 PHP_MSHUTDOWN(cgi),
1727 PHP_MINFO(cgi),
1738 int cgi = 0, c, i, len; local
1820 cgi = 1;
1910 if (!cgi && !fastcgi && !bindpath) {
1923 if (cgi && CGIG(force_redirect)) {
[all …]
H A DREADME.FastCGI8 OSX based systems to get fastcgi support in the php-cgi binary. You
77 copy the FastCGI-PHP binary in there. (named 'php-cgi') This sets up
92 FastCgiServer /path/to/php-cgi -processes 5
99 Action application/x-httpd-fastphp /fcgi-bin/php-cgi
/PHP-5.5/win32/
H A Dphp5ts.rc242 VALUE "InternalName", "php-cgi\0"
H A Dphp5.dsp122 SOURCE=..\sapi\cgi\cgi_main.c
126 SOURCE=..\sapi\cgi\getopt.c
H A Dinstall.txt200 |-php-cgi.exe -- CGI executable
388 Also, CGI users may want to set the cgi.redirect_status_env
442 php-cgi.exe.
557 Action application/x-httpd-php "/php/php-cgi.exe"
658 Action application/x-httpd-php "/php/php-cgi.exe"
773 consists of PHP scripts (same like a cgi-bin directory):
890 Important for CGI users: Read the faq on cgi.force_redirect for
917 Important for CGI users: Read the faq on cgi.force_redirect for
934 executable i.e. C:\php\php-cgi.exe.
1441 cgi error:
[all …]
/PHP-5.5/
H A DREADME.TESTING223 Will emulate a CGI environment when testing with the cgi sapi executable.
44 2. run tests using cgi emulation
45 php server-tests.php -p /path/to/php-cgi
H A DMakefile.global124 …ize.1 scripts/php-config scripts/man1/php-config.1 sapi/cli/php.1 sapi/cgi/php-cgi.1 ext/phar/phar…
H A Dphp.ini-development705 ; cgi.force_redirect configuration below
734 ; http://php.net/cgi.force-redirect
735 ;cgi.force_redirect = 1
737 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
739 ;cgi.nph = 1
745 ; http://php.net/cgi.redirect-status-env
746 ;cgi.redirect_status_env =
754 ; http://php.net/cgi.fix-pathinfo
755 ;cgi.fix_pathinfo=1
774 ; http://php.net/cgi.rfc2616-headers
[all …]
H A Dphp.ini-production705 ; cgi.force_redirect configuration below
734 ; http://php.net/cgi.force-redirect
735 ;cgi.force_redirect = 1
737 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
739 ;cgi.nph = 1
745 ; http://php.net/cgi.redirect-status-env
746 ;cgi.redirect_status_env =
754 ; http://php.net/cgi.fix-pathinfo
755 ;cgi.fix_pathinfo=1
774 ; http://php.net/cgi.rfc2616-headers
[all …]
H A DINSTALL528 automagically enabled in php-cgi in PHP 5.3, but for older versions
530 enabled, php -v should contain PHP 5.2.5 (cgi-fcgi) Before PHP 5.2.3,
531 fastcgi was enabled on the php binary (there was no php-cgi).
545 "bin-path" => "/usr/local/bin/php-cgi",
573 Spawning php-cgi
585 # Location of the php-cgi binary
586 PHP=/usr/local/bin/php-cgi
714 consists of PHP scripts (same like a cgi-bin directory):
1036 ones like php5-cgi, php5-cli and php5-dev. Determine which are needed
1817 script file via my browser, I get the error: cgi error: The
[all …]
H A DEXTENSIONS57 EXTENSION: cgi
H A DNEWS567 . Fixed bug #69015 (php-cgi's getopt does not see $argv). (Laruence)
709 . Fixed bug #68618 (out of bounds read crashes php-cgi). (CVE-2014-9427)
1039 . Fixed bug #67215 (php-cgi work with opcache, may be segmentation fault
1234 (APR issue https://issues.apache.org/bugzilla/show_bug.cgi?id=56120).
1733 . Fixed Bug #65143 (Missing php-cgi man page). (Remi)
5825 See sapi/cgi/CHANGES for more details. (Dmitry)
6448 - Fixed bug #47042 (cgi sapi is incorrectly removing SCRIPT_FILENAME).
6538 - Fixed bug #47042 (PHP cgi sapi is removing SCRIPT_FILENAME for non
6690 response code, in cgi sapi). (Ilia)
7424 - Changed CGI install target to php-cgi and 'make install' to install CLI
[all …]
H A Dacinclude.m4988 cgi|embed[)]
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c1493 static PHP_MINIT_FUNCTION(cgi) argument
1507 static PHP_MSHUTDOWN_FUNCTION(cgi) argument
1518 static PHP_MINFO_FUNCTION(cgi) argument
1556 PHP_MINIT(cgi),
1557 PHP_MSHUTDOWN(cgi),
1560 PHP_MINFO(cgi),
1570 int cgi = 0, c, use_extended_info = 0; local
1808 if (cgi && CGIG(force_redirect)) {
/PHP-5.5/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-5.5/sapi/nsapi/
H A Dnsapi-readme.txt60 PHP scripts (same like a cgi-bin directory):
/PHP-5.5/ext/standard/
H A Dconfig.m4371 cgi|cli)
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch60 -#define INDEX_NAMES "index.html", "index.htm", "Default.htm", "index.cgi"
61 +#define INDEX_NAMES "index.php", "index.html", "index.htm", "Default.htm", "index.cgi"
734 return cgi( hc );
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja153 o creating cgi version
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic10582 # URL: http://www.jisyo.com/cgibin/view.cgi?EXT=pe5 (Japanese)

Completed in 108 milliseconds

12