Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:130762 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 03C081A00BC for ; Mon, 4 May 2026 15:02:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1777906949; bh=1KMEaXSJORGwOrM2QFUYXMBorKFHRiXuHqcWywn44AI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ZNiFBlJo+xqgvwoik2qTAeRMzFw55sjiw6Uo5RDKn+LCRFaUHApYpKSt0gaZNrGsp LfJY1tWL+AJ6KH5Yr2PqYBPqcbAN2lBK+CwUH2eOhmA/HmWl3zpiB4kajdJ7dkJkAp PBUhIX2xtKIva0Xru3evJ9Tja+e6DFVYDrPpP27KMjwDg6qCuZGv6wA2S+Lkf3Unk/ OJevAFJphX9ng2dF7awuSlwgQyv3Zx6rUx+nWWmUqtIX0QiuGlGPdh5/zF/JgWLSYm tWtgWpZOkJrE+lTJBV+GNYUwMIQT0k0MF4/nFFn0gbOHNLLbJtcqYlcg9dRmw1SG8H fZxdTtJ1hJ41Q== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id C4309180087 for ; Mon, 4 May 2026 15:02:28 +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.6 required=5.0 tests=BAYES_50,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 ; Mon, 4 May 2026 15:02:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1777906941; bh=iU0EjtH+aTpsH/199hXaegeeuddKT29VHAZGvCbc8Ik=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=bBPVHL6zrI7Smgzr7a5nH6zOAFkEEPU7MmjVQNqQrStXh6lYf4uGXnKEXzTiOVGmS dPBdjq9UzWCpEPH3AGKcyNkofzcCL92hrUMKf475ZF5n5q+xXPfUoqfqfAJeEgD5iH pSB1aeiNWH2YSRrCJZt7iXdp7NPn+57hFVxy+y8p4YrAHo2p9K2CzBPXY9QbRn0YP0 ivghauzyUIrIvNaRKTyYUDlfTiKh2FXrQk4KXe24Ih+vMmp20Q5F1NScZn/on5Fgu1 ZmdHWONwyehmMkDeY9jXvKiXLSXzYP3SzVf+CcMBHbEAP0T4uRDchEZ9R+RIHS1Ep6 lOxJRFJh3X8nQ== Precedence: list list-help: list-unsubscribe: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Date: Mon, 04 May 2026 17:02:21 +0200 To: Jakub Zelenka Cc: PHP internals list Subject: Re: [PHP-DEV] [RFC] Polling API In-Reply-To: References: <926a26a6-eb89-49aa-a387-6cc79caa29c1@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-25 23:58, schrieb Jakub Zelenka: >> This (marker interface just for internal classes) is actually a really >> good idea. Will change it. >> >> > I just implemented this and it's much better so thanks for this. RFC > updated as well. I've just given the RFC another read and the changes look good to me. Best regards Tim Düsterhus