Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:127031 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 648651A00BC for ; Thu, 3 Apr 2025 10:26:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1743675846; bh=tN7HRJeLGsDZOGO84LEkuSRH6jRlF7h47tYbXQs+WpE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=VMn4/dYSMntktI7XtRE3R67XyY+VIOds44DkTiixSHZp5ivxqz2LxSpqTEIwPD03c /TwkS3yHvPLTFuAo98YB/SVsH1yR38hPjpWdBi4WIF1zRwFdop96sf02TnKw7QJHD+ DJcXfBOkjAkBsN2tDMBZ9nyymkyKx5SgmWgxByniSOYG24/G6Ys6yNdaqQJheMKj3o yYanppi0ZdbhsV3e+att+80Q4Xwsp9aihig//iBeWaW/swGcXxalBHD6eEf4eCFOD3 /9TMxo0+KAru2TxHBkX3GK+bqINsNhqhthUtL1KdLLR0pDvYhW2J1jjRrL1fA/TLMi conGaXSwqUn2Q== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id F177318004B for ; Thu, 3 Apr 2025 10:24:05 +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=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (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 ; Thu, 3 Apr 2025 10:24:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1743675990; bh=j8sJsU/hkIiJVsy5GAdzflovLlyrlw8dCy9F/hfSkSI=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=FwFwLklQriXczFZbHxoqRr2pJy8k8nZsl8vpPq4xFZwEpW7V6K3EiJPs+BFEEiwcs PYoE2zeyTYn0wzrh8DXYyNu+4avZ68EcsoJe9vj1iuvRa5JR/Xb3eS3LzT8dswt/QB f4Bwu+pu/U/d4bORb2pHJNkA3L34Rah5uSZNAFjdk6QWgyfREEIttC89/my61jHN3w QeQUiSEkneBzGR3q/vgINiyO+up8Z6hQrN7k328zJd1kV95hIpKvRo89afirfasgt9 rGMAy8JSjMc5s4s2S0D0E95lz+Af60+de7Qw2RPfZTMwFqkY4l+ZrVIVjDTHIMgG1s 197c3Zov3nJ/w== Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Date: Thu, 03 Apr 2025 12:26:29 +0200 To: Volker Dusch Cc: php internals Subject: Re: [PHP-DEV] Re: [VOTE] Marking return values as important (#[\NoDiscard]) In-Reply-To: References: Message-ID: <7d4f724f1287a120f0aaf63ad605faed@bastelstu.be> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=C3=BCsterhus?=) Hi Am 2025-03-19 15:01, schrieb Volker Dusch: > Tim will take care of finalizing the implementation in the coming days. The implementation was merged yesterday and the nightly tests of Symfony / PHPUnit / Composer exposed that the `LOCK_UN` case of `flock()` was not considered when applying the attribute to `flock()`. Issue #18235 was filed in PHP’s tracker, proposing to remove the attribute from `flock()` (keeping the attribute itself and keeping it on the DateTimeImmutable setters): https://github.com/php/php-src/issues/18235 Unless someone objects with that and requests a follow-up vote, I'll send a PR to remove the attribute from `flock()` by “informal agreement” in the next days. Best regards Tim Düsterhus