Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:118185 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 69745 invoked from network); 4 Jul 2022 21:44:50 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 4 Jul 2022 21:44:50 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 25D83180211 for ; Mon, 4 Jul 2022 16:37:28 -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=0.2 required=5.0 tests=BAYES_40, 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-pj1-f51.google.com (mail-pj1-f51.google.com [209.85.216.51]) (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:37:27 -0700 (PDT) Received: by mail-pj1-f51.google.com with SMTP id cp18-20020a17090afb9200b001ef79e8484aso3586955pjb.1 for ; Mon, 04 Jul 2022 16:37:27 -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:references:in-reply-to:from:date :message-id:subject:to; bh=/3xM5IBAg1X/7ApsSzt4JIPVJJEjmxQ6vf9vYlmVgaM=; b=Brn+hfI1CQhMr52v/gQw3OwuehSHI2jiR/q7ZOWh51Meqsc4HfLiZ8Oiro1o/BRxvD p7+5QADaD/Gstq9vAQPdl0L/aLsHpuQwP8XBEivyV1BNu9FAzTA0jx0DsfiKc7VpksCB WBkD1IPRmYMm0dvE0sX1Qdo/KPvUc8pR9cK0UB+lC1PUIYqXL6Iy0n1j0939T5yBOyPv ETK4k2njvCsRVR9yQymmnmejUzcjOM6xSD9rkJ48dQrBOzsrAHtjqnX3bdL3OiBCrBTW SvCNWfHN/NnAhJ7OqLo+afnxrLplTnXQk68d/SHzu7efISmKkG+IkOM9/XO5vQuCky1V AR5Q== X-Gm-Message-State: AJIora/L1jpHNTvmpFcT5RfaPXSugHH8ayoZo7AERwnMu306A5KokcpS o06xA6QuLTP9vt6gZTxXvbLq2lB+AH3BHem0fsCb7uCxu1p2Gg== X-Google-Smtp-Source: AGRyM1urjc91/yftDf1Btr9BPel+pZwMbudUmThVW/rEevucSpMNaOjV6ZAcOF+QBgI6mRSjjGRqoSu2Wwx6Xgm6Nxk= X-Received: by 2002:a17:902:76c4:b0:16a:deb:c0ae with SMTP id j4-20020a17090276c400b0016a0debc0aemr39534425plt.22.1656977846213; Mon, 04 Jul 2022 16:37:26 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 4 Jul 2022 19:37:15 -0400 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="000000000000ecba3705e3033781" Subject: Re: [RFC][Vote] New Curl URL API From: pierrick@php.net (Pierrick Charron) --000000000000ecba3705e3033781 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Sorry, I forgot to include the RFC Url : https://wiki.php.net/rfc/curl-url-api Le lun. 4 juill. 2022, =C3=A0 19 h 34, Pierrick Charron = a =C3=A9crit : > 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 featur= e > 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 > --000000000000ecba3705e3033781--