Home
last modified time | relevance | path

Searched refs:requests (Results 1 – 25 of 42) sorted by relevance

12

/PHP-7.1/Zend/tests/
H A Dbug64720.phpt6 private static $requests;
8 if (!isset(self::$requests[1])) {
9 self::$requests[1] = new self();
11 return self::$requests[1];
15 unset(self::$requests[1]);
48 Fatal error: Uncaught Error: Access to undeclared static property: Stat::$requests in %sbug64720.ph…
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_systemd.c18 unsigned long int requests=0, slow_req=0; in fpm_systemd() local
26 requests += wp->scoreboard->requests; in fpm_systemd()
40 …active, idle, requests, slow_req, ((float)requests - last) * 1000.0 / fpm_global_config.systemd_in… in fpm_systemd()
44 last = requests; in fpm_systemd()
H A Dfpm_scoreboard.c80 void fpm_scoreboard_update(int idle, int active, int lq, int lq_len, int requests, int max_children… in fpm_scoreboard_update() argument
110 if (requests >= 0) { in fpm_scoreboard_update()
111 scoreboard->requests = requests; in fpm_scoreboard_update()
133 if (scoreboard->requests + requests > 0) { in fpm_scoreboard_update()
134 scoreboard->requests += requests; in fpm_scoreboard_update()
136 scoreboard->requests = 0; in fpm_scoreboard_update()
H A Dfpm_scoreboard.h27 unsigned long requests; member
59 unsigned long int requests; member
73 void fpm_scoreboard_update(int idle, int active, int lq, int lq_len, int requests, int max_children…
H A Dfpm_status.c365 scoreboard.requests, in fpm_status_handle_request()
449 proc.requests, in fpm_status_handle_request()
H A Dfpm_request.c89 proc->requests++; in fpm_request_reading_headers()
H A Dfpm_main.c1587 int requests = 0; local
1996 requests++;
1997 if (UNEXPECTED(max_requests && (requests == max_requests))) {
/PHP-7.1/
H A DCONTRIBUTING.md9 ## Pull requests
11 PHP welcomes pull requests to [add tests](#writing-tests), fix bugs and to
22 Pull requests to implement RFCs should be submitted against `master`.
32 ## Feature requests
34 Feature requests are generally submitted in the form of
36 [pull requests](#pull-requests). You can find the extremely large list of RFCs
50 Please note that the section on submitting pull requests is outdated: in
52 [submit pull requests](#pull-requests).
H A DREADME.md12 PHP accepts pull requests via github. Discussions are done on github, but
30 We do not merge pull requests directly on github. All PRs will be
H A DREADME.MAILINGLIST_RULES39 are faced with a lot of requests. Make sure that you have done your
/PHP-7.1/ext/standard/tests/http/
H A Dbug48929.phpt33 echo "-- Test: requests with 'header' as array --\n";
37 echo "-- Test: requests with 'header' as string --\n";
43 -- Test: requests with 'header' as array --
52 -- Test: requests with 'header' as string --
H A Dignore_errors.phpt42 echo "-- Test: requests without ignore_errors --\n";
46 echo "-- Test: requests with ignore_errors --\n";
50 echo "-- Test: requests with ignore_errors (2) --\n";
56 -- Test: requests without ignore_errors --
79 -- Test: requests with ignore_errors --
106 -- Test: requests with ignore_errors (2) --
H A Dserver.inc13 … is an array of files containing N responses for N expected requests. Server dies after N requests.
/PHP-7.1/ext/snmp/tests/
H A Dsnmp_include.inc5 requests and 'private' community for write requests.
/PHP-7.1/sapi/cgi/
H A DREADME.FastCGI26 server. It will listen on a socket for new FastCGI requests, and deliver
61 improve the performance of non-PHP requests. Secondly, having one permanent
134 processes and main process will handle FastCGI requests by itself. Note that
137 those will handle requests. The main process will restart children in case of
139 requests. Further requests will be queued. Increasing this number will allow
148 This controls how many requests each child process will handle before
/PHP-7.1/sapi/cli/tests/
H A Dbug68745.phpt2 Bug #68745 (Invalid HTTP requests make web server segfault)
/PHP-7.1/sapi/fpm/tests/
H A Dstatus-basic.phpt30 'slow requests' => 0,
H A Dstatus.inc36 'slow requests' => '\d+',
/PHP-7.1/sapi/fpm/
H A Dwww.conf.in26 ; The address on which to accept FastCGI requests.
96 ; new requests will connect. The following parameter are used:
106 ; This value sets the limit on the number of simultaneous requests that will be
135 ; The number of requests each child process should execute before respawning.
150 ; max listen queue - the maximum number of requests in the queue
197 ; requests - the number of requests the process has served;
198 ; request duration - the duration in µs of the requests;
221 ; requests: 12808
320 ; The log file for slow requests
/PHP-7.1/ext/soap/
H A Dphp_sdl.c1134 if (ctx.sdl->requests == NULL) { in load_wsdl()
2349 if (sdl->requests) { in add_sdl_to_cache()
2350 i = zend_hash_num_elements(sdl->requests); in add_sdl_to_cache()
3077 if (sdl->requests) { in make_persistent_sdl()
3083 zend_hash_init(psdl->requests, zend_hash_num_elements(sdl->requests), NULL, NULL, 1); in make_persistent_sdl()
3141 if (tmp->requests) { in delete_psdl_int()
3142 zend_hash_destroy(tmp->requests); in delete_psdl_int()
3143 free(tmp->requests); in delete_psdl_int()
3416 if (tmp->requests) { in delete_sdl_impl()
3417 zend_hash_destroy(tmp->requests); in delete_sdl_impl()
[all …]
H A Dphp_sdl.h60 HashTable *requests; /* array of sdlFunction (references) */ member
/PHP-7.1/ext/soap/tests/bugs/
H A Dbug30045.phpt2 Bug #30045 (Cannot pass big integers (> 2147483647) in SOAP requests)
/PHP-7.1/ext/mysqli/tests/
H A Dconnect.inc24 …/* Development setting: test experimal features and/or feature requests that never worked before? …
/PHP-7.1/sapi/litespeed/
H A DREADME.md113 There are two ways to let PHP handle multiple requests concurrently,
153 This controls how many requests each child process will handle before
/PHP-7.1/ext/opcache/
H A DREADME112 environments. It should be enabled for sites that may serve requests in
186 Check the cache checksum each N requests.

Completed in 85 milliseconds

12