/PHP-5.6/Zend/tests/ |
H A D | bug64720.phpt | 6 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: Access to undeclared static property: Stat::$requests in %sbug64720.php on line 12
|
/PHP-5.6/sapi/fpm/fpm/ |
H A D | fpm_systemd.c | 18 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 D | fpm_scoreboard.c | 81 void fpm_scoreboard_update(int idle, int active, int lq, int lq_len, int requests, int max_children… in fpm_scoreboard_update() argument 111 if (requests >= 0) { in fpm_scoreboard_update() 112 scoreboard->requests = requests; in fpm_scoreboard_update() 134 if (scoreboard->requests + requests > 0) { in fpm_scoreboard_update() 135 scoreboard->requests += requests; in fpm_scoreboard_update() 137 scoreboard->requests = 0; in fpm_scoreboard_update()
|
H A D | fpm_scoreboard.h | 28 unsigned long requests; member 60 unsigned long int requests; member 74 void fpm_scoreboard_update(int idle, int active, int lq, int lq_len, int requests, int max_children…
|
H A D | fpm_status.c | 364 scoreboard.requests, in fpm_status_handle_request() 445 proc.requests, in fpm_status_handle_request()
|
H A D | fpm_request.c | 90 proc->requests++; in fpm_request_reading_headers()
|
/PHP-5.6/ext/standard/tests/http/ |
H A D | bug48929.phpt | 33 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 D | ignore_errors.phpt | 42 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 D | server.inc | 13 … is an array of files containing N responses for N expected requests. Server dies after N requests.
|
/PHP-5.6/sapi/tux/ |
H A D | README | 12 All requests to the PHP userspace module are currently serialized. 15 authentication and handling of POST requests has not been 22 Note that requests are served in a chroot'ed environment. 60 cause requests to '/php5.tux' to be redirected to the
|
/PHP-5.6/ext/snmp/tests/ |
H A D | snmp_include.inc | 5 requests and 'private' community for write requests.
|
/PHP-5.6/sapi/roxen/ |
H A D | README | 6 module. This means that all PHP-requests are serialized (ie only one 12 requests will be run in parallell. The maximum number of parallell
|
/PHP-5.6/sapi/cgi/ |
H A D | README.FastCGI | 26 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-5.6/ |
H A D | README.md | 11 PHP accepts pull requests via github. Discussions are done on github, but 29 We do not merge pull requests directly on github. All PRs will be
|
/PHP-5.6/sapi/cli/tests/ |
H A D | bug68745.phpt | 2 Bug #68745 (Invalid HTTP requests make web server segfault)
|
/PHP-5.6/sapi/thttpd/ |
H A D | README | 7 NOTE: All HTTP requests will be serialized. That means, one long running 8 script will block all other requests. Choose another web server,
|
/PHP-5.6/sapi/fpm/ |
H A D | www.conf.in | 26 ; The address on which to accept FastCGI requests. 90 ; new requests will connect. The following parameter are used: 100 ; This value sets the limit on the number of simultaneous requests that will be 129 ; The number of requests each child process should execute before respawning. 144 ; max listen queue - the maximum number of requests in the queue 191 ; requests - the number of requests the process has served; 192 ; request duration - the duration in µs of the requests; 215 ; requests: 12808 314 ; The log file for slow requests
|
H A D | php-fpm.conf.in | 152 ; The address on which to accept FastCGI requests. 224 ; new requests will connect. The following parameter are used: 234 ; This value sets the limit on the number of simultaneous requests that will be 263 ; The number of requests each child process should execute before respawning. 278 ; max listen queue - the maximum number of requests in the queue 325 ; requests - the number of requests the process has served; 326 ; request duration - the duration in µs of the requests; 349 ; requests: 12808 444 ; The log file for slow requests
|
/PHP-5.6/ext/soap/ |
H A D | php_sdl.c | 1142 if (ctx.sdl->requests == NULL) { in load_wsdl() 2358 if (sdl->requests) { in add_sdl_to_cache() 2373 sdl_serialize_key(sdl->requests, out); in add_sdl_to_cache() 3120 if (sdl->requests) { in make_persistent_sdl() 3125 zend_hash_init(psdl->requests, zend_hash_num_elements(sdl->requests), NULL, NULL, 1); in make_persistent_sdl() 3184 if (tmp->requests) { in delete_psdl() 3185 zend_hash_destroy(tmp->requests); in delete_psdl() 3186 free(tmp->requests); in delete_psdl() 3455 if (tmp->requests) { in delete_sdl_impl() 3456 zend_hash_destroy(tmp->requests); in delete_sdl_impl() [all …]
|
H A D | php_sdl.h | 60 HashTable *requests; /* array of sdlFunction (references) */ member
|
/PHP-5.6/sapi/fpm/tests/ |
H A D | 010.phpt | 80 slow requests: 0
|
/PHP-5.6/ext/mysql/tests/ |
H A D | connect.inc | 76 /* Development setting: test experimal features and/or feature requests that never worked before? */
|
/PHP-5.6/sapi/aolserver/ |
H A D | README | 47 The 'map' command will cause AOLserver to pass all requests to *.php to
|
/PHP-5.6/ext/soap/tests/bugs/ |
H A D | bug30045.phpt | 2 Bug #30045 (Cannot pass big integers (> 2147483647) in SOAP requests)
|
/PHP-5.6/ext/mysqli/tests/ |
H A D | connect.inc | 24 …/* Development setting: test experimal features and/or feature requests that never worked before? …
|