Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:130186 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by lists.php.net (Postfix) with ESMTPS id DE42F1A00BC for ; Fri, 27 Feb 2026 12:20:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1772194846; bh=WFbSrsIbHqyNNTqdChTLvGZJxexgcvC+tTEWCnBQIlk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=iTM/lNBCAt/Gm9i1U3mApXnoPozNNjv1gHxjQ64fo4n5p37m4PwaJUdK3amhTD3sG YPmEJakENSTwZPZQs5eppdQRnDdlKZPRoBx6DqDHalG2ApmPXkZbMHgk7WngpJA3R6 pNSKKC8Mj0IAX2l1DcEDjG11JHcqLgVmRV30TOUer+M+j0Wdz3B/u/gSzDwao9BxTE Thzj/46zCmOKT/+mSJ1tXpfF55f9r6MxNh+1L5zy6+2ZO2nC9H6tdJxF9ep/huI8gb 3dBUGdCQiuQkr/XxY1x32PTcq/FeznbG7XwsLxW9RKb/vgDbJfce0y9rCdZoWU9UmV /5FrNzfotI7Og== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 9DB4E18007E for ; Fri, 27 Feb 2026 12:20:39 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=4.0.1 X-Spam-Virus: No X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 27 Feb 2026 12:20:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1772194833; bh=ZRIChz08V7gMLIwHFOC5rOSnFBIF4u7k1u/0DA4bBhk=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=Cr8y6OkBn06opJqdpxAUPKxbqYizW7TLCZRQbwLaCelwxXN1J15YJf9SCfWrkefbq KIHMFxqChrRJ5F3C1juqUAH1d4Ut9n8Sjui3YcstLorAMcPMVEfe92zIMEASnbbfiK ra62YA3tDHU0m2bnW4gI24OISBtBQu4btaRW5JV39p57NytytC/d/vkhXAJ7gzLcFL e3oBF1sQGSdQVJCZJihFve9buOZikeMoxE1sZu0Qyx0PJD3NEBvNcY7LWWqbBLo8gw Gf8YIT7jdIVi8DjXmu6KoXzRaKVJGbbopWoa9kFLsr3Wv4Vryr62IRfsbGyQ4vZrug Yfq8oucRIxAug== Precedence: list list-help: list-unsubscribe: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Date: Fri, 27 Feb 2026 13:20:32 +0100 To: Ben Ramsey Cc: internals@lists.php.net Subject: Re: [PHP-DEV] [RFC] Updating the PHP License In-Reply-To: <20260227044731.8AAC61A00BD@lists.php.net> References: <70DC3FB4-C98E-4C79-AB2C-F2B65AE8B9F1@php.net> <20260227044731.8AAC61A00BD@lists.php.net> Message-ID: <932849a166a6b7aab853cc895a95e37c@bastelstu.be> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=C3=BCsterhus?=) Hi Am 2026-02-27 05:47, schrieb Ben Ramsey: > The important thing in this message is the link to the Zend consent > letter: > > https://static.ben.ramsey.dev/php/rfc/license-update/zend-technologies-php-license-consent.pdf Thank you, this is great news. As for the two consent letters: Would it make sense to push the two PDFs (Perforce and PHP Group) to the policies repository at https://github.com/php/policies/ to make them permanently available to the PHP project (i.e. independent of your personal web host)? The policies repository is probably the most appropriate location to store them. Possibly in a “license” subdirectory that also contains a `license.rst` with instructions on how to correctly apply the license to newly created files (i.e. the “New X Source File Header” snippets from the RFC). Best regards Tim Düsterhus