Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:115624 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 21482 invoked from network); 3 Aug 2021 09:17:09 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 3 Aug 2021 09:17:09 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id A2AE91804D8 for ; Tue, 3 Aug 2021 02:45:51 -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.1 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,URIBL_SBL,URIBL_SBL_A 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-f175.google.com (mail-pl1-f175.google.com [209.85.214.175]) (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, 3 Aug 2021 02:45:51 -0700 (PDT) Received: by mail-pl1-f175.google.com with SMTP id e5so23001163pld.6 for ; Tue, 03 Aug 2021 02:45:51 -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=ppOXqMxhHXW0QKGgPvzSyzehiXG5WP+n13Nc2z9m01w=; b=ETXHPO8enUzusi96o5oVXeEPDiVzh1ZAln3hpHWa8mV8xwlcqwzNUGQoymDLuCZnPY n0ikLVLktnRSHHlniVF27oNKNMePkEBXeR0u1YiorMD8BsevjLFC+n9oJWeEy9T1oJhN KSrtt8qxRLFI0+uMTQzWuj27sCnYEHN1GD8NY4hhTgmhX/AhbWACK0iubvdw74o6R9DJ zstHbfNGE5TLQO94DEs0lmo9bnYJ76ABB5HpPnG2VGvGJvqJ8QXCkeeevLE1u1LhuSjE bzMrq5lkTL+WeP+0fOZePTsPMceyodCkEB0njUnENyV67krT8aXOc/bosSjzhJ3vCQoX Glsg== 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=ppOXqMxhHXW0QKGgPvzSyzehiXG5WP+n13Nc2z9m01w=; b=Fk4ffDycZOiRwLPhDqfgR5+hxgcgVuh3uV0a03j+jL4LTuWOdmKZn4f2AroBVX2Ojn gbTd2X1Lx31+caGDVbkjkfUmA9UjE/c0DP+eFReXfTjvR0HR7t+m6eEqoNPGQRVtNbub MeV/9NrjPVh15N3JtdD6Y/AWL7p4fKw3Z1yBFFLtB/t0V1V0Rbj81r/u4zCdVg0RmQew oKFukYL7D0tliJOImu+Jw6CVDehQcsPXZk6mF5GK2BEyR3Ys1+k2KSjHVue+IcazDnEe qZDD3lFEAjvxXf70Iq03c6XHRo86DExh7UwEToXGvYTRkqSQ5gZIeYbbuiO4FLkZEyXj pasw== X-Gm-Message-State: AOAM53154PEr7AKxBXsgEZ4lC2bMZACObBagrUL+T6Co8uwar2KhJquc OPzAU485zLl5TAHOo9yw+TiJNz5IhYw/BKG22NgTrjeQjDw= X-Google-Smtp-Source: ABdhPJw0oZcN1RwP/cw6gDEcIQHqUZFQ6oHn0ceAvjN1avd3sIIINncDbS+jxyissV+Hh9YTmcaGmkni19h8jS9aeWY= X-Received: by 2002:a63:4710:: with SMTP id u16mr74120pga.232.1627983950109; Tue, 03 Aug 2021 02:45:50 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 3 Aug 2021 11:45:13 +0200 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="0000000000000bdf8805c8a48d6c" Subject: Re: [PHP-DEV] [RFC] Under Discussion: Default User-Agent for cURL From: divinity76@gmail.com (Hans Henrik Bergan) --0000000000000bdf8805c8a48d6c Content-Type: text/plain; charset="UTF-8" fwiw i think no self-respecting codebase is depending on an ini-setting being correct for the ua in cases where the ua is actually important, so the breakage should be minimal. On Sun, 27 Jun 2021 at 09:25, Aleksander Machniak wrote: > On 27.06.2021 08:48, Michael Maroszek wrote: > > That's what I also thought when making the PR and therefore I initially > > went with PHP_INI_ALL. > > > > But Tyson made a good point that the curl.cainfo is PHP_INI_SYSTEM and we > > might want to be consistent about modes inside an extension. > > Another option might be PHP_INI_PERDIR (for both). Why? Because that's > what's used for (similar) openssl extension configuration. > > ps. anyway, right now I'm on -1 for the new config option. > > -- > Aleksander Machniak > Kolab Groupware Developer [https://kolab.org] > Roundcube Webmail Developer [https://roundcube.net] > ---------------------------------------------------- > PGP: 19359DC1 # Blog: https://kolabian.wordpress.com > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: https://www.php.net/unsub.php > > --0000000000000bdf8805c8a48d6c--