Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:118184 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 68352 invoked from network); 4 Jul 2022 21:41:53 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 4 Jul 2022 21:41:53 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 880E918037F for ; Mon, 4 Jul 2022 16:34:30 -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.0 required=5.0 tests=BAYES_50, HEADER_FROM_DIFFERENT_DOMAINS,HTML_MESSAGE,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE 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-pl1-f173.google.com (mail-pl1-f173.google.com [209.85.214.173]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 4 Jul 2022 16:34:30 -0700 (PDT) Received: by mail-pl1-f173.google.com with SMTP id d5so9586625plo.12 for ; Mon, 04 Jul 2022 16:34:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=AOoc8GMO5asD1sLTnIf2vSnq9fW5QlKDJgCM8JoicaQ=; b=CgRHGI4BKZGbjM9WTRrHsbtgS3XLPzD66axj/IPGql/XDrNw2UE2XKpR5ya8+tPDjW gFMDdJvZ4lcs0+AVWFFOTXoJ5qgb2MHspsF2e0N7ZyxJUdN6U4olskfg4Sue76YofheR ipWOs5C4LQzE38QznK8ieNqyIW8ErO2lEedTPH368leyojXa7h4YPl6Tw0eDeFgsd+7I ra8+XiSrS+fQC5I00HF8wQzzOScyQTa/fd3FBFjnD4kZrv/G9ZTJWqgh9He+6ngwyW+x aJtI5GBdc/nhCyqVeAZ+K65ZaR1dwTzmqKug34lWaQ5fyyjo3tl01u5w6DEmwQGLRXVV K3fw== X-Gm-Message-State: AJIora+QSMH5J8f8yTjcHhjc/KUq9lrNaiLanaZeNRQDVtaCX03WRDGo VmnjUpdUcjeb7UpPVKAD5iihZzpY6g1ir9ZVz4DaETlOqAQ= X-Google-Smtp-Source: AGRyM1vZQkeiWxrjasTsQk/pF9rDGlbXu0KNB+0N95TM7RGBIRb9maLD3tAlPhHA0caCXNJ4J2BcEDeVVrT0z1iCKLY= X-Received: by 2002:a17:90b:3850:b0:1ed:7d1:f0a with SMTP id nl16-20020a17090b385000b001ed07d10f0amr39168956pjb.67.1656977668517; Mon, 04 Jul 2022 16:34:28 -0700 (PDT) MIME-Version: 1.0 Date: Mon, 4 Jul 2022 19:34:17 -0400 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="0000000000005544aa05e3032d3e" Subject: [RFC][Vote] New Curl URL API From: pierrick@php.net (Pierrick Charron) --0000000000005544aa05e3032d3e Content-Type: text/plain; charset="UTF-8" Hi internals, I opened voting for the new Curl URL API as part of PHP8.2. All recent discussions show that we are not even close to getting a consensus on how the new CurlUrl OO API should be done. After changing my mind 300 times in the last day, I decided to only propose the procedural implementation that stays consistent with other functions of the ext/curl to target 8.2. I know this is not the ideal scenario, but with 8.2 feature freeze in two weeks, this is I think the only approach that will not put us in a potentially bad/harmful situation for a better future with ext/curl. The vote will last for 2 weeks and end on 19th of July. Regards Pierrick --0000000000005544aa05e3032d3e--