Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:108105 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 83092 invoked from network); 13 Jan 2020 00:26:31 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 13 Jan 2020 00:26:31 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id CCC911804F6 for ; Sun, 12 Jan 2020 14:33:01 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,SPF_PASS 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-ed1-f53.google.com (mail-ed1-f53.google.com [209.85.208.53]) (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 ; Sun, 12 Jan 2020 14:33:00 -0800 (PST) Received: by mail-ed1-f53.google.com with SMTP id cy15so6849005edb.4 for ; Sun, 12 Jan 2020 14:33:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=datadoghq.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=UkeDjF/S0D7mqR/3d3Kx8wiSGNqv7Znt7bWpTq1f62g=; b=HnpLCEllX3ODR3Z9GCuI8x5XxEnizuNfdn2HICqjM5Vp6GOOiYeNQoDqTNFX7zjp/m jYFCmgd5UJnLpca0Mtd56+QVXwOnTeNfAw+SqcRPjBmw7RzhTemvjDixusVLPRrqmcV+ lW8xwajdPpW24jkqGcMfaWuvkH+nJoPCmOLyw= 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:cc; bh=UkeDjF/S0D7mqR/3d3Kx8wiSGNqv7Znt7bWpTq1f62g=; b=cASP04m+u3kPYmZxqf761GPg/ClWTKAEqUnjsKO1opNEYB2HEY37sXSmE5ze6O3Vz5 Jih1Dv6wl6Zi21FcaAvDlIfmFg1i6/XH0ra2TNZ09EntcKEYwgYp0AH3Ynii9flZcIkO QA7vyNim9Ft5F+z1wDHlQZzh5HRRm+B3Gzcb6lhBMEvo42hmL80tATeAReDNGM0euMXc /81Q2SGHGF4qBhA4i7fbPFetBQW+NoxdJn3RHPw7z7ycNfK50Ly23ujgO498SsRYVEa/ msaG7cq5lbMemsOBP3gG24Mf5JlcEjFZO07xy0psWZ7oQ7xq1/Mw05wEO54o9lUq8x9H 8hNg== X-Gm-Message-State: APjAAAWqcr7O6OzNZTfTnTFfgXqh8BP99TTYUdKvRd06DRr2lQ59fwbM V/aBt6Um6roOcHHvoNjuKV8KjpIzJrLl2/yVdupIleEmyY0= X-Google-Smtp-Source: APXvYqxzKzL3m1pqMbROlVu7UPg7gcRh+CZiBmnjg1Ydc2b7DuKz+je+9EBf1eb4hOEX1uBi0gZzInGMsQhDFheXmbc= X-Received: by 2002:a17:906:22cf:: with SMTP id q15mr13984923eja.77.1578868376618; Sun, 12 Jan 2020 14:32:56 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Reply-To: Levi Morrison Date: Sun, 12 Jan 2020 15:32:45 -0700 Message-ID: To: Olumide Samson Cc: Pierre Joye , "Christoph M. Becker" , PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] Bump required libcurl version to 7.17.1 From: internals@lists.php.net ("Levi Morrison via internals") On Sat, Jan 11, 2020 at 4:57 AM Olumide Samson wrote: > > Why not the most recent and stable version? > > I'm thinking modern version has many bugs fixed and many vulnerabilities > fixed, even with improvements that make things more faster and lighter... Using the most recent version would make it more difficult for people on supported but not cutting edge operating systems to build from source. IMO, it should be buildable on all major Linux operating systems in regular support using their native packaging system. The oldest supported OS and version I can even conceivably care about is RHEL/CentOS 6 (which is in extended security mode), which appears to use curl 7.19; after that RHEL/CentOS 7 uses curl 7.29. In other words, I recommend against *requiring* the latest curl version and but do recommend bumping the minimum up to at least v7.19. Unless we really need something from newer versions (which it doesn't look like we do), anything newer than 7.29 would just cause friction for people building from source.