Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/sapi/fpm/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/sapi/fpm/tests/003.phpt |
--TEST-- FPM: Test IPv6 support --SKIPIF-- <?php include "skipif.inc"; @stream_socket_client('tcp://[::1]:0', $errno); if ($errno != 111) die('skip IPv6 not supported.'); ?> --FILE-- <?php include "include.inc"; $logfile = dirname(__FILE__).'/php-fpm.log.tmp'; $port = 9000+PHP_INT_SIZE; $cfg = <<<EOT [global] error_log = $logfile [unconfined] listen = [::1]:$port pm = dynamic pm.max_children = 5 pm.start_servers = 2 pm.min_spare_servers = 1 pm.max_spare_servers = 3 EOT; $fpm = run_fpm($cfg, $tail); if (is_resource($fpm)) { fpm_display_log($tail, 2); $i = 0; while (($i++ < 30) && !($fp = fsockopen('[::1]', $port))) { usleep(10000); } if ($fp) { echo "Done\n"; fclose($fp); } proc_terminate($fpm); stream_get_contents($tail); fclose($tail); proc_close($fpm); } ?> --EXPECTF-- [%d-%s-%d %d:%d:%d] NOTICE: fpm is running, pid %d [%d-%s-%d %d:%d:%d] NOTICE: ready to handle connections Done --CLEAN-- <?php $logfile = dirname(__FILE__).'/php-fpm.log.tmp'; @unlink($logfile); ?>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare