Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:119853 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 15514 invoked from network); 10 Apr 2023 12:35:51 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 10 Apr 2023 12:35:51 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 7F5BA18054C for ; Mon, 10 Apr 2023 05:35:50 -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=-0.2 required=5.0 tests=BAYES_20,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 ; Mon, 10 Apr 2023 05:35:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1681130148; bh=mcf0ISwfa5SnI1RglzDqDdWUA2wFr+9FjpiPGUSfbNw=; h=Message-ID:Date:MIME-Version:Subject:From:To:References: In-Reply-To:Content-Type:from:to:cc:subject:message-id; b=ABfwTWye2xS2nnMdc6wq/9hOle+J1Q/dtg9YQD0756+g8KxAH5Uk+RKblorxGnYPp nOpVTPNP2XocJ1M91oWy8HXqnhYkIR6p8uHPSzbY+Js/iZq8n/U9SUOxfW+79cCbgd UXKP9oL07C1qXDCY4F795OmorfCYnoppJM0MsJqSyhX+H3Mx12BkC6L7LmUqHLoKUv apfQb35YgydUfxP0C53RhSYkn0nKAOAWHTiHiHkJnzcZSanONkzsRJ3IG5dh36a0+w aR2KTlmLlUCEyJ7qwziZGBnO2fHXqwlRPjS2yXqtqKsSQSxiqzX5e69Iv/1jtQyFvy PTjdlepO/tTCg== Message-ID: Date: Mon, 10 Apr 2023 14:35:45 +0200 MIME-Version: 1.0 To: PHP internals References: Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] RFC [Discussion]: Make unserialize() emit a warning for trailing bytes From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=c3=bcsterhus?=) Hi On 3/27/23 19:03, Tim Düsterhus wrote: > RFC: Make unserialize() emit a warning for trailing bytes > https://wiki.php.net/rfc/unserialize_warn_on_trailing_data > > Proof of concept implementation is in: > > https://github.com/php/php-src/pull/9630 The minimum 2 weeks of discussion will be over in a few hours: I believe RFC is fairly simple and the proposal is well-explained. The comments during discussion were generally positive and no new emails came in since day 2 of discussion. With regard to the request of making this an exception, this will not be part of this RFC, as I explained in my previous email. I've also added that to "rejected features" within the wiki. With that said, I plan to open voting later this week (likely Wednesday, time permitting), unless any significant commentary happens in response to this pre-vote announcement. I don't plan any further changes to either the RFC text or the voting widget title. Best regards Tim Düsterhus