Re: [PHP-DEV] Re: [VOTE] Shorter Attributes Syntax Change

2020-08-20 Thread Theodore Brown
On Thu, Aug 20, 2020 at 2:13 AM Côme Chilliet wrote: > Le Wed, 19 Aug 2020 21:11:29 +, > Theodore Brown a écrit : > > In case anyone wants to view the in-progress STV vote results, I took > > the same script I made for the Shorter Attribute Syntax RFC and made > > it possible to run online

Re: [PHP-DEV] Community vote on RFCs

2020-08-20 Thread Paul Crovella
On Wed, Aug 19, 2020 at 4:19 PM Benjamin Morel wrote: >> >> You're asking for useless, no-effort feedback in the form of votes >> from people who have no actual involvement in the ongoing development >> or maintenance of the project, so that's what I gave you. > > > I'm surprised by these strong

Re: [PHP-DEV] Community vote on RFCs

2020-08-20 Thread Larry Garfield
On Thu, Aug 20, 2020, at 8:48 AM, Kalle Sommer Nielsen wrote: > Den tor. 20. aug. 2020 kl. 01.07 skrev Stanislav Malyshev > : > > Please feel welcome to. However, I don't think this should have any > > official role in any PHP governance process, any more than any other > > poll on the internet

Re: [PHP-DEV] Community vote on RFCs

2020-08-20 Thread Kalle Sommer Nielsen
Den tor. 20. aug. 2020 kl. 01.07 skrev Stanislav Malyshev : > Please feel welcome to. However, I don't think this should have any > official role in any PHP governance process, any more than any other > poll on the internet might. That said, my opinion is hearing other > opinions is rarely harmful

Re: [PHP-DEV] Allow sleep() to accept non-integer values

2020-08-20 Thread Máté Kocsis
> > > > Again, I personally don't understand why this could bypass the RFC > > process, as multiple people have already, me included, voiced their > > disagreement with this change. > > > > This was proposed by Nikita Popov in his comment > > > > Nikita is just one of the members. If other members

Re: [PHP-DEV] Allow sleep() to accept non-integer values

2020-08-20 Thread Gabriel Caruso
On Thu, 20 Aug 2020 at 14:55, Michael Voříšek - ČVUT FEL < voris...@fel.cvut.cz> wrote: > > Again, I personally don't understand why this could bypass the RFC > process, as multiple people have already, me included, voiced their > disagreement with this change. > > This was proposed by Nikita

Re: [PHP-DEV] Allow sleep() to accept non-integer values

2020-08-20 Thread Michael Voříšek - ČVUT FEL
Again, I personally don't understand why this could bypass the RFC process, as multiple people have already, me included, voiced their disagreement with this change. This was proposed by Nikita Popov in his comment Secondly this change introduces another inconsistency, why can sleep accept

Re: [PHP-DEV] Allow sleep() to accept non-integer values

2020-08-20 Thread Gabriel Caruso
On Thu, 20 Aug 2020 at 14:16, Michael Voříšek - ČVUT FEL < voris...@fel.cvut.cz> wrote: > Hi everyone, > > thank you for your comments, based on them, I fixed these: > > - usleep is now used as a fallback as well, if interrupted, remaining > time is measured using microtime, so return value is

Re: [PHP-DEV] Allow sleep() to accept non-integer values

2020-08-20 Thread G. P. B.
Apologies for the double email, my client did something funcky. On Thu, 20 Aug 2020 at 14:22, G. P. B. wrote: > On Thu, 20 Aug 2020 at 14:15, Michael Voříšek - ČVUT FEL < > voris...@fel.cvut.cz> wrote: > >> Hi everyone, >> >> thank you for your comments, based on them, I fixed these: >> >> -

Re: [PHP-DEV] Allow sleep() to accept non-integer values

2020-08-20 Thread G. P. B.
On Thu, 20 Aug 2020 at 14:15, Michael Voříšek - ČVUT FEL < voris...@fel.cvut.cz> wrote: > Hi everyone, > > thank you for your comments, based on them, I fixed these: > > - usleep is now used as a fallback as well, if interrupted, remaining > time is measured using microtime, so return value is

Re: [PHP-DEV] Allow sleep() to accept non-integer values

2020-08-20 Thread Michael Voříšek - ČVUT FEL
Hi everyone, thank you for your comments, based on them, I fixed these: - usleep is now used as a fallback as well, if interrupted, remaining time is measured using microtime, so return value is always available - for BC, if not interrupted, return value remains to be 0 (integer zero)

[PHP-DEV] PHP 7.4.10RC1 is available for testing

2020-08-20 Thread Derick Rethans
PHP 7.4.10RC1 has just been released and can be downloaded from: Or use the git tag: php-7.4.10RC1 Windows binaries are available at: Please test it carefully, and report any bugs in the bug system at

[PHP-DEV] PHP 7.3.22RC1 is available for testing

2020-08-20 Thread Christoph M. Becker
PHP 7.3.22RC1 has just been released and can be downloaded from: Or use the git tag: php-7.3.22RC1 Windows binaries are available at: Please test it carefully, and report any bugs in the bug system. 7.3.22 should be expected

Re: [PHP-DEV] Re: [VOTE] Shorter Attributes Syntax Change

2020-08-20 Thread Côme Chilliet
Le Thu, 20 Aug 2020 10:37:21 +0200, Benjamin Eberlei a écrit : > On Thu, Aug 20, 2020 at 9:13 AM Côme Chilliet < > come.chill...@fusiondirectory.org> wrote: > > Also, is it supposed to be updated at page load or at some time interval? > > I see 15 votes on the RFC page for #[] and 14 on your

Re: [PHP-DEV] Re: [VOTE] Shorter Attributes Syntax Change

2020-08-20 Thread Benjamin Eberlei
On Thu, Aug 20, 2020 at 9:13 AM Côme Chilliet < come.chill...@fusiondirectory.org> wrote: > Le Wed, 19 Aug 2020 21:11:29 +, > Theodore Brown a écrit : > > In case anyone wants to view the in-progress STV vote results, I took > > the same script I made for the Shorter Attribute Syntax RFC and

Re: [PHP-DEV] Re: [VOTE] Shorter Attributes Syntax Change

2020-08-20 Thread Côme Chilliet
Le Wed, 19 Aug 2020 21:11:29 +, Theodore Brown a écrit : > In case anyone wants to view the in-progress STV vote results, I took > the same script I made for the Shorter Attribute Syntax RFC and made > it possible to run online here: > >