warning: usleep(1) is deprecated

php.internals

lists@rhsoft.net

8 years ago
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...

Remi Collet

8 years ago
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.

lists@rhsoft.net

8 years ago
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

Sara Golemon

8 years ago
On Thu, Sep 21, 2017 at 10:47 AM, lists@rhsoft.net <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... -Sara

lists@rhsoft.net

8 years ago
Am 21.09.2017 um 16:52 schrieb Sara Golemon:
> On Thu, Sep 21, 2017 at 10:47 AM, lists@rhsoft.net <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)