Home
last modified time | relevance | path

Searched refs:process (Results 1 – 25 of 100) sorted by last modified time

1234

/PHP-5.5/win32/
H A Dinstall.txt76 executable of PHP to process all PHP file requests on the server.
295 option is to set the PHPRC environment variable. This process is
800 requests are running in the same process space (the space of the web
809 Answer: This is because you started the web server process from the
1461 17. Is PHP limited to process GET and POST request methods only?
1568 This example will explain the process of adding support for the popular
1799 17. Is PHP limited to process GET and POST request methods only?
/PHP-5.5/tests/classes/
H A Dautoload_021.phpt2 Validation of class names in the autoload process
/PHP-5.5/sapi/roxen/
H A DREADME5 mode, the default, uses a process global PHP lock in the Roxen
/PHP-5.5/sapi/litespeed/
H A DREADME120 start one PHP process, this process will start/stop children PHP processes
135 and start children process on demand to save system resource. This is
138 process. This might be preferred in a dedicate hosting environment.
153 This controls how many requests each child process will handle before
171 will be killed by the parent process immediately.
180 processing time allowed when processing a request. If a child process
183 of dead or runaway child process.
189 process will wait before exiting when there is no child process.
191 process.
199 to disable this feature, such as when a LSAPI process was started
[all …]
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in77 ; process.max = 128
82 ; - The pool process will inherit the master process priority
85 ; process.priority = -19
91 ; Set open file descriptor rlimit for the master process.
95 ; Set max core size rlimit for the master process.
193 ; process.priority = -19
261 ; process manager - static, dynamic or ondemand;
281 ; process manager: static
309 ; The Full status returns for each process:
310 ; pid - the PID of the process;
[all …]
/PHP-5.5/sapi/cli/tests/
H A D022.phpt44 resource(%d) of type (process)
H A Dcli_process_title_unix.phpt10 echo "*** Testing setting the process title ***\n";
46 *** Testing setting the process title ***
H A Dcli_process_title_windows.phpt12 // command "get-process" is executed using shell_exec, it overwrites the ConsoleTitle with
13 // "Windows PowerShell" and this title ONLY clears away when the php.exe process exits
35 echo "*** Testing setting the process title ***\n";
49 …$loaded_title = shell_exec("PowerShell -NoProfile \"get-process cmd*,powershell* | Select-Object m…
53 echo "Reading title using get-process failed\n";
68 echo "Successfully verified title using get-process\n";
70 echo "Actually loaded from get-process: $loaded_title\n";
80 *** Testing setting the process title ***
82 Successfully verified title using get-process
H A D009.phpt16 string(57) "Either execute direct code, process stdin or use a file.
18 string(57) "Either execute direct code, process stdin or use a file.
/PHP-5.5/sapi/cgi/
H A DREADME.FastCGI25 In this setup, PHP is started as a separate process entirely from the web
46 in order to talk to the PHP FastCGI process.
49 web server and PHP process, so that one cannot disrupt the other. It also
52 process if required!
62 PHP process as opposed to one per apache process means that shared resources
131 This controls how many child processes the PHP process spawns. When the
134 processes and main process will handle FastCGI requests by itself. Note that
135 this process may die (because of PHP_FCGI_MAX_REQUESTS) and it willnot
137 those will handle requests. The main process will restart children in case of
148 This controls how many requests each child process will handle before
[all …]
H A Dconfig9.m428 AC_MSG_CHECKING([whether cross-process locking is required by accept()])
33 [Define if cross-process locking is required by accept()])
/PHP-5.5/sapi/apache2filter/
H A DREADME59 1. Use the Prefork MPM (Apache 1.3-like process model) by
H A Dsapi_apache2.c614 apr_pool_userdata_get(&data, userdata_key, s->process->pool); in php_apache_server_startup()
622 apr_pool_cleanup_null, s->process->pool); in php_apache_server_startup()
/PHP-5.5/sapi/apache2handler/
H A DREADME63 1. Use the Prefork MPM (Apache 1.3-like process model) by
H A Dsapi_apache2.c438 apr_pool_userdata_get(&data, userdata_key, s->process->pool); in php_apache_server_startup()
445 apr_pool_userdata_set((const void *)1, userdata_key, apr_pool_cleanup_null, s->process->pool); in php_apache_server_startup()
/PHP-5.5/
H A Dphp.ini-development652 ; to proxy requests or to process the POST data in a memory efficient fashion.
957 ;the available process stack and eventually crash PHP (due to reaching the
1234 ; process. Using -1 means no limit.
1238 ; Connection: The maximum number of seconds a process is allowed to
1385 ; does not overwrite the process's umask.
1439 ; Defines the probability that the 'garbage collection' process is started
1451 ; Defines the probability that the 'garbage collection' process is started on every
1466 ; cleaned up by the garbage collection process.
H A Dphp.ini-production652 ; to proxy requests or to process the POST data in a memory efficient fashion.
957 ;the available process stack and eventually crash PHP (due to reaching the
1234 ; process. Using -1 means no limit.
1238 ; Connection: The maximum number of seconds a process is allowed to
1385 ; does not overwrite the process's umask.
1439 ; Defines the probability that the 'garbage collection' process is started
1451 ; Defines the probability that the 'garbage collection' process is started on every
1466 ; cleaned up by the garbage collection process.
/PHP-5.5/ext/xsl/tests/
H A Dbug26384.phpt2 Bug #26384 (domxslt->process causes segfault with xsl:key)
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtok_variation7.phpt19 …strtok() when string being tokenised is prefixed with another string in between the process ***\n";
29 …strtok() when string being tokenised is suffixed with another string in between the process ***\n";
43 …ing strtok() when string being tokenised is prefixed with another string in between the process ***
76 …ing strtok() when string being tokenised is suffixed with another string in between the process ***
/PHP-5.5/ext/standard/tests/streams/
H A Dbug60602.phpt28 echo "process timed out\n";
46 echo "no process\n";
H A Dbug61019.phpt14 $process=proc_open("echo testtext",$descriptorspec,$pipes);
15 if(is_resource($process))
29 $process_state=proc_get_status($process);
60 proc_close($process);
H A Dbug64770.phpt28 echo "process timed out\n";
45 echo "no process\n";
H A Dproc_open_bug51800.phpt53 $process = proc_open($cmd, $descriptors, $pipes);
55 if (is_resource($process))
67 $status = proc_close($process);
H A Dproc_open_bug51800_right.phpt37 $process = proc_open($cmd, $descriptors, $pipes);
39 if (is_resource($process))
50 $status = proc_close($process);
H A Dproc_open_bug51800_right2.phpt43 $process = proc_open($cmd, $descriptors, $pipes);
45 if (is_resource($process))
56 $status = proc_close($process);

Completed in 53 milliseconds

1234