Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:120141 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 30697 invoked from network); 27 Apr 2023 07:34:32 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 27 Apr 2023 07:34:32 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 60C1B180503 for ; Thu, 27 Apr 2023 00:34:32 -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,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS24940 176.9.0.0/16 X-Spam-Virus: No X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 27 Apr 2023 00:34:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1682580869; bh=jdWRh8kQVkRILlJQit4uncDYxyL6wmkoC0b76lYpEWE=; h=Message-ID:Date:MIME-Version:Subject:From:To:References: In-Reply-To:Content-Type:from:to:cc:subject:message-id; b=otrEg7Knr+NhBbWAtpzby+a2yMl8cU58OUKEx+/R2czjm6bSjwQUZoNV7HYyOUhQY fTPSAEf2nl08olbS8pUT+72ncg/m5Swh6p8xquKJdEQkO7AiCMqrBjqGv53a8/sA7k g3YZsdTYcJwEEbPf1PF8lKz1Dz0E6fsuVcvivr350Q3RyDDSzZWCN9f8GPodO3KEvS 5sfnYOLsHJ8SqoU/oDqsidPyQ+EV4KeI6BOHV0fPWHnlUptjE3orrkM6aJy5sT74ts wWQnTZnOVHWLJUgArsKuAWVJ33+rTAvTWp+zmZUiCltvsoz2WTdD77SDWAeLTG1clQ ImEUSdnmDmOYQ== Message-ID: <8569c038-e531-c25b-0a97-f01eb23ab9b0@bastelstu.be> Date: Thu, 27 Apr 2023 09:34:27 +0200 MIME-Version: 1.0 To: PHP internals References: <91d716c6-8136-cd54-8d13-209fe28a2ebb@bastelstu.be> Content-Language: en-US In-Reply-To: <91d716c6-8136-cd54-8d13-209fe28a2ebb@bastelstu.be> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] [VOTE] Make unserialize() emit a warning for trailing bytes From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=c3=bcsterhus?=) Hi On 4/12/23 09:59, Tim Düsterhus wrote: > I just opened the vote for the "Make unserialize() emit a warning for > trailing bytes" RFC. The RFC contains a single vote that requires a 2/3 > majority to pass. Voting runs 2 weeks until 2023-03-26 08:30 UTC. > Whoops, I forgot about that yesterday, but luckily the results were completely clear: The RFC was unanimously accepted with 20 (yes) to 0 (no) votes. Best regards Tim Düsterhus