Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:116607 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 32397 invoked from network); 9 Dec 2021 18:40:32 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 9 Dec 2021 18:40:32 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 9568A1804F8 for ; Thu, 9 Dec 2021 11:41:18 -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.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE 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-ua1-f44.google.com (mail-ua1-f44.google.com [209.85.222.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 ; Thu, 9 Dec 2021 11:41:17 -0800 (PST) Received: by mail-ua1-f44.google.com with SMTP id p37so12802822uae.8 for ; Thu, 09 Dec 2021 11:41:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=basereality-com.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Hc21lDN7Rosd0IdNaFQ9zfXFWx/OVCzGqTRNKKdm8x0=; b=aji6GSKMvwwgHzd20KFMSRU83GiPjQGSk/VisIg+NoJq4+5GOBH4NgdZplp4BnpN5p XG37V2yKZaBkpbuI+mGeJ3M6ET0AdtSIfUFCOzP+VYBkdU4tlo16Vg0fNEnbjIqos9ZP MSkSUY04W6Pk5KdXzV6ExYTgkFdjjJEPdT5GvGiPYS2wDMFf3Gx2x27X6D8VO2U+X6vz 6q82GrLbuk1iAZ2wW1vo5lGA7gr2djXrwTrU1iHuMlmLq5rFPrH8BEACws8B/NyZg33b OfUeELGmlROQ//Af3XZD4mKNWADhxyiGnyK7mFS7YwhO3tW1VeJW9V9F/b9hg7tSDfLP Cgaw== 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; bh=Hc21lDN7Rosd0IdNaFQ9zfXFWx/OVCzGqTRNKKdm8x0=; b=mPqoiayKcxsCP1dEusHek2eaCRv6DUjs9DuOaQa8/4y81nloVaoc+JdFe62M/lHnAD N/TaynlrYB96F8+T4dzIL0jK6gKHXoP8mocfpjF3OSqIQCaLua5j4zTqiW9ZZNn4tmWx gqNDonNxkP9ACAp/7CGyt6yguHK0B0HybmX0uqMSqqcBpGD5O30eDN+5eZExqn7itTPy dybsHzdI5970R/Ozgh9+TV5cATr9xhCxYtqgJjvf2+Y26CN3x27JfIMIBIDHcmbUtE6m ILwYVoMfQ+bc//FNS5aCjvfubnj2XFney+vaA+lUcjiabsMxn4ff7+32WiLKPoSvt4bV COFQ== X-Gm-Message-State: AOAM532dNCXk1+tRIo9xa5sv4mB0miSPJIJmcpgaow+yw7/iPFNZX96z a7JlFNUQ6PMDLKjsgb1u78x+/Cn20tJnG/ruPf6lHQ== X-Google-Smtp-Source: ABdhPJyp2vmG9HiyEJFoNlDUOsNTO0SnMMiGnbgWQcvhj2vwqt9CFq4IeG4pz2+iVZw3DGY+gEQVpdghMB8JbraUiA0= X-Received: by 2002:a67:e18e:: with SMTP id e14mr9567142vsl.49.1639078876984; Thu, 09 Dec 2021 11:41:16 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Thu, 9 Dec 2021 19:41:06 +0000 Message-ID: To: David Zuelke Cc: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] Why do PHP 8.1 extensions need PHP headers during make install (worked in <8.1)? From: Danack@basereality.com (Dan Ackroyd) On Thu, 9 Dec 2021 at 19:28, Dan Ackroyd wrote: > > Is this intentional? If so, could someone explain the purpose of the change? > > Probably to make the build process less flaky, by explicitly checking > dependencies, so that there are fewer instances of "stuffs not > working.....I guess I'll do a make clean and see if that helps". > And of course I find the commit just after sending previous email: commit - https://github.com/php/php-src/commit/c4d508c2bc09860bfa15b7f520e0ba68425acfc1 reasoning - https://github.com/php/php-src/pull/6693 cheers Dan Ack