Home
last modified time | relevance | path

Searched refs:workers (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/ext/opcache/tests/
H A Dbug77434.phpt2 Bug #77434: php-fpm workers are segfaulting in zend_gc_addref
/PHP-7.4/
H A Drun-tests.php60 global $workers, $workerID;
308 $workers = null;
368 $workers = substr($argv[$i], 2);
369 if (!preg_match('/^\d+$/', $workers) || $workers == 0) {
370 … error("'$workers' is not a valid number of workers, try e.g. -j16 for 16 workers");
372 $workers = intval($workers, 10);
374 if ($workers === 1) {
375 $workers = null;
1289 global $PHP_FAILED_TESTS, $workers, $workerID, $workerSock;
1291 if ($workers !== null && !$workerID) {
[all …]
H A DNEWS2332 . Fixed bug #77434 (php-fpm workers are segfaulting in zend_gc_addre).
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in390 ; Clear environment in FPM workers
392 ; by clearing the environment in workers before env vars specified in this
416 ; Additional php.ini defines, specific to this pool of workers. These settings
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c505 char *workers; in sapi_cli_server_startup() local
511 if ((workers = getenv("PHP_CLI_SERVER_WORKERS"))) { in sapi_cli_server_startup()
515 ZEND_ATOL(php_cli_server_workers_max, workers); in sapi_cli_server_startup()

Completed in 27 milliseconds