Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:124915 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 qa.php.net (Postfix) with ESMTPS id 02D5A1A00B7 for ; Tue, 13 Aug 2024 11:36:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1723549098; bh=D//xqQY0jo52H7vkw/793bxIUS6XITP2rpo11jmZE9M=; h=Date:To:From:Subject:In-Reply-To:References:From; b=n0TUog9uHUtvv9CFK0J+dzsDfqmUPy/Y4m7hZK7Ut+uMorbgvkkroR3yXvnS+DDgZ EvTssy1i/zomA86h2qmbyIduwxdXOPqFvN22RsiXyplPxT9iOdhKkM52YEO/ZSIYW1 0R4PLwEQvhSeycBDJFce5bMDo235VRyY3ix8eMoYEqhA8V0Ym19UCkGYkFuuLHDhQ9 AgCneKcbRO8NCgLaMZcY6XYda4rnJ6exuaXngTcSdT/8u8saKVW+iAOg/vDGf9bzM5 apJgQqspsRIi7oQZzZuzhEwcLld4s1DSknfJoM4B2QkKAxBmi1j0I9yz4sfPJo+kTG fNZEG1g47qyqw== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 511E618007A for ; Tue, 13 Aug 2024 11:38:16 +0000 (UTC) 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.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from mail-40136.proton.ch (mail-40136.proton.ch [185.70.40.136]) (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 ; Tue, 13 Aug 2024 11:38:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gpb.moe; s=protonmail2; t=1723548988; x=1723808188; bh=D//xqQY0jo52H7vkw/793bxIUS6XITP2rpo11jmZE9M=; h=Date:To:From:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=BcPbzB2QuxQPYzKAsX/kW5n1VRL8PVCqG4UV3DzLOfcdAV9Kvtj2VAvuSMYJJrMU8 BTgr1O7n/wJtE/kbAzxe0JY4nEYWhV/9zGu0GmrIk/Akqj4ZEEoSp7bhLYAnh0QASA EivSrgvjHtm2a1M0vUULSIc8eTsAICfS5OKo9Egv9q0TdSm4gSV2IZDdWmToXFV8j+ JOvCauaz6/QqDY/efHi3gcn0ewTIacsps7tC34ToNBGUNUToQSj7hRIjeCFcw/b7MA put6tOQ8GfBQPB/1Yvts9OIDScWVWTDbLe7Xa8ed/f01ezGFg0kM/e6knzGM9QcYae jZgHV4aVeAm4w== Date: Tue, 13 Aug 2024 11:36:26 +0000 To: PHP internals Subject: Re: [PHP-DEV] [RFC] [VOTE] Transform exit() from a language construct into a standard function Message-ID: In-Reply-To: References: Feedback-ID: 96993444:user:proton X-Pm-Message-ID: 305c35c76f4ba0befa2925e0679272641d150e68 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: internals@gpb.moe ("Gina P. Banyard") On Tuesday, 30 July 2024 at 11:49, Gina P. Banyard wrot= e: > Hello Internals, >=20 > I have just opened the vote for the "Transform exit() from a language con= struct into a standard function" RFC: > https://wiki.php.net/rfc/exit-as-function >=20 > The vote will last for two weeks until the 13th of August 2024. >=20 > Best regards, >=20 > Gina P. Banyard Hello Internals, I just closed the vote. The final results are 24 votes in favour and 12 against. Meaning it has reached the 2/3 threshold required for an RFC to be accepted= . This is closer than I'd like, but I guess I'll take it. Thank you to everyone that has voted. Best regards, Gina P. Banyard