Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:114263 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 53930 invoked from network); 4 May 2021 10:12:02 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 4 May 2021 10:12:02 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 0D82B1804C8 for ; Tue, 4 May 2021 03:18:03 -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_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-qt1-f173.google.com (mail-qt1-f173.google.com [209.85.160.173]) (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 ; Tue, 4 May 2021 03:18:02 -0700 (PDT) Received: by mail-qt1-f173.google.com with SMTP id 1so5899573qtb.0 for ; Tue, 04 May 2021 03:18:02 -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=j9cshMJO7mOO+Rd5HTmD3kxE+3OGgaA2eOgGsN1zWLk=; b=o9+2iT80aAuC9s5H8obk51ZWzifNN5xP1kwHxmhJ55WHN6R42si888LfHhoGTG4XeD RIg8H520kUc8iVTcXa+CaKj+VquD1UZRh4YRxPiQD+G87+3wWaBrY8neTIZnJAPBBwig Uwt12TeyAepkGdUxK0O7LaHazKvmIio48tMWvXod8Hn8hkj1BJAbNkXHRsAiSgJ26NuZ exNGppVPkUvycXl39mZTfOK1Efj/qrm9dAlLL6wnXrtPipJfVDDOo7YSkAmKqnHjv9Cu 08H/U4TTK9smvqIuuLdgustg+qZaaIOujs4779cEOzZL9SWwfJTl599swhE2t+dmUdDp RGmg== 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=j9cshMJO7mOO+Rd5HTmD3kxE+3OGgaA2eOgGsN1zWLk=; b=grfEYKBCXHfZq5af3j2+sh4sn6Tds+QF9IXXb/IL/mcKlbcp1+5tjFOGXMgoBgoQeU 24yaxr0XeWRkGDDpDWoQk93jzdBx5iqQP2iKe9NaAJDOWXKj1LrSbJsRESCixyHtjacw U+ILvZFyeMdBBmCM+d6zrnVSlzcvJ3cwJRairAIQYk8HFyZ6KABAhaYUBsQzA4oWCAWO MwlfHSnXEmezFyty2vGEg49/SzvKg4KRdy57giCmr/Jki7Twf19aWxBEcuZeNB54wPQl iyDB9s613PzeLRGn0kCp1hDcPf2oWFzZhHjW3/s2N3rk5yMNSQlMiZuliBeUVN+m7ZMm kFCw== X-Gm-Message-State: AOAM5306hsrSR0gODJQx8Dgu4q5HKUwlDj/3tiBpfqS++KctGvNJ0tSV aUPxxFsAVbe8L8d3yHU9f+npRKFDlmhhQpYMsQw= X-Google-Smtp-Source: ABdhPJyQl4V/z3kjzFL2OfTmK8LwXjhqeO65M4asBzd27W29EqpE75d3WXr7pf7GedFYqkmFhQEAbOHd0M+4jQ7x/YA= X-Received: by 2002:a05:622a:1002:: with SMTP id d2mr21005624qte.245.1620123480973; Tue, 04 May 2021 03:18:00 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 4 May 2021 11:17:50 +0100 Message-ID: To: Juanra GM Cc: PHP internals Content-Type: multipart/alternative; boundary="00000000000093635905c17e6460" Subject: Re: [PHP-DEV] feat(pdo): add `clearParams` method From: tekiela246@gmail.com (Kamil Tekiela) --00000000000093635905c17e6460 Content-Type: text/plain; charset="UTF-8" Hi Juanra, Thanks for sharing your interest in improving PHP. Your proposal is very unclear at the moment. What do you think this function should do? Why can't you just recreate the prepared statement? What performance hit are you talking about? I don't see how such a function would be useful, but I hope you can explain your use case and its reasoning. Regards, Kamil --00000000000093635905c17e6460--