[PHP-DEV] Re: [RFC] Userspace operator overloading

2020-02-27 Thread jan.h.boehmer
On 15/02/2020 22:05, jan.h.boeh...@gmx.de wrote: > Hi internals, > > based on the discussions here (https://externals.io/message/108300) and here > (https://github.com/php/php-src/pull/5156), I have created a proper RFC for > userspace operator overloading: >

Re: [PHP-DEV] RFC: Server-Side Request and Response Objects (v2)

2020-02-27 Thread Mike Schinkel
> On Feb 27, 2020, at 12:52 PM, Paul M. Jones wrote: >> On Feb 27, 2020, at 11:27, Rowan Tommins wrote: >> On Thu, 27 Feb 2020 at 17:06, Paul M. Jones wrote: At the risk of being the messenger that gets shot, I feel like that horse is dead. And beating it more won't revive it, or make it any

Re: [PHP-DEV] RFC: Server-Side Request and Response Objects (v2)

2020-02-27 Thread Paul M. Jones
Hi Rowan, > On Feb 27, 2020, at 11:27, Rowan Tommins wrote: > > On Thu, 27 Feb 2020 at 17:06, Paul M. Jones wrote: > >> We spoke of this before; quoting myself from >> ... >> >>> I don't *expect* anything from existing published library authors;

Re: [PHP-DEV] RFC: Server-Side Request and Response Objects (v2)

2020-02-27 Thread Rowan Tommins
On Thu, 27 Feb 2020 at 17:06, Paul M. Jones wrote: > Hi Rowan, > > > On Feb 27, 2020, at 10:57, Rowan Tommins > wrote: > > > > you seem to be happy to just put it out there and see > > Perhaps it was not your intent, but even so: please don't put words in my > mouth. We spoke of this before;

Re: [PHP-DEV] RFC: Server-Side Request and Response Objects (v2)

2020-02-27 Thread Paul M. Jones
Hi Rowan, > On Feb 27, 2020, at 10:57, Rowan Tommins wrote: > > you seem to be happy to just put it out there and see Perhaps it was not your intent, but even so: please don't put words in my mouth. We spoke of this before; quoting myself from ...

Re: [PHP-DEV] RFC: Server-Side Request and Response Objects (v2)

2020-02-27 Thread Rowan Tommins
On Thu, 27 Feb 2020 at 15:55, Paul M. Jones wrote: > > Why not hope that ReactPHP and others will want to use this object, > > precisely because it avoids them having to roll their own implementations > > of things? > > Like I said earlier: if React ends up wanting to use ext/request, with its >

Re: [PHP-DEV] RFC: Server-Side Request and Response Objects (v2)

2020-02-27 Thread Paul M. Jones
Hi Rowan, > Why not hope that ReactPHP and others will want to use this object, > precisely because it avoids them having to roll their own implementations > of things? Like I said earlier: if React ends up wanting to use ext/request, with its tradeoffs, of course I would think that's great.

Re: [PHP-DEV] RFC: Server-Side Request and Response Objects (v2)

2020-02-27 Thread Rowan Tommins
On Thu, 27 Feb 2020 at 02:43, Paul M. Jones wrote: > > Recreating that functionality in userland is non-trivial, but is > essential for several use cases, e.g. an event-based server like ReactPHP, > or a test using a saved request body as a fixture. > > > > If both content types

[PHP-DEV] Re: [VOTE] Stringable

2020-02-27 Thread Nicolas Grekas
Hello everyone, I happy to open the vote for the Stringable RFC: > https://wiki.php.net/rfc/stringable#vote > > The vote will stay open until 2020-02-26. > The proposal has been accepted with 29 "Yes" votes and 9 "No. The vote is now closed, the RFC page updated and the PR on GitHub is ready to