Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:130538 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 lists.php.net (Postfix) with ESMTPS id F16F31A00BC for ; Thu, 2 Apr 2026 19:19:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1775157562; bh=dnBpxa41wgAnueitXO9O72AnEh2W4NAGZtEzv+UM7MQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=O2cffE+LDfnnNsWaKSP1bgrESsbuHjfcfqTChXwtFBDkwg6POVXCNGGql+t1Df3Zx gzItC5WRQJyM93cVSQmxMttUn6x1bspK3YGnVEs+lI8JjMF54El8eVKu2kbFSAGaHT S/Mpqh3MIoNFeWeoElBG7GWuyxcSNkt8wWtuEcN6REmgzXBDoISDg9rc8JXUKVMI09 j/JBUd01EI09aaoHxeaxqQtG0G09LG/3o/UTVNJhcejGyFrPHhqZ9aa5whRaWvLeLa u0Ct/3gf+PVlkjHXhlSi8x4f1CfPAAYj5xbXEQxWAyR5eGGlwvPbthuZS4JGjVLS67 yLATFuzs/NlTQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 0ECEC180040 for ; Thu, 2 Apr 2026 19:19:22 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_40,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.1 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, 2 Apr 2026 19:19:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1775157550; bh=l+aUgjpXeOic7twgg0rlb8ZtMyjC7mFSVg5TUjF5C0Q=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=a2VRroXYyixJF+je3VHAQgO1DcRKmsPki0mPLM5OE0XqZTAgD/tkc/O+MRVdwwZND 1dbOCtLOT/WM/4clRLBNCBm/B1NJHKgHnHCU0JQLTfIiy8FpsOZ2TFEYG4NOxmwx+N PxCgFuYF665ygo6ksd2udsEidY/HEZ8Ae6egMh1R5dgLfZtW++pQYVVExolBCq1QMR J8atFP9gxx8jhlh6mYVgQPi29NSsKlD0AhCMUqm5SXgVS4octufCLILY1bt/VhW3/O oYztrJyDqJpBzvwK4j4qNSviTzuvF1B1isUZijRLFw/f7pH0SQg2kkY4ntKd80Gd8/ SLKFqJ7XXcxzg== Precedence: list list-help: list-unsubscribe: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Date: Thu, 02 Apr 2026 21:19:10 +0200 To: Jakub Zelenka Cc: Nicolas Grekas , PHP internals list Subject: Re: [PHP-DEV] Re: [RFC] Stream Error Handling Improvements In-Reply-To: References: <1597c99a0ad7dc1e55a40f952d7536c5@bastelstu.be> Message-ID: 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 2026-04-02 19:25, schrieb Jakub Zelenka: > After doing a review of the categories, I decided to drop all the > helpers > and not expose categories in any way. More on the reasoning in my other > replay to Pierre. That works for me, better start with only the things we are sure about and then add the other bits in a future PHP version. I've now given the RFC another full read and I don't have further comments. It's looking good to me now and I'm really looking forward to this improved error handling for streams! Best regards Tim Düsterhus