Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:115149 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 70938 invoked from network); 26 Jun 2021 07:01:28 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 26 Jun 2021 07:01:28 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 1C82D1804C3 for ; Sat, 26 Jun 2021 00:20:39 -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.40]) (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 ; Sat, 26 Jun 2021 00:20:38 -0700 (PDT) Received: from localhost (unknown [127.0.0.1]) by ext-mx-out002.mykolab.com (Postfix) with ESMTP id 72060CFF for ; Sat, 26 Jun 2021 09:20:36 +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=1624692035; x=1626506436; bh=vsq9uUzcO1hdJ39wxDm Ub6wFpFwrUHl/Gt2hEE4t/wQ=; b=rNrBJZlCyw8hulFFLjXMDMXPbyplTG7dClf fpnPYt5Q3wJsioCfVSfh68ms6Rb7JVpYz2jyPMX91CtDY+k0Q96m42Jm6won3jsT qucFJDEdrqGGpGVhqoOwVtCMHR0XQhrK9rj17DRn3rC0xbn5zsEVdeLOOr0z/tCJ o5pXPaTQtSm05lXYwUJcilXdLJCAr5GJhfg/T1Yhe84klmLhYIt0+XwWMdzNtIdy QYqGs6mxcWDrgsFm8WYutDktcDtxuloLC32DsZgit/5RMRwLoLaW5meAVKloOsxv SV+DWkmmBFidKIDUhml5YML1YXgFEe3q1myM1tZjdUzTNUgR/+3flUAZVdBRbqRh 0/wq99wVEdkoiEFjTC2FjY1vGrviz713JAR279qHbUKMRAlD2gDrXN56ZZ/f6hIi YhIlDngDs1L7Lmlp1QblX7hVCck9DR3ctmeJA1hlsTQuABtROMEPTvmlGn6thD25 hVi3yukIJG3IjXu3fd6WX0ezJHG2iD1BqWhm3yhEEFYN0ODbum3jW8/Bgza4COp9 3DPVsTqIrpthIYxMkoa9PEGiumZrM2AYYhHiuUcz4FGh9P2pkb7SsE2g5K25sPlk ISe8vZBRFDKOKQlE/RlbRnJuDU2Y0yslcl98BTpavPcLNeDDjQlPB7nt3yTjjyzZ lbKcbDT4= X-Virus-Scanned: amavisd-new at mykolab.com Received: from mx.kolabnow.com ([127.0.0.1]) by localhost (ext-mx-out002.mykolab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 640l1y245ZfI for ; Sat, 26 Jun 2021 09:20:35 +0200 (CEST) Received: from int-mx003.mykolab.com (unknown [10.9.13.3]) by ext-mx-out002.mykolab.com (Postfix) with ESMTPS id 716FAC89 for ; Sat, 26 Jun 2021 09:20:35 +0200 (CEST) Received: from ext-subm001.mykolab.com (unknown [10.9.6.1]) by int-mx003.mykolab.com (Postfix) with ESMTPS id CC31F2763 for ; Sat, 26 Jun 2021 09:20:34 +0200 (CEST) To: internals@lists.php.net References: Message-ID: Date: Sat, 26 Jun 2021 09:20:31 +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 25.06.2021 16:33, Michael Maroszek wrote: > > Please have a look at the full RFC: https://wiki.php.net/rfc/curl_user_agent > > There is one open issue which Tyson raised to find the correct mode for the > ini option. Either PHP_INI_ALL or PHP_INI_SYSTEM is currently being > discussed. See here for all details: > https://github.com/php/php-src/pull/6834/files#r628774432 The existing user_agent setting is PHP_INI_ALL. Please, don't make it different. Imo, the fact that curl is not using user_agent setting is a bug and should be fixed, even with BC break. We really don't need another setting. -- Aleksander Machniak Kolab Groupware Developer [https://kolab.org] Roundcube Webmail Developer [https://roundcube.net] ---------------------------------------------------- PGP: 19359DC1 # Blog: https://kolabian.wordpress.com