Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:116670 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 66416 invoked from network); 17 Dec 2021 13:10:44 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 17 Dec 2021 13:10:44 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 1C567180507 for ; Fri, 17 Dec 2021 06:13:27 -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=-0.2 required=5.0 tests=BAYES_40,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,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-yb1-f175.google.com (mail-yb1-f175.google.com [209.85.219.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 ; Fri, 17 Dec 2021 06:13:26 -0800 (PST) Received: by mail-yb1-f175.google.com with SMTP id y68so6880147ybe.1 for ; Fri, 17 Dec 2021 06:13:26 -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:content-transfer-encoding; bh=em0Ov61XuGAjbdDqk7lldyQ/BhLkJSH0cTRDFqn9CmY=; b=QqPMt8Me/8NBDGLsq1KBz/5yv4gAxKUor1ghq46dg/d5OuSF840kgHFCQvbObpZBnO Tyo59ODHPSxOlhDvglKVa5vBfFzXmgxgdCmAwGkKY2937WeCfKdysDb7A5X1Wut3LJBi SdEXQdIFJV3fPQYXuFGDB5GFaaJ019x3MDTD4= 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:content-transfer-encoding; bh=em0Ov61XuGAjbdDqk7lldyQ/BhLkJSH0cTRDFqn9CmY=; b=qfauBiS7VzR0+FzSGgohhDG/wdTJgAk4qFRNavp/j9mcqoTqJEvF8p3YNZXc+8nKBD QL0qSIHBawgSAdpqYazSbyjt+HiLezSoueoHUAaO1qqACC0l3cbXgexYrRMhhme4TLmv vdrEE1THGMt4vpxdmILKrK5+ACoyuN3KcVNcwwAdeJSehCET1v68xC95IEyGI/W7gpH4 QHbUovl82IPy59Optx1ijWFUGy8RyzwDN+Ct4ASz+BA5naozM+foZ9PDrk3U7Tz58MH2 MlEFWIGmfQyO6JEfHpLM8WOralHD77RVa52ELluavNSrFGJ6kjNTasnm2YMhshgqhnaR wd6g== X-Gm-Message-State: AOAM5324oofDE2vlQEFzDRbRGWRxJdU8IaDTkZb/gY6UGq+gFaIUlMXf FVhch+NgcIi7tj3vbvt+HpZFQvJx9zldIUwNR+Nh5w== X-Google-Smtp-Source: ABdhPJz9EsbhJzpZbp+U2smALV/JNUHQF+ze/B8qhfh/W5hBGZsut/haBmR15KoDOzgWtFrhlCanM8oInLtMFjDrjbY= X-Received: by 2002:a25:148a:: with SMTP id 132mr4301635ybu.251.1639750406000; Fri, 17 Dec 2021 06:13:26 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Reply-To: Levi Morrison Date: Fri, 17 Dec 2021 07:13:15 -0700 Message-ID: To: =?UTF-8?B?SG9ydsOhdGggVi4=?= Cc: PHP internals Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Surveying interest regarding CMake From: internals@lists.php.net ("Levi Morrison via internals") On Fri, Dec 17, 2021 at 6:49 AM Horv=C3=A1th V. = wrote: > > One thing I forgot to ask is what minimum CMake version should php-src > support in its build scripts? For reference, please take a look at > repology.org for the packaging status of CMake across a lot of software > distributions: https://repology.org/project/cmake/badges This is way too early to decide this. This is a decision to be made when we're actually ready to try publishing it for regular consumption (not for the people developing it). For the sake of just sticking a number in that place in the cmake file for now, I recommend 3.16 as this is what is in Ubuntu 20.04. It may take us a few months to develop the cmake system, or it may take years, but hopefully not so many years that Ubuntu 20.04 becomes irrelevant. Better to downgrade in the end if necessary.