Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94256 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74403 invoked from network); 26 Jun 2016 05:27:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jun 2016 05:27:22 -0000 Authentication-Results: pb1.pair.com header.from=sebastian@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=sebastian@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 188.94.27.5 as permitted sender) X-PHP-List-Original-Sender: sebastian@php.net X-Host-Fingerprint: 188.94.27.5 scarlet.netpirates.net Received: from [188.94.27.5] ([188.94.27.5:43261] helo=scarlet.netpirates.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 79/89-00500-2B76F675 for ; Sun, 26 Jun 2016 01:27:17 -0400 Received: (qmail 24949 invoked by uid 89); 26 Jun 2016 05:27:11 -0000 Received: by simscan 1.4.0 ppid: 24934, pid: 24943, t: 0.0675s scanners: attach: 1.4.0 clamav: 0.99.1/m:/d:20700 Received: from unknown (HELO ?192.168.178.24?) (php@sebastian-bergmann.de@87.189.246.207) by scarlet.netpirates.net with ESMTPA; 26 Jun 2016 05:27:11 -0000 To: internals@lists.php.net References: Message-ID: Date: Sun, 26 Jun 2016 07:27:12 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Asynchronous Signal Handling (withiut TICKs and any additional overhead). From: sebastian@php.net (Sebastian Bergmann) Am 24.06.2016 um 12:20 schrieb Dmitry Stogov: > Please review the RFC https://wiki.php.net/rfc/async_signals Would this alleviate the fact that ticks are broken in PHP 7? See https://github.com/sebastianbergmann/phpunit/issues/2205 for what I use ticks for in PHPUnit.