[PHP-DEV] Re: [VOTE] Straw poll: Using namespaces for *any() and *all() on iterables

2021-02-02 Thread tyson andre
Hi internals, > I've started voting on  > https://wiki.php.net/rfc/any_all_on_iterable_straw_poll_namespace  > Voting starts on 2021-01-19 and ends on 2021-02-02. > > This is an 11-way Single Transferable Vote poll on the choice of namespace, > to ensure that all proposed namespaces (and

Re: [PHP-DEV] [RFC] Fibers

2021-02-02 Thread Niklas Keller
Hey Nikita, Thank you for the proposal. Ergonomics of async I/O in PHP certainly leave > something to be desired right now, and improvements in this area are > welcome. > > Despite your explanations in the RFC and this thread, I'm still having a > hard time understanding the purpose of the

Re: [PHP-DEV] Re: [RFC] Enumerations, Round 2

2021-02-02 Thread Larry Garfield
On Fri, Jan 29, 2021, at 11:15 AM, Larry Garfield wrote: > And we're back again. The RFC has been updated with a steady stream of > smaller improvements based on feedback and testing, and is now in its > Final Form(tm) (we think). The only major change worth noting is that > we renamed

Re: [PHP-DEV] [VOTE] Dump results of expressions in `php -a`

2021-02-02 Thread Bob Weinand
Hey Tyson, > Am 02.02.2021 um 03:35 schrieb tyson andre : > > Hi Bob Weinand, > >>> Am 20.01.2021 um 01:55 schrieb tyson andre : >>> >>> Hi internals, >>> >>> Voting has started on >>> https://wiki.php.net/rfc/readline_interactive_shell_result_function >>> on 2021-01-19, and ends on

[PHP-DEV] Re: Proposal: Adding a RewindableKeyValueIterator type allowing mixed/repeated keys

2021-02-02 Thread tyson andre
Hi internals, > Currently, there don't seem to be any internal classes that can be used to > store a copy of the keys and values of an arbitrary Traversable. > > - This would help in eagerly evaluating the result of a generator in a memory > efficient way that could be exactly stored and

Re: [PHP-DEV] [RFC] Fibers

2021-02-02 Thread Nikita Popov
On Thu, Dec 17, 2020 at 5:30 PM Aaron Piotrowski wrote: > Hello everyone! > > I would like to introduce an RFC for adding full-stack fibers to PHP: > https://wiki.php.net/rfc/fibers > > Fibers are primarily used to implement green-threads or coroutines for > asynchronous I/O. Fibers are similar

Re: [PHP-DEV] Re: [RFC] Object-scope RNG implementation

2021-02-02 Thread Go Kudo
Hi Alex First, let me apologize for my poor English skills. It may contain rude expressions, but it is not s intentional. > The closest library I know and used when I had that need you mentioned is a userland implementation: https://github.com/paragonie/RandomLib This seems to be actively

Re: [PHP-DEV] Travis CI migration?

2021-02-02 Thread Matteo Beccati
Hi, On 01/02/2021 21:15, Stanislav Malyshev wrote: > Hi! > >> Any news here?  Tomorrow PHP 7.3.27 will be tagged, likely without any >> Travis-CI build to confirm that it's not broken on Linux. > > I have however a 7.3 build here: >