Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:115165 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 66909 invoked from network); 27 Jun 2021 07:06:20 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 27 Jun 2021 07:06:20 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 7D9E51804D8 for ; Sun, 27 Jun 2021 00:25:46 -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_00,DKIM_SIGNED, DKIM_VALID,SPF_HELO_NONE,SPF_NONE,URIBL_SBL,URIBL_SBL_A autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mx.kolabnow.com (mx.kolabnow.com [95.128.36.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Sun, 27 Jun 2021 00:25:45 -0700 (PDT) Received: from localhost (unknown [127.0.0.1]) by ext-mx-out001.mykolab.com (Postfix) with ESMTP id 0B29BE88 for ; Sun, 27 Jun 2021 09:25:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kolabnow.com; h= content-transfer-encoding:content-language:content-type :content-type:in-reply-to:mime-version:date:date:message-id:from :from:references:subject:subject:received:received:received; s= dkim20160331; t=1624778742; x=1626593143; bh=NxXY9eXir6x9Oiww2Tc 2iPl+OoDwE0TrfI05Cx1yVdU=; b=Fydte8Tr0/ykzKEDZvz6l68XBvt7hb2uxub Dmwi8TemCHB2bx3SmwHOpR40qZRtsWpCV6VBB9h3xQ/QzJA2Od8pEMbssvEiC9tN fTvL0CAdfM8YOGPfninEC5CqqByXD72RUVXc5NljeNm6xlslNitQTKFDBmSnZasy BPi/IFTGWEHOJbOj7aYGPc9WrVGQYRb7uuZYN92SmF1Om+n88RkzCZ7wDC2r0Bla 3mQdB6Bunyyn8XI3E2X+cTyVZ2sFlFNwPYqwemerKFBJD8PAXu8wOFIkcbbjzJJm C9lWMxV3VchsuShBfGGWgQ52Vu051zNpkVCS3lz2nikwHX1Gi1/XwPfU48IoGq+b hezJE1/7jY2SRi/e41mvasJnvzbKqtx38xvHoIpDmoe9cik1kxuwwNEZlgG9z1IY 2JkyOvXNYXZ3MOm/n5gOwctgW2XPDji1aEJS3BiwAjn31CsmK+WPCNxcMqoPfsu0 H9mt1cdQx9FMDi4LjSM7seye9roI/3Cnc6/ba4bbKNTfEnlCOyvvOGfHPyPu2R4b R2awXRYIuOKUBiufKny2vWzBoYrR+2UvsWXMRvBNbXPqXpoQO5OpLCw6WccZGS7y Y63WtcE6XnR4Sq21+8dYOrFxKTWG2aVRhdOTB6mBrVTAJtmbHOftBoQ0e5nfERPZ hsuCaXws= X-Virus-Scanned: amavisd-new at mykolab.com Received: from mx.kolabnow.com ([127.0.0.1]) by localhost (ext-mx-out001.mykolab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8NS-1ihADB6z for ; Sun, 27 Jun 2021 09:25:42 +0200 (CEST) Received: from int-mx001.mykolab.com (unknown [10.9.13.1]) by ext-mx-out001.mykolab.com (Postfix) with ESMTPS id 3C3B8AB0 for ; Sun, 27 Jun 2021 09:25:41 +0200 (CEST) Received: from ext-subm002.mykolab.com (unknown [10.9.6.2]) by int-mx001.mykolab.com (Postfix) with ESMTPS id 7577149A for ; Sun, 27 Jun 2021 09:25:41 +0200 (CEST) To: internals@lists.php.net References: Message-ID: Date: Sun, 27 Jun 2021 09:25:38 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Under Discussion: Default User-Agent for cURL From: alec@alec.pl (Aleksander Machniak) 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