Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:118026 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 55028 invoked from network); 20 Jun 2022 20:10:19 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 20 Jun 2022 20:10:19 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 3E7F21804D4 for ; Mon, 20 Jun 2022 14:59:25 -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.7 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,HTML_MESSAGE,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,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-lj1-f177.google.com (mail-lj1-f177.google.com [209.85.208.177]) (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, 20 Jun 2022 14:59:24 -0700 (PDT) Received: by mail-lj1-f177.google.com with SMTP id b7so13376297ljr.6 for ; Mon, 20 Jun 2022 14:59:24 -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:cc; bh=AklvxbVm5Y6lhyfm1RIqb9GZ1y+92FweBBC5OGyGF0g=; b=q3mk1DvukexXAhKZLbdlONeoSYoLP7ArriLfhSQ5NfKmNUaX3ubfiu/uw4Dqw1QoHx R0Ur13Cbcm9FUWuYXWh29Z9bsx3hZNjfJGW84beIO4hnYbuHNtoH/GyEb94kr1F1oH6i k9fpWAiMTApFVJPWVD/8uGms3GVSLR0nfMUR8dt9pBuGVtVis7Rmh7hzJxKWHjjW/r/1 ldaJFgIHzQOhGe8GDTOQJWD29kWdbeNQlzyuh+XYaxJY4UkEELC4arlgEyarIB5nnV8p FIPKo2WpMmOeFq0ArFw64riUrDHk5xZY8+M2T9uNz9jy01uZpRG2qqhkyPSaHgwRcF+D Wn3Q== X-Gm-Message-State: AJIora/TjWUnANToo9nIlXTJKz0+4pNWkWFskAA3KnJewMe/z5FkTdqB guvxlxTfGRLsXKu3lb5aEu3CKfMauJmFHHMxos6G1A== X-Google-Smtp-Source: AGRyM1sHxI8E+DyQ6ip223ZDdXIeA/g5D6RIGEEmJeyxhl0ns12+I0o1p2g/BCmfetXNK6ItV5s2c2fNSNSl8NmZn4Y= X-Received: by 2002:a2e:b8d1:0:b0:25a:642d:d65c with SMTP id s17-20020a2eb8d1000000b0025a642dd65cmr6022956ljp.108.1655762363204; Mon, 20 Jun 2022 14:59:23 -0700 (PDT) MIME-Version: 1.0 References: <76FA5161-16C3-4570-9EF8-B75DF2E6530A@gmail.com> <5758628b-197f-000c-bfbf-8b6884b11223@gmx.de> <6d24947d-e004-1354-a608-b344b4f151a5@gmail.com> In-Reply-To: <6d24947d-e004-1354-a608-b344b4f151a5@gmail.com> Date: Mon, 20 Jun 2022 17:59:12 -0400 Message-ID: To: Rowan Tommins Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary="0000000000007de05a05e1e83782" Subject: Re: [PHP-DEV] Discussion about new Curl URL API and ext/curl improvements From: pierrick@php.net (Pierrick Charron) --0000000000007de05a05e1e83782 Content-Type: text/plain; charset="UTF-8" > > > I haven't read back through the thread, but my impression was that *for > the curl URL facility specifically* the opposite was the case: a simple > object with no procedural equivalent would be everyone's preference. > CurlFile provides enough of a precedent for adding that IMO. > +1 > > Either way, we have to agree on some naming details, so I've left some > comments on the PR. > > Your suggested names were good, so I used them except for `NON_SUPPORT_SCHEME` that I replaced with `ALLOW_UNSUPPORTED_SCHEME`. > (By the way, the PR you linked is to merge into your own fork's master, > not the actual central php-src repo. Not sure if that was deliberate.) > I didn't do it intentionally. Sorry about that. Regards Pierrick --0000000000007de05a05e1e83782--