Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:115487 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 97797 invoked from network); 19 Jul 2021 10:39:41 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 19 Jul 2021 10:39:41 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id D9A321804D0 for ; Mon, 19 Jul 2021 04:04:39 -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-Virus: No X-Envelope-From: Received: from mail-qk1-f177.google.com (mail-qk1-f177.google.com [209.85.222.177]) (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 ; Mon, 19 Jul 2021 04:04:39 -0700 (PDT) Received: by mail-qk1-f177.google.com with SMTP id c68so11544299qkf.9 for ; Mon, 19 Jul 2021 04:04:39 -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; bh=elPMTv/Q1mgVlTyfc2p7LhnYEmDHnz7V4Ouxz6YrLtA=; b=Xi8Pmw6yeFrrFiqlDL7AOjP6pU+ua+vneI/ownRkYqsjSSSW1rZhSa4tGCf3jgCiSR CKSnMeAUjyGiZLTM8IRNOJbPnmJ3MQ6H77Ab9Rc/b+tUducXNHRKilZYRZ90If3UX8q2 EZkQBaQJm2wzVfhQj6lahKQ9Gk5VPasAHVCHXVjK/0vbh67VXZnxyNgP9jh1yhS5TCPv 1Zj6Sa/0FVmHxMOrxR9lp8buvUkcXP7D6RGFAAqx2DfT2Mmd9KejouXSNUwkV+22x2gZ HGrmz6zMSCxx0waIuHQp+VkjwngBtqfFmDAb5NWki8vQXuoBvCP5TgmzmifH05b1GWW7 y0oA== 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; bh=elPMTv/Q1mgVlTyfc2p7LhnYEmDHnz7V4Ouxz6YrLtA=; b=C6TtShfvfSDns1Q1MhOlEBK1tNfsTecjLLjPItruKHq845Ihq9zx4wmvlXniPx3E1o 5u1yb/0w4nq2/ykQqXfameRUn2+CtipR7c9O2sGB9YjG5uL5yqV4AlNuTbdiuaXQowaK XXUiNRehplTO6bCDSxEHefH/A9FShpWuU58bGf9ng+2RwqS4pzkHCakeprZ/CqPnfZ5I 7romuUeeSHmEZMNeWRjf0OAjcJ07RshEKrLtfIaDFWr2WmzxJhMhcO2ZJ+DiI/yxDHjV owbeolZZRFun231X25BIpli7wAeV9aQdSzq9hiC8vtefciBPmqQsJ4b7S8D3cpaUAgkV DArw== X-Gm-Message-State: AOAM530Gv2rbbEzt7OJZvWF1sGHo7J7GZV0+jY8n73TLYMbgqZRrOllF lpJzfTsBrkWm1Lbxc+Mw0C2FX2y585oVkYgrGIG7ULx7FpGZxuSQ X-Google-Smtp-Source: ABdhPJxH7EHu82zDs2pkDAjN4eSQOdbHxRlMCpUFKTmNfr57cfEvIO6ogedgeHu4ZXBwdEN+UPlBh9dUrWDLwrCvwBQ= X-Received: by 2002:a05:620a:629:: with SMTP id 9mr9370039qkv.501.1626692677668; Mon, 19 Jul 2021 04:04:37 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 19 Jul 2021 12:04:28 +0100 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="0000000000003612c205c777e766" Subject: Re: [PHP-DEV] [RFC] Add parse_query_string as an alternative to parse_str From: tekiela246@gmail.com (Kamil Tekiela) --0000000000003612c205c777e766 Content-Type: text/plain; charset="UTF-8" Hi All, Thanks for the feedback. I decided not to pursue this for PHP 8.1, but I still think it is a good idea. As Nikita explained Sara's suggestion might not work at all. While it is trivially easy to abstract this function in userland the aim is to clean up PHP. This wouldn't add new functionality to PHP, but rather provide a cleaner implementation with a self-documenting name. I don't know when we can start RFCs for PHP 8.2 but I will try to write an implementation for this RFC in a couple of days and ask for a vote. Regards, Kamil > --0000000000003612c205c777e766--