Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:115473 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 62095 invoked from network); 19 Jul 2021 07:07:04 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 19 Jul 2021 07:07:04 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 6525D1804F4 for ; Mon, 19 Jul 2021 00:32:00 -0700 (PDT) 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,FREEMAIL_FROM,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-Virus: No X-Envelope-From: Received: from mail-lf1-f43.google.com (mail-lf1-f43.google.com [209.85.167.43]) (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 ; Mon, 19 Jul 2021 00:31:59 -0700 (PDT) Received: by mail-lf1-f43.google.com with SMTP id 8so28555133lfp.9 for ; Mon, 19 Jul 2021 00:31:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=/rYQF6FSlcLZTkYKWL7XOJhSl9yTXxYx5753IX4m+QI=; b=THaeUUOjXOOh4pJV568KQxg1r3ahIZqR69gXU35rkJGCGLJhM0Qh1e+fLsqu2ZUh20 RRIXbhvNylufu4hf/K4hJms3tmil1c8aZrzRpg0mepSifg2WaJs3J138JYGruqv6iC1B dtHTsQzHpTj9cTbEq5a60YWJgZ+lniASFZYAZTNJhPLdt6rv1r+wdths44WKIRcpb2SS RK9OmBAaTpiuns0jsvZy1WdCU5QNphdN0BIfgMgs9g3sfBYZohQGRBm4J71tnrVmmCIy z0AgvNURtoXaD8MpmD68EhowRqYCxwQpuXJndxyKZqQWYsiQWbjP6M64IpwSTTWsNZXm 9Vgw== 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=/rYQF6FSlcLZTkYKWL7XOJhSl9yTXxYx5753IX4m+QI=; b=Gn3mpKUcVGMsbLLd0elPHZ7stlhBZ+l5CLFSOwZNgsG/cKYiAC+drBH+WDr8ZoZ8Hg 9sTB2TLzqXTM0j/RYL0d8n3WTqLpbZ02b1+uQpOPRc9NOw0D5Pt3joNkI7+hG6v3VWFO nCicHl+rtam7a+92jX17jsMzJ67lIdGXkRcSaQobQkfv/P1cTpDuIhrPVrdov/ZJwPsf wRM/SnjVwYH7QZpzUpUKJPS2JuZlfjWwBil0WBYYvUl4bVE7nOXC/3tKQgTYd0GH+x6A P2/JLdQn/sx9QTY71zuVHPJBK8xU+v0ddeoY0dEeDT4M6m7TBFe1dmiKHkL58iD5wcZ6 QWoQ== X-Gm-Message-State: AOAM532Gsh9+phjMw/NBF7z9YYwmhtEahrfKyXfbqAqxYcpSYxNNoHVC PGqvnDJspibK8MeldrxYCV8whamWwfgLoK+JGIE= X-Google-Smtp-Source: ABdhPJx7pguK0md0rI0md/Q0L5eMmyiF6UNmGL8CVn2zX7aowEXKSR2iY5sFRK+zaQOhpwQXig6FSAAymE3Pr4FAooo= X-Received: by 2002:a19:9150:: with SMTP id y16mr13170883lfj.638.1626679916996; Mon, 19 Jul 2021 00:31:56 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 19 Jul 2021 09:31:41 +0200 Message-ID: To: Mike Schinkel Cc: PHP Internals Content-Type: multipart/alternative; boundary="0000000000009db32505c774eeaa" Subject: Re: [PHP-DEV] License for PHP 8.x? From: nikita.ppv@gmail.com (Nikita Popov) --0000000000009db32505c774eeaa Content-Type: text/plain; charset="UTF-8" On Mon, Jul 19, 2021 at 5:56 AM Mike Schinkel wrote: > I was just checking to see what the license was for PHP and this page[1] > states: > > "PHP 4, PHP 5 and PHP 7 are distributed under the PHP License > v3.01, copyright (c) the PHP Group." > > Can I assume that PHP 8 is also distributed under the PHP License v3.01 > and that this page on PHP.net has just not yet been > updated to reflect the existence of PHP 8? > Yes, see https://github.com/php/php-src/blob/master/LICENSE. The page should be updated to say something like "PHP 4 and newer". > -Mike > P.S. Relatedly, if someone wants to publish code in a GitHub repo with > intent to try to have it included in PHP what license should be used? > Would BSD-3 be appropriate? > While both MIT and BSD are compatible, it's generally preferred to license it under the PHP license. This allows free code movement within php-src. Regards, Nikita --0000000000009db32505c774eeaa--