Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:115650 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 12068 invoked from network); 6 Aug 2021 19:13:36 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 6 Aug 2021 19:13:36 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id B83961804C8 for ; Fri, 6 Aug 2021 12:43:08 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-qk1-f182.google.com (mail-qk1-f182.google.com [209.85.222.182]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 6 Aug 2021 12:43:08 -0700 (PDT) Received: by mail-qk1-f182.google.com with SMTP id x3so11126985qkl.6 for ; Fri, 06 Aug 2021 12:43:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=D7oflXLfkWUGt5ITNdg5EzR5MVYC7ZWxZcf1uwMVC5Q=; b=WlWeZCZxucY4KuZyFdsI8xc1fGe1Ln351LpqERVRzINkuJ/qMCxkyFRkwdjU7Sr6uG sMHq/tydFMmFupzMSY16JxMne/Y2NBtdAyKiTjCk3+3H8cJqJ3Ctczz65R4w2qV8/+8G WX6lhZTQlHzfzmMw5yaqsaw68pH3WxNh+6Nn/BhO2hXvpvkJ0wG7f9yoqaHttwqft//I G9GZzktxryui21bZiHuqPnp6XDnZnH2kJmvUBJdpr7w3lTrCwjiwHJEhfwWFjQpNq7Fz 7Z6PqLlK9ZO2UdcylDwo7VXT0HfOFcZt9ZC2WERmHBxlffJuh7+RkyZnVepIVnxKh95j oRpQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=D7oflXLfkWUGt5ITNdg5EzR5MVYC7ZWxZcf1uwMVC5Q=; b=IYsKKPPVL6x7aZhzXr/ZhYllWGgqxftnDAk/Zor31mQF9/PprdFjc1ZcGtgU5+Hibk ucPU0wJdAncDAinbuVG1mUC/1wQWloUsr9v3RRF4TCHdKtZqBkToyc5tMVMszTrsqups EGUnk4M7zPJ+AeYOlOWS0CVOJz1D6RpcuXsHfQl1CmhstuKJ+UVNzHY8pAaINkxNqOw/ 0Gupw8hiscwZVGbyB5ZMO7zarqhUv7b30iAmVUYj8b21MnzrLZIC7kG39+DtrRY4UzMA FW71bOb/iUqGf1xU6VxAFhPye7U3hi6Y6DcFkPJ+1J9dcTXmplMfpaNm4Z6uGP02Vzt+ cQoA== X-Gm-Message-State: AOAM531zM0gKf5vVhWKApfzkMLF7AjGL04NyO/hHp1QEkzdoOl3IXv/L IFECaM12RTzoBXdplv63hG7OWuJWvEC86KCeQsI= X-Google-Smtp-Source: ABdhPJzzyoIrCE83vUZKbMICspyt9PkfCmny26R+ebrWN/n/E6Drc08DXDZhC+O/vTcfQOxAKCJSK0JwX/8TdrxL/LY= X-Received: by 2002:a05:620a:1084:: with SMTP id g4mr11535065qkk.205.1628278982503; Fri, 06 Aug 2021 12:43:02 -0700 (PDT) MIME-Version: 1.0 References: <7DA18959-3463-4AAE-ABE3-B9330FEE83D2@gmail.com> In-Reply-To: Date: Fri, 6 Aug 2021 20:42:51 +0100 Message-ID: To: Rowan Tommins Cc: PHP internals Content-Type: multipart/alternative; boundary="00000000000058ef3405c8e93ee7" Subject: Re: [PHP-DEV] Re: [RFC] Add parse_query_string as an alternative to parse_str From: tekiela246@gmail.com (Kamil Tekiela) --00000000000058ef3405c8e93ee7 Content-Type: text/plain; charset="UTF-8" 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 this RFC. Please note that my intention was to provide a simple drop-in replacement. However, I agree that there is a lot of room for improvement in this area, so I highly appreciate your comments on how we can best tackle these open points. I will not open this RFC for voting any time soon, as I want to let the conversation run through to see what other options/concerns people have. Please feel free to share your comments on what you think is the right path to improve this functionality in PHP. Regards, Kamil --00000000000058ef3405c8e93ee7--