Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:122221 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 44680 invoked from network); 22 Jan 2024 13:24:45 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 22 Jan 2024 13:24:45 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1705929928; bh=dlrp158S/bkMPzORIVGEGkjrvLlAtJTPPRhmh1Q2a3E=; h=Date:From:To:Subject:In-Reply-To:References:From; b=nM4J+xn67Z53g7UjDBcuQJFgY86bOoF1RETjHmDKNMx83fqSs3P5+AjyPEYY1F78k VXRLUXrs413aWiCy8WlsF1wyQq5K1R50Tfv6uEdpuf/PIVSNynhcQPAzQxaj2JBqBO O8aCD+voSlxWDzDUDPM88NdWp53uqqKZsmYnjuvPsAHLpO2x3Cxm+eIUU6RmzcUzbN qZHsytDdFzc/l69bqp6qJjHupyPMn/jVoY1xjznEYYTxnWux4JPT8B6bMtAFTVnzoB dUTSbYWxM5D20MTy+z7ZiYkftjd+bRUu2NS5+OEJw0ioa6OFDvetzpZ9EvSy5OiEAA DQ2bxLscCkQtQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 48224180051 for ; Mon, 22 Jan 2024 05:25:27 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_40,DMARC_MISSING, SPF_HELO_PASS,SPF_NEUTRAL autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from xdebug.org (xdebug.org [82.113.146.227]) by php-smtp4.php.net (Postfix) with ESMTP for ; Mon, 22 Jan 2024 05:25:26 -0800 (PST) Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id 4F9BC10C21B for ; Mon, 22 Jan 2024 13:24:43 +0000 (GMT) Date: Mon, 22 Jan 2024 13:24:43 +0000 (GMT) To: PHP Developers Mailing List In-Reply-To: <7c98eca5-efcd-2cf4-0b5e-7bc2ce2be91d@php.net> Message-ID: References: <7c98eca5-efcd-2cf4-0b5e-7bc2ce2be91d@php.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Subject: Re: [PHP-DEV] [VOTE] [RFC] Collecting All Policies Into One Repository From: derick@php.net (Derick Rethans) On Fri, 5 Jan 2024, Derick Rethans wrote: > I have just opened the voting on the "Policy Repository" RFC. It will > run until January 22nd, 2024 at 08:00 UTC: > > https://wiki.php.net/rfc/policy-repository#voting_choices Voting is now closed, and the RFC was accepted unanimously, with 28 for and 0 against. I will add a link to all affected RFC's wiki pages, and other related pages, that the canonical version now lives in the new repository, at: https://github.com/php/policies cheers, Derick