Home
last modified time | relevance | path

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

/PHP-5.5/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.5/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.c1757 int fastcgi; local
1802 fastcgi = fcgi_is_fastcgi();
1812 if (!fastcgi) {
1884 if (!fastcgi) {
1896 if (fastcgi || bindpath) {
1977 if (fastcgi) {
2142 if (!cgi && !fastcgi) {
2331 if (fastcgi) {
2363 if (fastcgi) {
2488 if (fastcgi) {
[all …]
H A Dconfig9.m453 PHP_SELECT_SAPI(cgi, program, cgi_main.c fastcgi.c,, '$(SAPI_CGI_PATH)')
/PHP-5.5/
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-development762 ; http://php.net/fastcgi.impersonate
763 ;fastcgi.impersonate = 1
767 ;fastcgi.logging = 0
H A Dphp.ini-production762 ; http://php.net/fastcgi.impersonate
763 ;fastcgi.impersonate = 1
767 ;fastcgi.logging = 0
H A DNEWS2831 . Fixed bug #61045 (fpm don't send error log to fastcgi clients). (fat)
4465 . Enforce security in the fastcgi protocol parsing.
6561 - Fixed bug #46782 (fastcgi.c parse error). (Matt)
6781 - Fixed bug #45423 (fastcgi parent process doesn't invoke php_module_shutdown
7480 - Fixed bug #41378 (fastcgi protocol lacks support for Reason-Phrase in
7692 - Fixed bug #40414 (possible endless fork() loop when running fastcgi).
7701 - Fixed bug #40286 (PHP fastcgi with PHP_FCGI_CHILDREN don't kill children when
7775 - cgi.* and fastcgi.* directives are moved to INI subsystem. The new directive
8062 fastcgi). (Dmitry)
8538 - Fixed bug #37376 (fastcgi.c compile fail with gcc 2.95.4). (Ilia)
[all …]
/PHP-5.5/sapi/fpm/
H A Dconfig.m4650 PHP_FPM_FILES="fpm/fastcgi.c \

Completed in 48 milliseconds