Hi Internals,
During my research into this topic, I discovered that there exists a
multibyte variant of this function in mbstring extension. This raises the
question: should we add a corresponding multibyte variant of
http_parse_query() to mbstring? Is there any usage in the wild of
mb_parse_str()
On Fri, Aug 6, 2021 at 9:43 PM Kamil Tekiela wrote:
> Hi Internals,
>
> Thanks for all the feedback. I have changed the name to http_parse_query as
> it looks like more people prefer that name. I have also updated
> https://wiki.php.net/rfc/parse_str_alternative for 8.2 (sorry for the
> confusion
Hi Internals,
Thanks for all the feedback. I have changed the name to http_parse_query as
it looks like more people prefer that name. I have also updated
https://wiki.php.net/rfc/parse_str_alternative for 8.2 (sorry for the
confusion) and I added open points.
I hear two concerns currently about th
On 06/08/2021 16:06, Larry Garfield wrote:
Give me a properly defined HttpQuery object with named, type-enforced
properties and meaningful methods. Give it a parse(string) static method and a
__toString() method to convert back to a query string. Anything less is,
frankly, not worth the effo
On Thu, Aug 5, 2021, at 5:21 PM, Kamil Tekiela wrote:
> Hi Internals,
>
> I have added implementation for
> https://wiki.php.net/rfc/parse_str_alternative. If there are no other
> comments, I would like to start voting on Saturday.
>
> Regards,
> Kamil
I will be voting No on this as is.
Not bec
Hi Internals,
I have added implementation for
https://wiki.php.net/rfc/parse_str_alternative. If there are no other
comments, I would like to start voting on Saturday.
Regards,
Kamil