Home
last modified time | relevance | path

Searched refs:fastcgi (Results 1 – 12 of 12) sorted by relevance

/PHP-5.6/win32/
H A Dphp5.dsw33 Project: "fastcgi"=..\sapi\fastcgi\fastcgi.dsp - Package Owner=<4>
H A Dphp5ts.dsp155 SOURCE=..\sapi\cgi\fastcgi.c
/PHP-5.6/sapi/cgi/
H A DCHANGES3 --enable-fastcgi CGI: If this is enabled, the cgi module will
4 be built with support for fastcgi also
6 Now fastcgi is always enabled
H A Dconfig.w328 SAPI('cgi', 'cgi_main.c fastcgi.c', 'php-cgi.exe');
H A DREADME.FastCGI7 You must add '--enable-fastcgi' to the configure command on Linux or
8 OSX based systems to get fastcgi support in the php-cgi binary. You
14 There are two ways to run the resulting 'php' binary after the fastcgi
83 SetHandler fastcgi-script
106 FastCGI server plugins are available at www.caraveo.com/fastcgi/
132 fastcgi starts, it creates a number of child processes which handle one
H A Dcgi_main.c1760 int fastcgi; local
1811 fastcgi = fcgi_is_fastcgi();
1821 if (!fastcgi) {
1893 if (!fastcgi) {
1905 if (fastcgi || bindpath) {
1986 if (fastcgi) {
2151 if (!cgi && !fastcgi) {
2340 if (fastcgi) {
2372 if (fastcgi) {
2497 if (fastcgi) {
[all …]
H A Dconfig9.m453 PHP_SELECT_SAPI(cgi, program, cgi_main.c fastcgi.c,, '$(SAPI_CGI_PATH)')
/PHP-5.6/
H A DINSTALL529 configure PHP with --enable-fastcgi. To confirm that PHP has fastcgi
531 fastcgi was enabled on the php binary (there was no php-cgi).
535 To configure Lighttpd to connect to php and spawn fastcgi processes,
536 edit lighttpd.conf. Sockets are preferred to connect to fastcgi
542 fastcgi.server = ( ".php" =>
556 The bin-path directive allows lighttpd to spawn fastcgi processes
571 spawning fastcgi processes easier.
611 Example #3 Connecting to remote php-fastcgi instances
612 fastcgi.server = ( ".php" =>
H A Dphp.ini-development783 ; http://php.net/fastcgi.impersonate
784 ;fastcgi.impersonate = 1
788 ;fastcgi.logging = 0
H A Dphp.ini-production783 ; http://php.net/fastcgi.impersonate
784 ;fastcgi.impersonate = 1
788 ;fastcgi.logging = 0
H A DNEWS4409 . Fixed bug #61045 (fpm don't send error log to fastcgi clients). (fat)
6043 . Enforce security in the fastcgi protocol parsing.
8139 - Fixed bug #46782 (fastcgi.c parse error). (Matt)
8359 - Fixed bug #45423 (fastcgi parent process doesn't invoke php_module_shutdown
9058 - Fixed bug #41378 (fastcgi protocol lacks support for Reason-Phrase in
9270 - Fixed bug #40414 (possible endless fork() loop when running fastcgi).
9279 - Fixed bug #40286 (PHP fastcgi with PHP_FCGI_CHILDREN don't kill children when
9353 - cgi.* and fastcgi.* directives are moved to INI subsystem. The new directive
9640 fastcgi). (Dmitry)
10116 - Fixed bug #37376 (fastcgi.c compile fail with gcc 2.95.4). (Ilia)
[all …]
/PHP-5.6/sapi/fpm/
H A Dconfig.m4681 PHP_FPM_FILES="fpm/fastcgi.c \

Completed in 66 milliseconds