Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:116669 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 64910 invoked from network); 17 Dec 2021 13:03:03 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 17 Dec 2021 13:03:03 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 1AA65180507 for ; Fri, 17 Dec 2021 06:05:46 -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=1.3 required=5.0 tests=BAYES_50, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, HTML_MESSAGE,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-ed1-f44.google.com (mail-ed1-f44.google.com [209.85.208.44]) (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:05:45 -0800 (PST) Received: by mail-ed1-f44.google.com with SMTP id b7so8257633edd.6 for ; Fri, 17 Dec 2021 06:05:45 -0800 (PST) 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:reply-to :from:date:message-id:subject:to:cc; bh=01l3JnsK+NzMvnYvrpHBfeHFY2sGPprPYcPEVx0ZouY=; b=P8/iHsjy8FDpDvwvNuxJDROvC2KqL742u6W35l85Vgu9bFA7JolEeT3DLMDqcgq6wX cp6qrdvhU9gTOEs5tPC4lefXiP7HHn3avGAr9/fIvMw1gl1S2XlAzwbw3h1rxeKMj2Bo Q1j8h71XhDSdGu4nj2wguav0P6+3noN8LfNG1LQjVAI41gYyZ9sBhVRe7wsdP7y+gUNW 4OB+WoEKubuT91X2Z93O3iUOakPiip46mq1QALYpqopONX3lJGSp+YrWdHDnOzE7owET zoSO6Tv1/rD0+E0GmW8X12XrvtOhX/T+agbq+CzNEnczOXyfuDepJVVCqyERIacohfi4 VU8g== X-Gm-Message-State: AOAM531+g3huqzJQQq4OePgD3a+G5HX7Lx5f7y8ixaVeQWK+2To7M3+P DbVi5gDb4dEB0XlzjUYL0A4z79xY63v/6Q== X-Google-Smtp-Source: ABdhPJyMTDvg38zg9OXPhML33y6WvLky2qfAPzR4P1+XcOvQw4GaM2q1NlIbwgJ9KGEfUSnx3NnWmQ== X-Received: by 2002:a05:6402:1203:: with SMTP id c3mr73039edw.253.1639749944234; Fri, 17 Dec 2021 06:05:44 -0800 (PST) Received: from mail-ed1-f45.google.com (mail-ed1-f45.google.com. [209.85.208.45]) by smtp.gmail.com with ESMTPSA id mc3sm2869602ejb.24.2021.12.17.06.05.43 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 17 Dec 2021 06:05:44 -0800 (PST) Received: by mail-ed1-f45.google.com with SMTP id o20so8165216eds.10 for ; Fri, 17 Dec 2021 06:05:43 -0800 (PST) X-Received: by 2002:a17:906:3545:: with SMTP id s5mr2857457eja.239.1639749939590; Fri, 17 Dec 2021 06:05:39 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Reply-To: james@asgrim.com Date: Fri, 17 Dec 2021 14:05:26 +0000 X-Gmail-Original-Message-ID: Message-ID: To: =?UTF-8?B?SG9ydsOhdGggVi4=?= Cc: PHP internals Content-Type: multipart/alternative; boundary="000000000000ab7b9105d35808c5" Subject: Re: [PHP-DEV] Surveying interest regarding CMake From: james@asgrim.com (James Titcumb) --000000000000ab7b9105d35808c5 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, 16 Dec 2021, 17:53 Horv=C3=A1th V., wro= te: > > I'm writing to you to find out what the reception here is regarding the > idea of moving the PHP project to build using CMake. > I think this would be a great move overall. Would the CMake build chain be backported? I'm assuming not, which means extensions who support older PHP versions than the one that introduces CMake will need to support autoconf for as long as they want to support those older PHP versions, I think? That isn't a deal breaker for me, but a guide on adding support for CMake would definitely be appreciated and helpful for extension maintainers IMO. But yes, overall great idea! Thanks James --000000000000ab7b9105d35808c5--