Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100734 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55349 invoked from network); 21 Sep 2017 14:57:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Sep 2017 14:57:09 -0000 Authentication-Results: pb1.pair.com header.from=lists@rhsoft.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=lists@rhsoft.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain rhsoft.net designates 91.118.73.15 as permitted sender) X-PHP-List-Original-Sender: lists@rhsoft.net X-Host-Fingerprint: 91.118.73.15 mail.thelounge.net Received: from [91.118.73.15] ([91.118.73.15:33805] helo=mail.thelounge.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8B/E3-62331-343D3C95 for ; Thu, 21 Sep 2017 10:57:09 -0400 Received: from srv-rhsoft.rhsoft.net (Authenticated sender: h.reindl@thelounge.net) by mail.thelounge.net (THELOUNGE MTA) with ESMTPSA id 3xyfpS0B8zzXMZ for ; Thu, 21 Sep 2017 16:57:04 +0200 (CEST) To: PHP internals References: <336a7d9c-2c2e-3565-996e-b064b74a8cc5@rhsoft.net> Message-ID: <3333f46b-9af1-4759-57dd-28d03d4b8971@rhsoft.net> Date: Thu, 21 Sep 2017 16:57:03 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-CH Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] warning: usleep(1) is deprecated From: lists@rhsoft.net ("lists@rhsoft.net") Am 21.09.2017 um 16:52 schrieb Sara Golemon: > On Thu, Sep 21, 2017 at 10:47 AM, lists@rhsoft.net wrote: >> Am 21.09.2017 um 16:36 schrieb Remi Collet: >>> Le 21/09/2017 à 16:12, lists@rhsoft.net a écrit : >>>> curent 7.1 HEAD - guys sleep() can't replace usleep(1) becaus eit's a >>>> million times longer >>>> >>>> usleep: warning: usleep(1) is deprecated, and will be removed in near >>>> future!! >>>> usleep: warning: use sleep(1) instead.. >>> >>> usleep is NOT deprecated, nor planed to be >> >> but who wrote that code and how did it make it into >> >> https://git.php.net/?p=php-src.git;a=snapshot;h=96323d1bd7141d7169a0ea454495259f4ff01c6a;sf=tgz >> > I'm gonna go with "nobody" for $200, alex? Because like... it's not there... indeed - sorry for the noise - it's from the bash script waiting for the temporary webserver for the PGO build (upgrade to Fedora 26 in progress)